farebot icon indicating copy to clipboard operation
farebot copied to clipboard

WIP: Revive for more recent android sdk versions

Open jspaetzel opened this issue 6 months ago • 1 comments

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

jspaetzel avatar Aug 22 '24 01:08 jspaetzel