Releases: meshtastic/Meshtastic-Android
Meshtastic Android 1.2.54 alpha
Autogenerated by github action, developer should edit as required before publishing...
What's Changed
- fix permissions for android >= 31 by @andrekir in #347
- add bundle release by @andrekir in #346
- fix restrictions to "Provide location to mesh" by @andrekir in #345
- Update README.md by @mkinney in #349
- improve Settings notifications by @andrekir in #351
- add is_power_saving to advanced settings by @andrekir in #352
- update permissions for Android 12 (API 31+) by @andrekir in #353
- add channelUtilization & airUtilTx protos by @andrekir in #355
- 1.2.54 by @andrekir in #354
New Contributors
Full Changelog: 1.2.53...1.2.54
Meshtastic Android 1.2.53 alpha
**Read Me:: Don't use this if you have Android 12 on your phone**
This is not in Google Play or Amazon.
What's Changed
- 1.2.52 by @andrekir in #331
- fix tabLayout smoothScroll crash by @andrekir in #335
- add provideLocation service start/stop by @andrekir in #336
- add companion device pairing by @andrekir in #341
- Update strings.xml by @slavino in #338
- 1.2.53 by @andrekir in #343
Full Changelog: 1.2.52...1.2.53
Meshtastic Android 1.2.52 beta
Meshtastic Android 1.2.51 alpha
This version is only available via the assets below. This is not in Google Play or the Amazon App Store.
What's Changed
- Feature: Camera QR Code scanning by @andrekir in #307
- Fix: PR#293 broke IME_ACTION_DONE by @andrekir in #311
- Fix: Android CI / Test by @andrekir in #312
- increase message max length to 228 chars by @andrekir in #313
- CI build improvements by @andrekir in #317
- release build action by @andrekir in #318
- add LoRa channels (MediumFast, MediumSlow) by @andrekir in #319
- update curfirmwareversion.xml by @andrekir in #322
- 1.2.51 by @andrekir in #324
- update permissions by @andrekir in #323
Full Changelog: 1.2.50...1.2.51
1.2.50 alpha
Sorry I've been away but @andrekir and @srichs have been doing good things. I'm releasing this now as an alpha APK on github. But once someone posts on the forum that it works for them, I'll also release it via the Amazon appstore (for the time being we are using the Amazon appstore rather than the google store for distribution):
1.2.45 beta
A minor release just to pull in the latest firmware.
- @andrekir fixed pt-BR translations
1.2.43 beta
This is the first android release in a while... If you are not an alpha-tester you probably want the previous release for now.
- Includes 1.2.43 device firmware (for ESP-32 targets)
- @rkuksa fixed a Russian translation typo
- @sirgeoff added Hungarian translations!
- @andrek added Brazillian Portugese translations!
- @Mango-Sauce Updated the Chinese translations!
- Fix a minor bug: don't show the update firmware dialog if we are already in the middle of an update
1.2.40 alpha
This is the first android alpha release in a long time (a month?). The location permissions are now much cleaned up (so that they can meet the new more strict Google policies). But since we are currently delisted on Google Play you'll need to install the APK manually.
Dear alpha testers, to help exercise possible problems please completely uninstall your existing meshtastic before installing this version (so that permissions get reset). There were a lot of changes that needed to happen for this, so it is possible I broke something. Please post in the forum thread with what you find.
Specific changes
- @FIdo contributed Polish translations. Thanks!
- We now target android SDK 30 (the latest released), but work all the way back to SDK 21 still (android 5.1?)
- We now are more clear about "location" access is what we need
- We check every time the app has started
- We only ask for "background" location permissions if you click the new settings checkbox for "provide location to mesh". If that checkbox is off we won't "help out" radios that don't have their own GPS by providing the phone position (because we can't access location from our background service in that case)
- Fix a couple of rare crashes reported via analytics
1.2.31 beta
1.2.31
1.2.30 alpha
This is a minor update to include two features:
- The latest device alpha 1.2.30 which seems to be working quite nicely
- Fix color themes so both the dark and light theme look much nicer and use @thepoweroftwo recommended color guidelines