diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..4bec4ea --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,117 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index ff28a69..f6d4670 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,24 @@ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 710d5df..cdb84b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](../../commits/master). + +## 20210714 - 2021/07/14 +- Added link to online tutorial (on GitHub) +- Ignore the compat sticker when creating groups +- SVG back arrow +- Add headings to UI +- Removed unnecessary permissions + + ## 20210612 - 2021/06/12 - Changes from upstream: - Merged `ui-update`, `feature_distributed_apks`, `fallback`. Providing a fresher diff --git a/app/build.gradle b/app/build.gradle index a5e195d..0382dfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.fredhappyface.ewesticker" minSdkVersion 28 targetSdkVersion 30 - versionCode 20210623 - versionName "2021.06.23" + versionCode 20210714 + versionName "2021.07.17" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b10c0aa..2c758cf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,50 +1,47 @@ + xmlns:tools="http://schemas.android.com/tools" + package="com.fredhappyface.ewesticker"> - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + - - - - - + diff --git a/app/src/main/res/drawable/ic_chevron_left.xml b/app/src/main/res/drawable/ic_chevron_left.xml index 08bf114..7090e76 100644 --- a/app/src/main/res/drawable/ic_chevron_left.xml +++ b/app/src/main/res/drawable/ic_chevron_left.xml @@ -1,10 +1,10 @@ - + android:width="16dp" + android:height="16dp" + android:viewportWidth="16" + android:viewportHeight="16"> + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index c69ad0b..aed7390 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,194 +1,192 @@ - - - - - - - - - - - - - - -