Skip to content

Commit

Permalink
[Fastlane] Prepare for v2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Aug 7, 2020
1 parent b63fe9e commit 7bd8120
Show file tree
Hide file tree
Showing 8 changed files with 266 additions and 230 deletions.
20 changes: 19 additions & 1 deletion app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<h5>v2.5.10 (324)</h5>
<h5>v2.5.11 (333):</h5>
&#x2022; <font color="#09868B">[Feature]</font> Added experimental support for app data backup. Please test only on apps you don't need. (root only)<br />
&#x2022; <font color="#09868B">[Feature]</font> Added sharing split apk files as apks (can be installed via SAI).<br />
&#x2022; <font color="#09868B">[Feature]</font> Implemented saving apk files in batch selection mode.<br />
&#x2022; <font color="#09868B">[Feature]</font> Added what's new for apk file that needs an update (when opening external apk files).<br />
&#x2022; <font color="#09868B">[Feature]</font> Added an option to apply 1-click ops to system apps (disabled by default).<br />
&#x2022; <font color="#09868B">[Feature]</font> Added installed app version info in the App Info tab. Clicking the <i>i</i> icon opens the installed App Info tab.<br />
&#x2022; <font color="#09868B">[Feature]</font> New on-demand permissions <tt>READ_EXTERNAL_STORAGE</tt> &amp; <tt>WRITE_EXTERNAL_STORAGE</tt> for app backup support<br />
&#x2022; <font color="#09868B">[Feature]</font> Display apps that are uninstalled but have backups in the main window<br />
&#x2022; <font color="#09868B">[Feature]</font> Added a disclaimer<br />
&#x2022; <font color="red">[Fix]</font> Fixed selections being not cleared after the task is completed in the main window<br />
&#x2022; <font color="red">[Fix]</font> Convert various info in the configurations and features tab to text to improve readability<br />
&#x2022; <font color="red">[Fix]</font> Fix crash in the main window while filtering apps by search query<br />
&#x2022; <font color="red">[Fix]</font> Fix crash in the App Info tab when existence of external data directory has false-positive result<br />
<p>
<b>Note:</b> Backup data are stored at <tt>/sdcard/AppManager</tt> and apk backups are stored at <tt>/sdcard/AppManager/apks</tt>. Data backups are currently not working on Android Lollipop.
</p><br />

<h5>v2.5.10 (324):</h5>
&#x2022; <font color="#09868B">[Feature]</font> Added 1-click operations (as 1-Click Ops in the menu section in the main window): block (ads and) trackers, component blocking by signatures, app op blocking<br />
&#x2022; <font color="#09868B">[Feature]</font> Added support for external apk: You can now open apk files from your file manager. You can view app details, manifest or scan for trackers directly from there<br />
&#x2022; <font color="#09868B">[Feature]</font> Added persistent apps filtering option in the main window<br />
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/res/layout/dialog_disclaimer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
android:gravity="center_horizontal"
android:text="@string/disclaimer_header"
android:textStyle="bold"
android:textSize="@dimen/title_font" />
android:textSize="@dimen/title_font"
android:textColor="?android:attr/textColorPrimary" />

<TextView
android:layout_width="match_parent"
Expand All @@ -39,7 +40,8 @@
android:id="@+id/agree_forever"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/disclaimer_agree_forever" />
android:text="@string/disclaimer_agree_forever"
android:textColor="?android:attr/textColorSecondary" />

</LinearLayout>

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_instructions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/disclaimer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\n\nAny link I provide to other apps and websites is for the users benefit. I am not
responsible for any content you may find by going on external links.

\n\nBy using App Manager you accept full responsibility of your own usage and accept no
\n\nBy using App Manager, you accept full responsibility of your own usage and accept no
damages, claims or monetary value will be given due to misuse.

\n\nBy using this application, you accept all responsibility using it and agree that I am
Expand Down
227 changes: 227 additions & 0 deletions app/src/main/res/values/instructions.xml

Large diffs are not rendered by default.

225 changes: 1 addition & 224 deletions app/src/main/res/values/strings.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME=2.5.11
VERSION_CODE=332
VERSION_CODE=333
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/333.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- [Feature] Added experimental support for app data backup. Please test only on apps you don't need. (root only)
- [Feature] Added sharing split apk files as apks (can be installed via SAI).
- [Feature] Implemented saving apk files in batch selection mode.
- [Feature] Added what's new for apk file that needs an update (when opening external apk files).
- [Feature] Added an option to apply 1-click ops to system apps (disabled by default).
- [Feature] Added installed app version info in the App Info tab. Clicking the <i>i</i> icon opens the installed App Info tab.
- [Feature] New on-demand permissions <tt>READ_EXTERNAL_STORAGE</tt> &amp; <tt>WRITE_EXTERNAL_STORAGE</tt> for app backup support
- [Feature] Display apps that are uninstalled but have backups in the main window
- [Feature] Added a disclaimer
- [Fix] Fixed selections being not cleared after the task is completed in the main window
- [Fix] Convert various info in the configurations and features tab to text to improve readability
- [Fix] Fix crash in the main window while filtering apps by search query
- [Fix] Fix crash in the App Info tab when existence of external data directory has false-positive result

0 comments on commit 7bd8120

Please sign in to comment.