Commit Graph

166 Commits (9d20606df760367994a543d2aef7cb044d215843)

Author SHA1 Message Date
androidacy-user 816d94aee4 Add crash dialog
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 37b93367bf Lots of foxes and refactoring
- Move some docs to docs folder
- Refactor sentry a little
- In order to "fix" custom repos, don't let them be disabled
- Misc updates and optimizations

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 74dbd66ff7 Update transparent theme warnings
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 1e45a3dd5f Update transparent theme warnings
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 76a4696423 Revert "Re-enable monet for transparent theme"
Monet colors do not play nicely. Parts of UI don't render.

This reverts commit 12f764a4a3.
4 years ago
androidacy-user 12f764a4a3 Re-enable monet for transparent theme
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user c30bc44698 Block blur on transparent theme
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 056d88955e Bump version and add new(ish) theme
We feel this is stable enough to warrant a 1.x release so here's the version bump

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 71e11600ef Lots of changes and code cleanup
- Remove binaries because I was lied to
- Stuff
- Other stuff
- Jeez why did I wait two days to commit, I can't remember anything I did

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user f3d31ed380 Fix empty androidacy client id and bundle cronet
Fdroid apparently won't let us attempt to use cronet from gms because something something proprietary AAAAAAAAAAAAAAAAAAAAAAAAAAA

The scream is the two hours I spent resolving the 15189759875195791 conflicts that resulted from the change.

Also, when ANDROIDACY_CLIENT_ID is empty, do not allow the user to enable Androidacy repo and instead show a message suggesting to download official builds. May have to reword for fdroid

Oh, and now no internet actually means no internet and it'll properly notify when repos fail to update.

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 29e3d7e58e Add option to make dark theme a black theme
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 39cfa8c52e Allow user to permanently dismiss notifications request
Also handles pre-13 devices that have blocked notifications

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 37b19f01b6 Handle notification perm properly
Plus other refactorings

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user b6077f2256 Loads of work
- General refactoring
- Significant speed improvements using cronet (currently depends on gms and will fallback without)
- Fix androidacy downloads
- More i probably forgot

Androidacy tokens and esp custom ones need more work but this is a good start

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
Fox2Code 0f0f579d13 Allow copying links from the settings by long clicking 4 years ago
Fox2Code 78a72ba36f Re-implement Androidacy captcha error handler 4 years ago
androidacy-user ff1afd0416 Overall optimizations
- Clarify some failures
- Optimize build times
- Update dependencies
- Make absolute sure sentry doesn't send PII

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
Fox2Code 674a28e324 Add weblate info in README.md 4 years ago
androidacy-user 72a26a0103 Fix sentry support + misc androidacy updates
Sentry init is completely disabled if crash_reporting is false, which means now to change that preference an app restart is necessary.

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
Fox2Code 35fecf55c7 Add a specific message when magisk is not installed. 4 years ago
Fox2Code c1cad9b30b Add MMT-Reborn support + add feedback for known errors + fix bugs. 4 years ago
Fox2Code df166d7747 Fix Error reporting and update libraries. 4 years ago
androidacy-user 8c6f75c7bf Cleanup custom API key support
Also allow devs to purposely crash the app, because it's fun

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user aad605cbd0 Add custom API key support
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user f76ad4154f Fix validation of api key
Still saves the invalid key though

Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 9052703c81 tweak custom API key support
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user fff580aeda Add custom API key support
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user cf9fe3d51f Add custom API key support
Signed-off-by: androidacy-user <opensource@androidacy.com>
4 years ago
androidacy-user 9c2d361a1c Update androidacy APIs
Signed-off-by: androidacy-user <opensource@androidaacy.com>
4 years ago
Fox2Code 3bfa064562 Add Androidacy test mode. 4 years ago
Fox2Code 58a29f006d Implement background module update check & improve translator utils. (New strings) 4 years ago
Fox2Code df909178ce Make some changes / improvements to monet theming. 4 years ago
Fox2Code 1c0e95f6d0 Fix translations 4 years ago
Fox2Code fed16d049b Rework markdown activity, make module chip nicer and translatable! 4 years ago
Fox2Code 5c37ee1dbb Make layout more compact + prepare code for expandable cards 4 years ago
DerGoogler 0f6264b15e Add language selector (#80), Remove force english language [Beta] 4 years ago
DerGoogler 74e49369b7 Improvements (Read below)
- Removed red card color and added an chip if an module.prop isn't well formatted
- Added dialog for Low-quality module
- String fixes
4 years ago
DerGoogler ad2f59922f Many improvements
- Extract hard coded strings
- Add german translation for new strings (Can me someone explain why I had so many to fix in the German language?)
4 years ago
DerGoogler fa46b79c3e Rework card, add core to disable monet theme
Fix dark terminal option is enable able while the system dark mode is active
4 years ago
DerGoogler a766c73af1 Rework cards, Initial Android 12 Monet support 4 years ago
DerGoogler 5119726c5d Minimal improvements 4 years ago
DerGoogler 44ab584ae3 Add chip with information to the description 4 years ago
Fox2Code cbca509a3c Add new strings for update & reorder settings 4 years ago
DerGoogler bf37069826 Fix merge conflict 4 years ago
Der_Googler 73c8baa662
Merge branch 'master' into f2c-merge-patch 4 years ago
Allan Nordhøy 42fe07ba72
Improvements implemented 4 years ago
DerGoogler d6ecfaa325 Making improvements
- Move incorrect placed string to the right position
- `NO_ROOT` is now pointed to Magisk install docs
4 years ago
DerGoogler b6b496b202 Improve Settings Preferences 4 years ago
DerGoogler 996a50f61e Add reboot protection 4 years ago
DerGoogler 1cc6f8e771 Add reboot fab to install terminal 4 years ago
Allan Nordhøy 546f940d4e
Suggested changes made 2 5 years ago
Allan Nordhøy e5f44b5e08
Suggested changes made 5 years ago
Allan Nordhøy 02109b9a7e
App strings reworked 5 years ago
Fox2Code e90472aae4 Add Support for systems without a working WebView 5 years ago
Gilbert Gilb's 0d380a0a62 Add disclaimer about Androidacy using ads and trackers.
See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_898354128
5 years ago
Fox2Code cd5f6b6e6a Fix landscape even more, make blur disabled by default (new strings) 5 years ago
Fox2Code 76e259e727 Add Dns Over Https switch. (Close #5) 5 years ago
Fox2Code 4af20bbedf Prepare for Andoridacy collaboration, remove deep link integration. 5 years ago
Fox2Code 1bbb16908a Release 0.2.9, Implement text wrap #10 and fix #37 5 years ago
Fox2Code 584d8b126a 0.2.7 Release 5 years ago
Fox2Code 27c97fa865 Add low quality module filter, and filter out invalid repo modules. 5 years ago
Fox2Code 88da4ba372 Update 0.2.0-pre1 5 years ago
Fox2Code 7b39de87ce Rename showcase mode to lockdown mode 5 years ago
Fox2Code 6574115a85 Release 0.1.0
- Improved module deletion safety
- Improved compat installer script
- Added `maxApi` metadata support for modules
- Added support links fallbacks for some popular modules
- Added Markdown syntax highlight support into module info view
  (See Prism4j repo for the list of supported languages)
- Added hidden dev mode + hidden setting to enable magisk command install
5 years ago
Fox2Code 6a608ffbea Release 0.0.3
- Improved non standard file picker response handling.
  (Should fix install module from storage on some devices,
  and notifying the user that their file manager is weird)
- Handle file picker returning http/https urls for files.
- Improved search icon padding for rounded corner phones
- Fixed card background being invisible on light theme
- Make install terminal light when light theme is on
- Added a switch to force the terminal to be always dark
 (to restore old behavior, default is false)
5 years ago
Fox2Code 60360fb325 Initial commit 5 years ago