61 Commits

Author SHA1 Message Date
machiav3lli
07e9eb83dc Add: Prefs-related strings 2022-09-17 02:28:03 +02:00
machiav3lli
132a60ff3f Clean up 2022-09-16 04:42:31 +02:00
machiav3lli
8ae6590a6a Add: Releases and images cache retention options 2022-08-18 23:04:46 +02:00
machiav3lli
ff64026c00 Add: Option to set sync interval (closes #263) 2022-08-03 01:40:38 +02:00
machiav3lli
5ed61120dd Add: Favorites category 2022-08-03 01:37:34 +02:00
machiav3lli
45161514cc Add: Dynamic theming preference 2022-07-10 00:58:55 +02:00
machiav3lli
717d653644 Update: Improve notifications on empty sync results 2022-07-09 23:39:59 +02:00
machiav3lli
1253121938 Add: Releases' section title 2022-07-07 00:38:53 +02:00
machiav3lli
c9637fa647 Add: Loading indicator for vertical lists 2022-07-06 02:43:24 +02:00
machiav3lli
ee99da7907 Add: Snackbar with action on release's long click 2022-06-25 03:40:44 +02:00
machiav3lli
bed6c203a1 Add: Bookmark(ed) StateActions 2022-06-25 03:40:44 +02:00
LooKeR
b1b9c5adc4
Fix Weblate bug 2022-06-13 07:59:12 +05:30
machiav3lli
5576114626 Repair changes 2022-06-09 01:16:33 +02:00
Allan Nordhøy
f0126be47b App strings reworked 3 2022-06-09 01:16:33 +02:00
machiav3lli
487a0a206f Add: Option to not show screenshots 2022-06-06 02:11:26 +02:00
machiav3lli
ed0ad62dc0 Add: NoAction ActionState 2022-06-04 09:20:05 +02:00
machiav3lli
3e623eac3b Add: A message when no relevant permissions are detected 2022-05-31 03:18:46 +02:00
machiav3lli
9cf2cb5172 Add: Initial AppSheet Compose 2022-05-29 03:44:54 +02:00
Allan Nordhøy
ec5b9fb93b
App strings reworked 2022-05-09 02:28:41 +02:00
machiav3lli
465b537d4f Add: Root session installer option 2022-05-07 03:09:12 +02:00
Iamlooker
084e5f6bb7 Create LinkItem in compose 2022-04-24 14:26:46 +05:30
machiav3lli
57f2944697 Add: Ignore battery optimization's dialog (to fix crashes on A12+) 2022-04-10 14:48:32 +02:00
Iamlooker
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
Relwi
41d85d7309 add the default tab settings 2022-02-15 03:19:27 +01:00
machiav3lli
14ae20e166 Add: Add new repo button 2022-01-28 00:36:32 +01:00
machiav3lli
1050e7a85d Add: Prefernces for number of shown updated and new apps 2022-01-16 13:30:37 +01:00
LooKeR
f66d91ed9f
Fixed strings to make sense 2022-01-10 20:48:44 +05:30
machiav3lli
76229a0c28
Merge pull request #145 from comradekingu/patch-5
Update: Some strings reworked
2022-01-07 19:46:48 +01:00
machiav3lli
874370f34a
Merge branch 'master' into installer-improvements 2022-01-04 23:34:54 +01:00
Matthew Crossman
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
Matthew Crossman
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
Matthew Crossman
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
Allan Nordhøy
353e7468b0
Suggested change made 2021-12-29 14:54:40 +01:00
LooKeR
25fac9e773 Improve: Added Sync automatically only when on wifi and plugged in 2021-12-28 13:24:04 +05:30
Allan Nordhøy
dd723f8f21
New strings undone 2021-12-15 19:14:34 +00:00
Allan Nordhøy
a92f3ccd39
Spelling: Animate, install 2021-12-15 09:48:40 +00:00
Allan Nordhøy
05e6d5f499
New app strings reworked 2021-12-15 06:03:26 +00:00
machiav3lli
34644f3de7 Add: The new ui layouts 2021-12-15 01:25:20 +01:00
LooKeR
eba97aaf7c Move "Show Less" to strings.xml (Closes #141) 2021-12-12 00:16:36 +05:30
Allan Nordhøy
48c04a6932
Escaping of questionmark removed 2021-11-27 22:00:51 +00:00
Allan Nordhøy
48b560fc07
Suggested changes made 2021-11-27 21:59:57 +00:00
Allan Nordhøy
99bb3b189a
Corrections 2021-11-27 14:33:59 +00:00
Allan Nordhøy
4906b4d8c9
App strings reworked 2021-11-27 14:32:54 +00:00
LooKeR
42e03b66c7 Let this be 2021-11-27 16:10:05 +05:30
LooKeR
e573545533 Amoled is Amoled not Black :/ 2021-11-18 11:39:11 +05:30
machiav3lli
cf697dc4ea Fix: Language string 2021-11-18 00:14:21 +01:00
Allan Nordhøy
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
machiav3lli
05c0e28ce5 Add: Personalization preference category (replacing language & themes) 2021-11-17 00:59:18 +01:00
machiav3lli
606372bc14 Add: Language preference 2021-11-16 23:47:40 +01:00
Allan Nordhøy
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