diff --git a/.abignore b/.abignore new file mode 100644 index 00000000..f94218de --- /dev/null +++ b/.abignore @@ -0,0 +1,46 @@ +# .abignore lets you configure which of your files and folders should be excluded from your application package during the build process. +# Each project created with AppBuilder 2.6 or later contains a default .abignore which lists a number of system files and folders that might affect the size of your app or might prevent build operations from completing successfully. +# +# For more information about .abignore and how to write exclude and include rules for your projects, see http://docs.telerik.com/platform/appbuilder/testing-your-app/abignore + +# Windows files +**/Thumbs.db + +# Mac OS files +**/.DS_Store +**/__MACOSX/**/* + +# Visual Studio files +bin/**/* +obj/**/* +**/*.obj +**/*.pdb +**/*.user +**/*.aps +**/*.pch +**/*.vspscc +**/*_i.c +**/*_p.c +**/*.ncb +**/*.suo +**/*.tlb +**/*.tlh +**/*.ilk +**/*.lib +**/*.sbr + +# Source control files +.gitignore +.git/**/* + +# AppBuilder files +.abignore +.ab/**/* + +# Other +**/*.bak +**/*.cache +**/*.log + +# NativeScript files +platforms/**/* diff --git a/.abproject b/.abproject new file mode 100644 index 00000000..c3f0d413 --- /dev/null +++ b/.abproject @@ -0,0 +1,28 @@ +{ + "ProjectName": "sample-Groceries", + "ProjectGuid": "{aef80a5b-1d98-46c7-bf09-6269b23127ac}", + "projectVersion": 1, + "AppIdentifier": "com.telerik.sampleGroceries", + "DisplayName": "sample-Groceries", + "Author": "", + "Description": "sample-Groceries", + "BundleVersion": "1.0", + "AndroidVersionCode": "1", + "iOSDeviceFamily": [ + "1", + "2" + ], + "iOSBackgroundMode": [], + "ProjectTypeGuids": "{F0A65104-D4F4-4012-B799-F612D75820F6}", + "AndroidPermissions": [ + "android.permission.INTERNET" + ], + "DeviceOrientations": [ + "Portrait", + "Landscape" + ], + "AndroidHardwareAcceleration": "false", + "iOSStatusBarStyle": "Default", + "FrameworkVersion": "1.2.2", + "Framework": "NativeScript" +} \ No newline at end of file diff --git a/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png b/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png index 11be2bb5..6763993f 100644 Binary files a/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png and b/app/App_Resources/Android/drawable-nodpi/splashscreen.9.png differ diff --git a/app/App_Resources/Android/values-v21/styles.xml b/app/App_Resources/Android/values-v21/styles.xml new file mode 100644 index 00000000..dba3c417 --- /dev/null +++ b/app/App_Resources/Android/values-v21/styles.xml @@ -0,0 +1,5 @@ + + + + diff --git a/package.json b/package.json index be9da925..4f1dbc1b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "nativescript": { "id": "org.nativescript.groceries", "tns-android": { - "version": "1.2.0" + "version": "1.2.1" }, "tns-ios": { "version": "1.2.1"