-
-
Notifications
You must be signed in to change notification settings - Fork 203
Bump public-transport-enabler to restore DB support #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your pull request and welcome to our community! We require contributors to sign our Contributor License Agreement, and we don't seem to have the user @invalid-email-address on file. In order for your code to get reviewed and merged, please explicitly state that you accept the agreement. Alternatively, you can add a commit that adds yourself to https://github.com/grote/Transportr/blob/master/.clabot |
3668bca to
bb1962a
Compare
|
Thank you for your pull request and welcome to our community! We require contributors to sign our Contributor License Agreement, and we don't seem to have the user @InsanePrawn on file. In order for your code to get reviewed and merged, please explicitly state that you accept the agreement. Alternatively, you can add a commit that adds yourself to https://github.com/grote/Transportr/blob/master/.clabot |
|
I accept the agreement |
|
Thanks for the PR, it is looking good so far. Running |
|
|
||
| applicationId "de.grobox.liberario" | ||
| minSdkVersion 21 | ||
| minSdkVersion 24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary?
|
Can anyone build and provide an .apk with these changes? I would really like to use Transportr with DB support again :) |
You can find the apks here. Choose the debug build if you want to install it next to the official one. |
…date, add alert service via context menu (#992) * add location button in FROM field to enable refresh #786 * rename onFindGpsLocation to updateGpsLocation when refreshing location wait one iteration longer for more accuracy * Update public-transport-enabler to 2713727d07df8408e064e5ffae2733862711a10b Fix provider Deutsche Bahn #981 Fix provider VRS: Update client certificate #993 * Alert service Set alert for a station via context menu * increased priority for alert stop watchdog at arrival code improvements * Fix VVS https://gitlab.com/oeffi/oeffi/-/commit/6d7979e8411c5b641a9857ff22b1f72e23bb35cf * use Transportr icon in notification show chequered flag at arrival * enable vibration * use string resource for channel name German translations * add Poland https://gitlab.com/oeffi/oeffi/-/commit/2736bc82dd08937aebebf26a582949cc6a8c3205 * add manifest permission for background location (not requested actively, but can be necessary on some devices) improvements in alert service update version code and version name update fastlane
|
fixed in #992 |
Hi, kinda just throwing this out there: I bumped the minsdk and pte lib and added the minimum required changes until the DB api started working on my phone again.
I'm not an android dev and have no idea what that gradle witness file is.
Build locally using
./gradlew buildI also didn't mess around with desugaring as hinted at in #979 (comment)
Might be of interest for people who want to build a working version until 2.2.4 is published :)