androidacy-user
e57829f21d
refactor
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
fd8f746a22
update deps + release v2.0.2
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
eae09bf812
hide search on scroll down
...
fixes #313
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
2925b6a8c6
(fix) updates to pref handling
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
d2dc8f64ac
(fix) small fixes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
231cc99cb6
(chore) code cleanup
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
10d2790ae8
(fix) misc fixes
...
- fix androidacy custom api key
- fix custom repos fully
- hopefully improve build perf
custom repos and alt repo no longer use cache due to errors in storing prop values
etc
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
27fefbf3cf
(fix) fix adding and removing and showing custom repos
...
known issues: after adding and removing one, the add button may stop showing
custom repos and alt repo no longer use cache due to errors in storing prop values
etc
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
173422e9e1
(misc) repo_repo_
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
a268013b0d
(misc) work on custom repos
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
3b115044b7
(fix) misc fixes
...
also ensure ui consistency
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
cbd40572bc
(fix) bugfixes for repo enable state
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
3 years ago
androidacy-user
8ba2d2d98e
(misc) fix settings bugs
...
known issue is custom repo can't be added
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
a96cee7e2e
(misc) rework custom repos + tweak main layout
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
3d92c5e0c5
(chore) add offer to translate for incomplete lang
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
acfb2caf7d
some missed enc prefs
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
99c3cd2ede
switch to non-transitive r classes
...
and more
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
c9aab40670
misc fixes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
c7cc320028
misc fixes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
92a0d50443
rework a bunch fof stuff
...
work around alt repo crap (incomplete)
update workflow - fixes #296
etc etc
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
9ac56c371b
rework ui a bit
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
888b624ff6
rework http
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
f8b95e663d
various optimizations
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
dbc4797c80
rework UI a little
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
cf671df86b
revert encryption
...
we'll wait for a stable jetpack security 1.1 release, this one's too slow and buggy
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
37c158b3b9
encrypt realms
...
still a lil crashy but works
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
034753d6c4
encryption for sensitive data
...
everything we can reasonably encrypt is now encrypted, since the app is a rather attractive attack vector for attackers. this continues the work started in v1.1 to secure the app.
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
2dd1257f37
try to fix a few bugs
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
6d0dec6ead
fix cache issues + increase performance
...
cache is feature complete now, custom repos adding is still having leaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
1f38a197de
some bugfixes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
17ab83acd0
Fix cache usage
...
Some performance regressions but we'll address those eventually.
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
f1a6c6a2bf
more work on trying to fix cache
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
40b1f4cb4c
fix stuff, break other stuff
...
aka cache is now used but that randomly makes online repo list empty :thumbs_up:
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
eb838c4147
add status notice for safe modules
...
other tweaks
known issues still: local module list doesnt show actions for updates etc, module cache isn't consistently used
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
565cc1660f
fix update checks
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
4fc7a94f78
apply best practices
...
fix a lot of best practices and respect user choice for needing wifi for bg updates
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
c17db63594
add module update exclusions
...
closes #272
also, updates dependencies and starts work on #170
also cleans up code some
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
68a4c54ef8
rework cookies and improve cust repos
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
b5389d597c
[insert awesome commit message here]
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
572731e288
various optimizations
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
c26c17e7ae
tweak dataDir func
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
a54ecbc6d8
more work on realm
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
f13ed32a22
move to Timber for logging
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
8898d0674c
huge refactoring
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
e551ddc0c3
various changes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
21da75c3fc
migrate more to using realm
...
it might crash but hey at least it builds right
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
5499ab0b43
tweaks
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user
606ff7d778
Revert "more fixes"
...
This reverts commit c92f26d65f .
4 years ago
androidacy-user
c92f26d65f
more fixes
...
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
Fox2Code
e4fff6bb6e
Minor fixes.
4 years ago