Merge pull request #91 from CPM-INDIA-SALES-AND-MARKETING-PVT-LTD/ysy_new
T2P upload data newss
@@ -14,7 +14,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/gsklogo"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
|
After Width: | Height: | Size: 86 KiB |
@@ -108,6 +108,8 @@ public class LoginActivity extends AppCompatActivity {
|
||||
|
||||
int eventType;
|
||||
|
||||
Button museridSignInButton;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
@@ -159,7 +161,7 @@ public class LoginActivity extends AppCompatActivity {
|
||||
}
|
||||
|
||||
|
||||
Button museridSignInButton = (Button) findViewById(R.id.user_login_button);
|
||||
museridSignInButton = (Button) findViewById(R.id.user_login_button);
|
||||
museridSignInButton.setOnClickListener(new OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
|
||||
@@ -272,6 +272,7 @@ public class AutoUpdateActivity extends AppCompatActivity {
|
||||
/* Intent i = new Intent(activity, StorelistActivity.class);
|
||||
activity.startActivity(i);
|
||||
activity.finish();*/
|
||||
finish();
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 19 KiB |
@@ -62,7 +62,7 @@
|
||||
<string name="menu_export">Data Export</string>
|
||||
|
||||
<string name="menu_exit">Exit</string>
|
||||
<string name="menu_setting">Setting</string>
|
||||
<string name="menu_setting">Settings</string>
|
||||
<string name="menu_services">Services</string>
|
||||
|
||||
<string name="title_activity_t2_pcompliance">T2P Compliance</string>
|
||||
@@ -148,9 +148,9 @@
|
||||
<string name="Photo">Photo</string>
|
||||
<string name="title_activity_Additional_visibility">Additional Visibility</string>
|
||||
|
||||
<string name="title_activity_Want_save"> Are you sure You Want To Save</string>
|
||||
<string name="title_activity_Want_save"> Are you sure you want to save</string>
|
||||
<string name="title_activity_Want_add"> Please Add Data</string>
|
||||
<string name="title_activity_Want_to_add">Are you sure You Want To Add</string>
|
||||
<string name="title_activity_Want_to_add">Are you sure you want to add</string>
|
||||
<string name="title_activity_Want_to_delete"> Do You Want To Delete Data</string>
|
||||
<string name="store"> store</string>
|
||||
<string name="title_activity_Want_to_delete1"> Do You Want To Delete</string>
|
||||
@@ -173,7 +173,7 @@
|
||||
<string name="uploadimge">Uploading Geotag Images</string>
|
||||
<string name="success">success</string>
|
||||
<string name="wantcheckout">Are you sure you want to Checkout</string>
|
||||
<string name="nonetwork"> No Network Connection. Please check your Internet Connection</string>
|
||||
<string name="nonetwork"> No Network Connection. Please Check Your Internet Connection</string>
|
||||
|
||||
<string name="title_activity_Non_Work">Non Working Reason</string>
|
||||
<string name="closed">Close</string>
|
||||
|
||||