Releases: flipperdevices/Flipper-Android-App
Releases · flipperdevices/Flipper-Android-App
Flipper App 0.4.74
Minify json, add minify to library (#98) **Background** Now json file very huge **Changes** - Add minify to library modules - Add minify to json
Flipper App 0.3.73
Not crash while we can't connect to device (#96) **Background** - We crash when pairing unsuccessful - Not showing error state **Changes** - Show finding on onResume only on intialize state - Show error if we can't connect to device
Flipper App 0.3.72
Fix lost connection after fast recreate service (#95) **Background** Now we drop connection with device if we fast recreate some activity Also we don't close service if it have at least one bind **Changes** - Add FlipperServiceConnectionHelper - Add stop listener in binder
Flipper App 0.3.71
Add test for FlipperServiceProviderTest (#94) **Background** Add test for FlipperServiceProviderTest **Changes** - Add core:test module
Flipper App 0.3.70
Add shake2report message field (#93) **Background** Sometimes we need specify additional text in bug report **Changes** - Add edit text field in shake 2 report dialog
Flipper App 0.3.69
New logs (#92) **Background** Now we affect production speed when we build logs in release build **Changes** - Build debug log only in debug build - Add more logs in ServiceProvider
Flipper App 0.3.68
Split to different modules (#91) **Background** Now core package very huge and we want split it
Flipper App 0.3.67
Add Shake 2 report via adb (#90) **Background** Now you can shake via `adb shell am broadcast -a com.flipperdevices.SHAKE_ACTION` **Changes** - Add delegate for shake to report
Flipper App 0.3.66
Fix internal source set (#89) **Background** Now we crash when build internal release **Changes** - Change source set for internal to debug - Add new sentry endpoint
Flipper App 0.3.64
Add module template (#87) **Background** Add module template with help Geminio See here for plugin build: https://github.com/hhru/android-multimodule-plugin/pull/48 **Changes** - Add template