Skip to content

Tags: better-rail/app

Tags

v2.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔖 - Version 2.3.3 (#381)

v2.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔧 - Update iOS privacy manifest file (#370)

v2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 - Include updates from favorite stations in announcements screen (#366

)

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ - Auto import favorite stations to service updates (#364)

v2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 - Fix Android tip jar refunds (#341)

Tipping on Android were always refunded after a few days. 
The reason is that we didn't flush the purchase ("acknowledge" it to the
play store):
> your app must then acknowledge the purchase. This acknowledgement
communicates to Google Play that you have granted entitlement for the
purchase.

We had the flushing mechanism set in the `TipJarScreen`, but putting it
there will possibly hav the flushing effect not run (if the user has
exit the screen before it ran, or for whatever reason else. Putting in
the main `App` component will ensure it'll be flushed, either in the
current session or in the next app relaunch.

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
💄 - Improve urgent message title display (#335)

- truncate urgent message title
- remove html tags and entities from message body
- announcement card darker background

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
📈 - Added Apple Watch telemetry (#332)

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ - Better Rail Live for Android (#256)

Added support for android devices:

<img width="351" alt="image"
src="https://github.com/better-rail/app/assets/12946462/585bdc90-e103-4993-a41e-065d3dfd0551">


Todo:
- [x] Fix UI issues
- [x] Add localization
- [x] Replace staging env with production

---------

Co-authored-by: Guy Tepper <hey@guytepper.com>

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 - Fixed android crashes (#253)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🔖 - Release 2.0.0 (#245)

Co-authored-by: Matan Mashraki <mail@matanmashraki.com>