Releases: mmazzarolo/breathly-app
iOS 2.1 (17)
What's Changed
- Change limit of custom breathing steps up to 99s by @rootsh0pf in #105
- Fix the visibility of the iOS statusbar by @mmazzarolo in #107
- Increase timer upper limit to 60 minutes by @mmazzarolo in #106
- Allow long pressing on steppers by @mmazzarolo in #108
- Fix long press being invoked even on disabled buttons by @mmazzarolo in #109
- Allow .5 precision on custom pattern steps by @mmazzarolo in #110
- Increase vibration duration on Android by @mmazzarolo in #112
New Contributors
- @rootsh0pf made their first contribution in #105
Full Changelog: ios-2.0.1-(16)...ios-2.1-(17)
Android 2.1 (3145747)
What's Changed
- Change limit of custom breathing steps up to 99s by @rootsh0pf in #105
- Fix the visibility of the iOS statusbar by @mmazzarolo in #107
- Increase timer upper limit to 60 minutes by @mmazzarolo in #106
- Allow long pressing on steppers by @mmazzarolo in #108
- Fix long press being invoked even on disabled buttons by @mmazzarolo in #109
- Allow .5 precision on custom pattern steps by @mmazzarolo in #110
- Increase vibration duration on Android by @mmazzarolo in #112
New Contributors
- @rootsh0pf made their first contribution in #105
Full Changelog: android-2.0.1-(3145746)...android-2.1-(3145747)
iOS 2.0.1 (16)
- Fixed custom pattern text not re-rendering: Fixed the custom pattern label (e.g.,
(4, 5, 2 ,3)
not re-rendering correctly — this was happening because I was updating mutating the steps array directly instead of cloning it. A classic. - Prevent double navigations: Forgot to replace
push
withnavigate
. This fixes the double navigation issue where you would navigate to the same screen multiple times if you tapped on a button in a rapid succession. - Forced the splash-screen for at least 1.5 sec: The splash screen sometimes was so quick it was useless. This forces it to stay up for at least 1.5 sec.
Android 2.0.1 (3145746)
- Fixed custom pattern text not re-rendering: Fixed the custom pattern label (e.g.,
(4, 5, 2 ,3)
not re-rendering correctly — this was happening because I was updating mutating the steps array directly instead of cloning it. A classic. - Fixed label right-padding on Android in the setting screen: Added more padding to the right of the settings' labels on Android because they were ugly.
- Fix spacing to avoid LayoutAnimation issues: Lol. TIL. Running LayoutAnimation in the settings sub-screen where enable the custom pattern toggle was trigger a layout animation on the base setting screen that sometimes was cutting off the custom pattern steps label.
- Prevent double navigations: Forgot to replace
push
withnavigate
. This fixes the double navigation issue where you would navigate to the same screen multiple times if you tapped on a button in a rapid succession. - Follow MD spacing on settings screen: Not super happy with it, but I aligned the settings with the app-bar title as per MD guidelines. Also moved the radio buttons to the left. Meh.
- Forced the splash-screen for at least 1.5 sec: The splash screen sometimes was so quick it was useless. This forces it to stay up for at least 1.5 sec.
- Use Android immersive mode instead of transparent navigation bar: The transparent navigation bar was causing way too many issues. So I moved the app to sticky-immersive mode instead (meaning the nav and status bar hide after n milliseconds and can be shown again with a swipe from the bottom).
iOS 2.0.0 (15)
Hello there, here's the biggest Breathly update so far!
I completely redesigned Breathly's user interface from the ground-up. This change is really important because it allows me to introduce new features (in the future) that have been requested for ages (e.g., pure dark more, saving multiple custom patterns, etc...).
With this update I also moved a few things around, and followed a more standard light/dark theme to ensure you can use Breathly in the dark.
I haven't removed previously existing feature — but if you notice anything is missing or any bug, please let me know.
Have a great day!
Android 2.0 (3145745)
Hello there, here's the biggest Breathly update so far!
I completely redesigned Breathly's user interface from the ground-up. This change is really important because it allows me to introduce new features (in the future) that have been requested for ages (e.g., pure dark more, saving multiple custom patterns, etc...).
With this update I also moved a few things around, and followed a more standard light/dark theme to ensure you can use Breathly in the dark.
I haven't removed previously existing feature — but if you notice anything is missing or any bug, please let me know.
Have a great day!
ios-1.8
android-1.9
#58 Added timer customization
ios-1.7
No features, just a version bump for the app store page refresh