drawable-hdpi (+) changed
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -4,14 +4,14 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'org.Kalakshetra.Youth'
|
namespace 'org.bh.college'
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.Kalakshetra.Youth"
|
applicationId "org.bh.college"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 1556746188
|
versionCode 1556635171
|
||||||
versionName "2.1.1"
|
versionName "2.1.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,25 @@
|
||||||
"other_platform_oauth_client": []
|
"other_platform_oauth_client": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:55761509604:android:bd5d6218686d15385620f1",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "org.bh.college"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyCgbzlYkj7WWfoYVEP1L-NtqsZViJJX1gU"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"appinvite_service": {
|
||||||
|
"other_platform_oauth_client": []
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration_version": "1"
|
"configuration_version": "1"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package org.Kalakshetra.Youth;
|
package org.bh.college;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
|
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
|
||||||
tools:targetApi="31">
|
tools:targetApi="31">
|
||||||
<activity
|
<activity
|
||||||
android:name="org.Kalakshetra.Youth.SplashActivity"
|
android:name="org.bh.college.SplashActivity"
|
||||||
android:exported="true" >
|
android:exported="true" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="org.Kalakshetra.Youth.MainActivity"
|
android:name="org.bh.college.MainActivity"
|
||||||
android:exported="false"/>
|
android:exported="false"/>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 394 KiB |
|
|
@ -1,4 +1,4 @@
|
||||||
package org.Kalakshetra.Youth;
|
package org.bh.college;
|
||||||
|
|
||||||
import android.app.Application;
|
import android.app.Application;
|
||||||
import com.onesignal.OneSignal;
|
import com.onesignal.OneSignal;
|
||||||
|
|
@ -8,7 +8,7 @@ import com.onesignal.Continue;
|
||||||
public class ApplicationClass extends Application {
|
public class ApplicationClass extends Application {
|
||||||
|
|
||||||
// NOTE: Replace the below with your own ONESIGNAL_APP_ID
|
// NOTE: Replace the below with your own ONESIGNAL_APP_ID
|
||||||
private static final String ONESIGNAL_APP_ID = "d76cae65-fc61-4f1c-9d04-25f7e329c2dc";
|
private static final String ONESIGNAL_APP_ID = "a01bba91-5e9a-49a0-b91b-cc08cdda2eda";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package org.Kalakshetra.Youth;
|
package org.bh.college;
|
||||||
|
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
import androidx.appcompat.app.AppCompatActivity;
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ import android.widget.ProgressBar;
|
||||||
import android.webkit.WebSettings;
|
import android.webkit.WebSettings;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
import org.Kalakshetra.Youth.R;
|
import org.bh.college.R;
|
||||||
|
|
||||||
public class MainActivity extends AppCompatActivity {
|
public class MainActivity extends AppCompatActivity {
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
btnHome.setOnClickListener(new View.OnClickListener() {
|
btnHome.setOnClickListener(new View.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
webView.loadUrl("https://youthkalakshetra.org/"); //Navigate to home URL/New Url on Home button click.
|
webView.loadUrl("https://www.bhcollege.ac.in/"); //Navigate to home URL/New Url on Home button click.
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
WebSettings webSettings = webView.getSettings();
|
WebSettings webSettings = webView.getSettings();
|
||||||
webSettings.setJavaScriptEnabled(true); // Enable JavaScript
|
webSettings.setJavaScriptEnabled(true); // Enable JavaScript
|
||||||
|
|
||||||
webView.loadUrl("https://youthkalakshetra.org/");
|
webView.loadUrl("https://www.bhcollege.ac.in/");
|
||||||
webView.setWebViewClient(new WebViewClient() {
|
webView.setWebViewClient(new WebViewClient() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package org.Kalakshetra.Youth;
|
package org.bh.college;
|
||||||
|
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
import androidx.appcompat.app.AppCompatActivity;
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@ import android.view.animation.Animation;
|
||||||
import android.view.animation.AnimationUtils;
|
import android.view.animation.AnimationUtils;
|
||||||
import android.widget.ImageView;
|
import android.widget.ImageView;
|
||||||
|
|
||||||
import org.Kalakshetra.Youth.R;
|
import org.bh.college.R;
|
||||||
|
|
||||||
public class SplashActivity extends AppCompatActivity {
|
public class SplashActivity extends AppCompatActivity {
|
||||||
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:interpolator="@android:anim/linear_interpolator">
|
android:interpolator="@android:anim/linear_interpolator">
|
||||||
|
|
||||||
<scale android:fromXScale=".7"
|
<scale android:fromXScale="1"
|
||||||
android:toXScale="1.2"
|
android:toXScale="1.5"
|
||||||
android:fromYScale=".7"
|
android:fromYScale="1"
|
||||||
android:toYScale="1.2"
|
android:toYScale="1.5"
|
||||||
android:duration="2000"
|
android:duration="2000"
|
||||||
android:pivotX="50%"
|
android:pivotX="50%"
|
||||||
android:pivotY="50%"
|
android:pivotY="50%"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 963 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 82 KiB |
|
|
@ -4,7 +4,7 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context="org.Kalakshetra.Youth.MainActivity">
|
tools:context="org.bh.college.MainActivity">
|
||||||
|
|
||||||
|
|
||||||
<WebView
|
<WebView
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/splash"
|
android:background="@color/splash"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
tools:context="org.Kalakshetra.Youth.SplashActivity">
|
tools:context="org.bh.college.SplashActivity">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/animLogo"
|
android:id="@+id/animLogo"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 39 KiB |
|
|
@ -1,5 +1,5 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Youth Kalakshetra</string>
|
<string name="app_name">BH College</string>
|
||||||
<string name="exit_confirmation_message">Exit Application?</string>
|
<string name="exit_confirmation_message">Exit Application?</string>
|
||||||
<string name="back_btn">Back Button></string>
|
<string name="back_btn">Back Button></string>
|
||||||
<string name="url">"http://www.barnagarcollege.ac.in/"</string>
|
<string name="url">"http://www.barnagarcollege.ac.in/"</string>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package org.Kalakshetra.Youth;
|
package org.bh.college;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||