Commit Graph

76 Commits

Author SHA1 Message Date
d4fa141962 Add: Categories chips & bar 2022-02-18 02:53:01 +01:00
41d85d7309 add the default tab settings 2022-02-15 03:19:27 +01:00
ffeb7d5078 Update: BottomNavBar style 2022-01-28 00:54:41 +01:00
14ae20e166 Add: Add new repo button 2022-01-28 00:36:32 +01:00
80773bfce4 Improve: View hierarchy of bottom navigation 2022-01-27 00:00:48 +05:30
8b60fe4f98 Improve: Remove unused parameters
Improve: Invert Corner rounding for app bar to fix tear out
2022-01-25 03:00:33 +05:30
1050e7a85d Add: Prefernces for number of shown updated and new apps 2022-01-16 13:30:37 +01:00
9c82a9f7c4 Replace Default FastScroller (Closes #79) 2022-01-12 17:02:37 +05:30
f66d91ed9f Fixed strings to make sense 2022-01-10 20:48:44 +05:30
76229a0c28 Merge pull request #145 from comradekingu/patch-5
Update: Some strings reworked
2022-01-07 19:46:48 +01:00
874370f34a Merge branch 'master' into installer-improvements 2022-01-04 23:34:54 +01:00
430b18e77b Rename auto install preference to better reflect behaviour.
Auto install preference always runs after a sync, even if it's manual.
The names of the preference & strings have been updated to reflect this
new behaviour.
2022-01-04 21:44:24 +11:00
5fbb6dcb61 Improve SyncService post-sync behaviour, rewrite new preference.
Moved the update query disposable to before the post-sync if-else block
so that the debug flag can be removed and everything can operate as
normal.

Rewrote the title of the new preference for auto updates to reduce the
use of jargon and to be a bit clearer.
2022-01-04 21:30:57 +11:00
fce311098d Implement automatic updates after repository sync
Initial implementation of fully automatic updates, allowing apps to be
updated after a repo sync has been completed. It can be enabled with a
new preference in settings.

Implemented by greatly modifying SyncService to allow updates to be run
on every completed sync before notifications would be outputted. Note
that the update notification no longer appears if auto updates are
enabled.

BuildConfig.DEBUG is used to force syncing to run to completion, even if
there are no changes to the repos. This allow reliable testing by
turning the sync button into an "update all" button. This should be
removed once an "Update all" button has been implemented in the updates
tab.

Cache file checking in DefaultInstaller is now more robust.
2022-01-03 20:21:36 +11:00
353e7468b0 Suggested change made 2021-12-29 14:54:40 +01:00
25fac9e773 Improve: Added Sync automatically only when on wifi and plugged in 2021-12-28 13:24:04 +05:30
dd723f8f21 New strings undone 2021-12-15 19:14:34 +00:00
a92f3ccd39 Spelling: Animate, install 2021-12-15 09:48:40 +00:00
05e6d5f499 New app strings reworked 2021-12-15 06:03:26 +00:00
34644f3de7 Add: The new ui layouts 2021-12-15 01:25:20 +01:00
b73afdb044 Fix: Source code button's corner radius 2021-12-13 12:08:31 +01:00
f2251b99c8 Add: Different margin sizes 2021-12-13 12:07:23 +01:00
71addcc1a2 Fix(Temporary): Weird behaviour of corners on main scrren part 2021-12-13 02:09:59 +05:30
eba97aaf7c Move "Show Less" to strings.xml (Closes #141) 2021-12-12 00:16:36 +05:30
95aa50a47c Clean Resources 2021-12-06 01:21:10 +05:30
848c5ce863 Legit Material3 Theming 1/5 (style/colors.xml)
Chnage Source code Icon (Touches #127)
Some code cleanups
etc... (Sry I forgot what all I did)
2021-12-03 00:37:55 +05:30
48c04a6932 Escaping of questionmark removed 2021-11-27 22:00:51 +00:00
48b560fc07 Suggested changes made 2021-11-27 21:59:57 +00:00
99bb3b189a Corrections 2021-11-27 14:33:59 +00:00
4906b4d8c9 App strings reworked 2021-11-27 14:32:54 +00:00
42e03b66c7 Let this be 2021-11-27 16:10:05 +05:30
e573545533 Amoled is Amoled not Black :/ 2021-11-18 11:39:11 +05:30
cf697dc4ea Fix: Language string 2021-11-18 00:14:21 +01:00
5c92c97388 Translated using Weblate (English)
Currently translated at 100.0% (167 of 167 strings)

Translation: Droidify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/en/
2021-11-17 17:27:42 +01:00
05c0e28ce5 Add: Personalization preference category (replacing language & themes) 2021-11-17 00:59:18 +01:00
606372bc14 Add: Language preference 2021-11-16 23:47:40 +01:00
b41715a2f0 Update: styles.xml reformatted
Improve: No Overscroll Animation
Improve: Use new colorAccent Attr (styles.xml)
2021-11-17 00:32:23 +05:30
dfee171812 Fix: Corner fringing caused by card-color 2021-11-16 13:26:23 +05:30
3ebee7a199 Update: AppBar corner design 2021-11-15 01:52:11 +01:00
16226f498d Fix: Text visibility (Closes #109) 2021-11-14 00:53:31 +05:30
69d4c65d6c Translated using Weblate (English)
Currently translated at 100.0% (165 of 165 strings)

Translation: Droidify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/en/
2021-11-03 01:35:48 +01:00
51a9be0858 Add: Copy Direct Download link of releases (Touches #34)
Fix: Card Theme in dark and amoled theme
2021-10-30 19:17:03 +05:30
6594cd073d TEST COMMIT 2 2021-10-30 15:19:56 +05:30
e7fa687b5c TEST COMMIT 2021-10-30 15:19:00 +05:30
2ac5563a13 Improve: Card Theme simplification 2021-10-30 14:21:59 +05:30
89a9cc7f1a Improve: Switch Theme 2021-10-30 13:16:23 +05:30
07d7334e76 Update: Move application_name to build.gradle 2021-10-29 16:10:38 +05:30
c90469429b Improve: Rename strings (Closes #68 & #83) 2021-10-29 15:57:24 +05:30
d1c3454635 Improve: Top Appbar Text Alignment 2021-10-27 18:09:59 +05:30
486d531158 Update: Try to fix section list background in older devices(Touches #73)
Improve: Top app bar differences made more prominent
Update: Icon Colors
2021-10-26 18:15:58 +05:30