Commit Graph

43 Commits (dependabot/gradle/androidx.room-room-compiler-2.7.2)

Author SHA1 Message Date
dependabot[bot] 706e87ed2b
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.20
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] dcb9aeaeae
Bump com.android.tools.build:gradle from 8.9.0 to 8.9.1
Bumps com.android.tools.build:gradle from 8.9.0 to 8.9.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 741dd44d40
Bump com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
Bumps com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin from 11.2.1 to 11.2.3.

---
updated-dependencies:
- dependency-name: com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 5fad6e3067
Bump com.android.tools.build:gradle from 8.4.2 to 8.7.0
Bumps com.android.tools.build:gradle from 8.4.2 to 8.7.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
dependabot[bot] 6505cc3ecc
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 2.0.21
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Androidacy Service Account 44447b133a
Merge pull request #125 from Androidacy/dependabot/gradle/com.mikepenz.aboutlibraries.plugin-aboutlibraries-plugin-11.2.1
Bump com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin from 11.1.0 to 11.2.1
1 year ago
dependabot[bot] 636f649ce9
Bump com.android.tools.build:gradle from 8.3.0 to 8.4.2
Bumps com.android.tools.build:gradle from 8.3.0 to 8.4.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot] f655e5b688
Bump com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
Bumps com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin from 11.1.0 to 11.2.1.

---
updated-dependencies:
- dependency-name: com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
androidacy-user 7b627cfcf4 2.3.7
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
dependabot[bot] 1083d30d8a
Bump com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
Bumps com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin from 10.8.3 to 11.1.0.

---
updated-dependencies:
- dependency-name: com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
androidacy-user 63b5e0c1cc update agp
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user f6da136bf0 refactor
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 6d22c3c885 misc fixes and upgrades
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user b5d2d96de6 fix bugs
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 18586c3434 fix deprecations
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 2552bf3360 update deps
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 3f38a8db0f prepare work for 2.3.0
- initial work on UNTESTED ksu support
- prepare for play release
- don't try to get magisk path if no root
- remove debug logging entirely on release builds
  - if we set an if condition to a constant falsey value, r8 is nice enough to remove it for us
- more that i really don't care to document

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 5fc8059501 update settings
- new fragment based categories
- allow to control update check interval

Known issue:
- licenses screen is now an activity but may not respect user theme if it doesn't match system

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user b429b7ca07 another attempt to work around libsu bug
also update deps

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user afb62c040a allow reinstall for local modules
fixes #50

also, lots of fixes yours truly forgot to commit separately

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user e5b839b823 fix a crash or two
can't catch em all

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 1484195854 work around root issue
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 89e2d8014b fix local modules not showing up
can't get items from a list if you never add them

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 743cd3f46d finish room and kotlin migration
SettingsActivity.java cannot be converted right now because AS crashes silently

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 74e3a746b3 migrate to room db pt1/?
WARNING: does not compile as-is. tests are expected to fail.

[skip actions]

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 25ce9bdbf8 update deps
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 636eec7fe9 rename dir
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 9bc9f2eb7f update copyright
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user cf095f39be update styles
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 93b44ac4b0 fix build issues
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user bf8578de2a upgrades
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 17acda297f build updates
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 860036014c fixes #2
- Switched back to java 17
Tracking-Bug: A-4762 (F-Droid builds failing)
So far, we don't depend on any JVM 19 features. This may change in the future and a different solution may be req'd
- Properly fixed race condition
Previously, we tried to unreliably check class name which doesn't work for minified builds
- Migrate a couple things to kotlin
- Refactor http class
- fix chinese traditional

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user fd8f746a22 update deps + release v2.0.2
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 4111b91fe2 improve security
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 128b8c51c7 (misc) test java 19
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 6d0ac44950 (misc) test java 20
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user d2dc8f64ac (fix) small fixes
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 0a6fd7316a (misc) misc version updates
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 0b68956a86 (fix) yes
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 7b4d7b579c (fix) oops
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 54b42dfa8c (misc) misc updates
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 47eff4e5c4 (migrate) migrate some minor things to kotlin
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago