Commit Graph

39 Commits

Author SHA1 Message Date
c64fff0a4a Create AppDetail Header
Add InstallState enum { TODO(Replace with sealed class) }
Use string in image loading { Uri handling is not good in Compose }
Make Zoomable image more performant
Add few strings { Might Change }
2022-04-07 10:41:23 +05:30
41d85d7309 add the default tab settings 2022-02-15 03:19:27 +01:00
14ae20e166 Add: Add new repo button 2022-01-28 00:36:32 +01:00
1050e7a85d Add: Prefernces for number of shown updated and new apps 2022-01-16 13:30:37 +01:00
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
eba97aaf7c Move "Show Less" to strings.xml (Closes #141) 2021-12-12 00:16:36 +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
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
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
a3fdc20703 Update: Translation for new strings 2021-10-23 11:15:48 +05:30
c458e39be7 Update: Make List Animation Optional (Closes #53) 2021-10-20 20:13:55 +05:30
59ebd3394f Add: Share button (only works for fdroid repo apps)
Fix: Switch Colors
2021-10-16 11:25:05 +05:30
9671ff2982 Automated Code Formatting 2021-10-12 23:05:44 +05:30
62441addc0 Add Preferences for root installation
Added Some more strings
2021-10-12 19:18:52 +05:30
2e2632bd57 Add new String (I did translation from Google Translate so cant verify) 2021-10-12 18:57:52 +05:30
5d4fb29f9e Added Amoled theme
Upgrade Gradle 7.1-rc-1 > 7.2
Bumped Kotlin Version 1.5.20 > 1.5.31
Gradle FIles cleanup
All dependencies upgraded
2021-10-07 00:27:07 +05:30
630a227875 Renamed Preferences to Settings 2021-06-08 21:40:42 +05:30
e57df974d6 Initial Commit 2021-03-07 18:20:35 +05:30