89 Commits

Author SHA1 Message Date
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
machiav3lli
c3ed29bc55 Update: Correct sheets' BG color 2022-04-29 03:45:47 +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
machiav3lli
bc6e02559a Add: Secondary action and info buttons to AppSheet 2022-04-06 15:03:37 +02:00
machiav3lli
cba3c8a927 Update: Simplify app/tool bar styles 2022-04-02 03:16:43 +02:00
machiav3lli
46d5975e4c Welcome Neo Store of Neo Applications 2022-03-18 22:53:55 +01:00
machiav3lli
c8a61a59cd Update: Unite alignment of UI elements in installed and latest 2022-03-05 23:44:20 +01:00
machiav3lli
e2ace2d13f Clean up 2022-03-04 19:28:58 +01:00
machiav3lli
ef8ec5d159 Fix: Messed up chip icons tint 2022-03-04 02:24:42 +01:00
machiav3lli
d4fa141962 Add: Categories chips & bar 2022-02-18 02:53:01 +01:00
Relwi
41d85d7309 add the default tab settings 2022-02-15 03:19:27 +01:00
machiav3lli
ffeb7d5078 Update: BottomNavBar style 2022-01-28 00:54:41 +01:00
machiav3lli
14ae20e166 Add: Add new repo button 2022-01-28 00:36:32 +01:00
LooKeR
80773bfce4 Improve: View hierarchy of bottom navigation 2022-01-27 00:00:48 +05:30
LooKeR
8b60fe4f98 Improve: Remove unused parameters
Improve: Invert Corner rounding for app bar to fix tear out
2022-01-25 03:00:33 +05:30
machiav3lli
1050e7a85d Add: Prefernces for number of shown updated and new apps 2022-01-16 13:30:37 +01:00
LooKeR
9c82a9f7c4 Replace Default FastScroller (Closes #79) 2022-01-12 17:02:37 +05:30
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
machiav3lli
b73afdb044 Fix: Source code button's corner radius 2021-12-13 12:08:31 +01:00
machiav3lli
f2251b99c8 Add: Different margin sizes 2021-12-13 12:07:23 +01:00
LooKeR
71addcc1a2 Fix(Temporary): Weird behaviour of corners on main scrren part 2021-12-13 02:09:59 +05:30
LooKeR
eba97aaf7c Move "Show Less" to strings.xml (Closes #141) 2021-12-12 00:16:36 +05:30
LooKeR
95aa50a47c Clean Resources 2021-12-06 01:21:10 +05:30
LooKeR
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
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
LooKeR
b41715a2f0 Update: styles.xml reformatted
Improve: No Overscroll Animation
Improve: Use new colorAccent Attr (styles.xml)
2021-11-17 00:32:23 +05:30