farebot
farebot copied to clipboard
WIP: Revive for more recent android sdk versions
I noticed this app was removed from the app store while recommending it to a friend, was still installed from before being removed from the store on my device. https://play.google.com/store/apps/details?id=com.codebutler.farebot
Here's are initial changes to get this working with more recent versions of android. Quick overview of changes in this PR
- Change namespace def from AndroidManifest to gradle config
- Update all dependencies. Gradle 8.5, Kotlin 1.9, Java 17, etc.
- Remove RxBroadcast which hasn't been maintained
- Resolve Android permission errors
I'm not an android developer so this might be a little rough around the edges, from what i can tell this works on a virtual device and my Pixel 7.
Unfinished here which I'll try to revisit later
- broke some of the release config, will need to fix to sign a release build
- clipboard feature in export history doesn't work, not sure if this is related to my changes