Commit Graph

105 Commits

Author SHA1 Message Date
Fox2Code
0b0079d91b 0.6.7 - Maintenance Update 2022-10-22 14:27:13 +02:00
Fox2Code
e3a7420bea Use sentry.properties existence over build flavor to set sentry enabled state. (Fix #214)
This will also disable sentry by default on community builds/forks.
2022-10-18 16:24:46 +02:00
Fox2Code
a76040eb12 Fix-up "Overall optimizations" 2022-10-13 14:16:31 +02:00
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>
2022-10-11 21:15:13 -04:00
Fox2Code
5c4bd253ef 0.6.6 - Maintenance Update 2022-10-08 15:55:41 +02:00
Fox2Code
e4d7b93f16 Update BlurView library 2022-10-07 22:58:34 +02:00
Fox2Code
8b121e9eb3 Fix sentry implementation. 2022-10-06 14:06:43 +02:00
Fox2Code
bf92f586ba Disable sentry on F-Droid flavor 2022-10-04 16:24:07 +02:00
Fox2Code
638abe3224
Revert unecessarry versionName change.
`versionName` and `versionCode` should only be changed on new release.
2022-09-15 21:13:20 +02:00
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>
2022-09-14 13:34:01 -04:00
androidacy-user
276525c4af Fix sentry
Work remains to be done for the androidacy api for 0.6.6

Signed-off-by: androidacy-user <opensource@androidacy.com>
2022-09-13 21:26:32 -04:00
androidacy-user
e1ce5f68a7 Update dependencies
Signed-off-by: androidacy-user <opensource@androidacy.com>
2022-08-29 11:33:18 -04:00
Fox2Code
40e9d1f5fb Fix and Refactor both RepoManager and BackgroundUpdateChecker 2022-08-29 11:22:54 -04:00
Fox2Code
c6482ca751 Fix and improve previous commit & Update libraries 2022-08-24 21:42:51 +02:00
androidacy-user
9c2d361a1c Update androidacy APIs
Signed-off-by: androidacy-user <opensource@androidaacy.com>
2022-08-24 11:39:00 -04:00
Fox2Code
ebd3f23718 Update libraries 2022-08-14 12:05:08 +02:00
Fox2Code
6cdf75c39a 0.6.1 - Maintenance Update 2022-08-06 18:53:28 +02:00
Fox2Code
48110285ba 0.6.0 - Custom Repo Update 2022-08-04 19:47:20 +02:00
Fox2Code
c92d6dbefe 0.6.0 - Development pre-release 2 2022-07-29 15:35:07 +02:00
Fox2Code
7cc589b52c Update FoxCompat 2022-07-25 18:02:54 +02:00
Fox2Code
b5a1d492d0 0.6.0 - Development pre-release 1 2022-07-22 11:39:04 +02:00
Fox2Code
58a29f006d Implement background module update check & improve translator utils. (New strings) 2022-07-20 15:25:58 +02:00
Fox2Code
54879213bd Increase max custom repos count from 3 to 5 & tweak add repo UI. 2022-07-17 20:04:52 +02:00
Fox2Code
d4ee572529 Finish custom repos implementation + add more default repos. 2022-07-17 19:25:25 +02:00
Fox2Code
1488f13e95 Introduce new modules.json format extensions. 2022-07-16 21:29:25 +02:00
Fox2Code
241c50867c Switch to FoxCompat library. 2022-07-16 16:13:58 +02:00
Fox2Code
c7b981409d 0.5.6 - Hotfix 2022-07-15 20:13:06 +02:00
Fox2Code
f1b511cb7c 0.5.5 - Maintenance Update 2022-07-15 17:22:37 +02:00
Fox2Code
bb5cb08d76 0.5.4 - Maintenance Update 2022-07-11 15:39:17 +02:00
Fox2Code
9f1b9c679a Update libraries. 2022-07-11 15:21:13 +02:00
Fox2Code
738bd3f819 0.5.3 - Maintenance Update 2022-07-02 18:14:13 +02:00
Fox2Code
de92a77f5b 0.5.2 - Maintenance Update 2022-06-23 11:35:10 +02:00
Fox2Code
2c5a552221 0.5.1 - Maintenance Update 2022-06-15 17:06:19 +02:00
Fox2Code
5bc91a0f45 Update Libraries (Fix #163) 2022-06-15 16:09:56 +02:00
Fox2Code
4f27117c8d Release 0.5.0 - Monet Update 2022-06-07 22:33:19 +02:00
Fox2Code
8486a3bb56 0.5.0 Development pre-release 2 2022-06-03 21:27:53 +02:00
Fox2Code
7b60a514fe Use Android 12 stretch overscroll 2022-06-03 17:26:57 +02:00
Fox2Code
45fd0d9ef1 Update RosettaX to avoid crashes on release builds. 2022-06-02 13:46:54 +02:00
Fox2Code
734f660275 0.5.0 Development pre-release 1 2022-06-01 18:43:06 +02:00
Fox2Code
d2e6a4917a Add ANSI Support 2022-06-01 17:50:26 +02:00
Fox2Code
78408ea689 Update libraries 2022-06-01 13:59:49 +02:00
Fox2Code
5d2a08d818 Start fixes for last PR. 2022-05-19 18:12:56 +02:00
DerGoogler
12ce2b094b Add LEGASL.md and make aditional fixes 2022-05-18 16:45:22 +02:00
DerGoogler
ce82c0aa93 Merge branch 'iamjazzar/rosetta' into internal lib 2022-05-16 22:18:24 +02:00
DerGoogler
a766c73af1 Rework cards, Initial Android 12 Monet support 2022-05-15 01:10:18 +02:00
Fox2Code
3eb1744a78 Fix previous PR + minor UI tweaks. 2022-05-05 17:27:31 +02:00
DerGoogler
c726dbe375 Making improvements
- Update libsu to `5.0.0`
- Fix reboot button displays on fail install
2022-05-03 18:57:39 +02:00
Fox2Code
81143e7d95 0.4.5 Release 2022-05-03 16:35:17 +02:00
Fox2Code
bc5bb2ab80 0.4.4 Release 2022-04-15 14:56:14 +02:00
Fox2Code
709a0a4ebf 0.4.3 Release 2022-04-12 18:09:04 +02:00