Skip to content

Releases: meshtastic/Meshtastic-Android

0.7.5 beta

10 Jun 20:09
Compare
Choose a tag to compare
  • Add very alpha USB device support (just plug the radio into the bottom of your phone and select it in the settings page)
  • Lots of autobug fixes
  • Work with the newest device loads

0.6.8 beta

04 Jun 17:25
Compare
Choose a tag to compare
  • Thanks to @Neklan for adding Japanese translations
  • Add GUI for message delivery/status notifications. Will show a cloud icon with checkmark when delivered, empty cloud for in the mesh but not yet delivered, cloud with uparrow for waiting to upload to device
  • Make a Soyes XS phone work - the root cause was an old google bluetooth bug - might help some other phones also
  • Don't put duplicate entries into the bluetooth scan screen
  • Allow devices to specifiy a minimum app version, if app is too old force an upgrade. This will be useful for some device updates that are coming next week.
  • fix a few rare autobugs
  • Change to use the 'new' phone API - devices have supported this API for a long time, but now I default to use it. This will make some future changes easier

0.6.5 alpha

22 May 00:45
Compare
Choose a tag to compare

A minor release (mostly to support the major changes made in the device code I'm about to release). This should work with old or new versions of the device code.

  • Thanks @Konradrundfunk for the German translation tweaks
  • Fix for a rare problem which could occur on Samsung phones (see git commits for details)
  • Set the want_ack flag for sent text messages (so the new reliable sending will be used)

0.6.3

11 May 04:46
Compare
Choose a tag to compare

many changes since the last APK I bothered posting to github. Better to use google play if you can, but if you can't access that where you are, just use this APK.

0.5.8

26 Apr 15:39
Compare
Choose a tag to compare
Rather than waiting for crashlytics to send on next launch, send reports

immediately.
(related to #20)

0.5.4 alpha

23 Apr 15:59
Compare
Choose a tag to compare

The app has been pretty solid the last couple of days, with a lot of reported usage and no automated bug reports. This is a quick release to fix two things that have been bugging me:

0.4.7 alpha

20 Apr 18:18
Compare
Choose a tag to compare

This should be a pretty good release. I think I've fixed all major bugs. There is a possibility there is still a bluetooth device comms issue that affects a few models of phones. If you see something not working, please click report bug and then post in the "bluetooth comms" thread on the forum.

0.3.4...0.4.7

0.3.4 alpha

11 Apr 17:23
Compare
Choose a tag to compare

New translations!

Major changes:

  • @cyclomies: Contributed Swedish, Finnish and German translations.
  • @eriktheV-king: Contributed Dutch and French translations.
  • @eugene: Contributed Russian translation.
  • @Mango-Sauce: Contributed Chinese translation.
  • @ohcdh: Contributed Irish and Italian translations.

Full list of changes:
0.3.2...0.3.4

0.3.2 alpha

11 Apr 01:43
Compare
Choose a tag to compare

This is still an alpha, but I'm throwing caution to the wind and releasing it to 'production' on Google Play. So people can now download it without joining the beta or alpha test groups. I'll be only pushing 'stable' builds to production after they have been around in alpha/beta for a couple of weeks. So if you are an active forum member, you'll probably want to stay in the alpha/beta test groups.

Major changes:

  • @cyclomies: Contributed Swedish and Finnish translations.
  • @eugene: Contributed Russian translation.
  • @ohcdh: Contributed Irish translation.
  • Fix a couple of autobugs reported from app crashes. In particular someone with a Galaxy 10 tablet found this this bastard. Hopefully this change fixes it.

Full list of changes:
0.3.1...0.3.2

0.3.1 alpha

10 Apr 00:20
Compare
Choose a tag to compare

This release is a big change with a lot of improvements. But first "story time": Originally when I made this app (a couple of months ago) I used the new hotness for Android development "Jetpack Compose" (from Google). Alas, that release is still a little to bleeding edge and some things (like the new map view) just weren't going to work right until they fix a few things.

So I bit the bullet and de-composemotized our app. I've changed it back into a regular android app, and I now build GUIs in the oldschool xml way. This was a PITA, but I think you'll like the results:

  • I was getting auto-crashes reported via analytics deep inside the compose libs, those are gone now.
  • The look and feel is much nicer, I've gone for a modern Material Design theme.
  • Channel sharing now works, if you click the share link you will get back a special URL that you can send to others. If anyone opens that URL they will be asked if they want to change their radio to that channel. No longer do you have to stay on the "Default" channel (encryption is related to channels, but I'll put that in a different post)
  • The map view is now more fully functional
  • You can now change between any meshtastic radio in BLE range from the settings tab
  • A few more bluetooth connection issues are straightened out

Post in the forum if you have problems (or file a bug). You can get the app on google play (or if you can't access google play, then on github).