Kevin Hester
db24204b9b
Merge pull request #135 from rubensudos/master
...
Add Portuguese translation
2020-08-24 13:26:42 -07:00
geeksville
38a3e37ad0
Fix #122 - let users copy text messages
2020-08-22 19:08:40 -07:00
RR
fd7f16f3d9
Add Portuguese translation
2020-08-22 19:03:16 +01:00
geeksville
0c30c4243d
0.9.04 add Haitian translation from @scottbridges
2020-08-20 19:20:24 -07:00
geeksville
9a73da562c
Update to kotlin 1.4
2020-08-18 11:25:16 -07:00
geeksville
ad6eb621f6
fix autobug: when USB devices are unpluged wait for them to cleanly shutdown
2020-08-15 12:06:21 -07:00
geeksville
05056fe0fc
don't spam autobugs if someone has malformated version strings in their firmware
2020-08-15 11:25:36 -07:00
geeksville
92621e07aa
don't spam autobugs if we get an exception reading fromnum when the device is leaving
2020-08-15 11:19:23 -07:00
geeksville
8233f063ed
fix hash
2020-08-13 15:24:36 -07:00
geeksville
bc5d6cf808
fix #86 the first message sent is duplicated bug
2020-08-12 12:48:43 -07:00
geeksville
93d4cd99fd
show channel suffix per https://github.com/meshtastic/Meshtastic-device/issues/269
2020-08-12 12:33:04 -07:00
geeksville
72128d1e39
Merge remote-tracking branch 'root/master' into dev
2020-08-11 19:33:22 -07:00
geeksville
617655b8f7
improve API docs
2020-08-11 19:31:57 -07:00
Kevin Hester
488c615a78
Merge pull request #127 from gkelly/channel-fragment
...
Put channel options into URL fragments
2020-08-11 11:28:58 -07:00
Garret Kelly
61c8d2d266
Put channel options into URL fragments
...
Put the channel options into the URL fragment instead of the URL path.
This ensures that the channel options (including the channel key) is
never accidentally leaked to a remote party. This URL format appears to
be backwards compatible, URLs generated in the new form are properly
parsed by the old version. URLs generated by the old version are _not_
parsed by the new version.
Closes #126 .
2020-08-10 22:19:51 -04:00
Garret Kelly
5a03e0c78b
Fix minor typo around default channel key
2020-08-10 21:20:55 -04:00
Kevin Hester
888139d589
Merge pull request #112 from lgoix/timefix
...
Fix time issue and Toast not showing when notification are disabled
2020-07-31 09:09:09 -07:00
geeksville
f3be13f0fb
don't leak macaddrs into logs
2020-07-29 16:16:29 -07:00
geeksville
6306d19f6d
low memory samsung phones that have lots of boot receiver can run real slow
...
Thus exposing the google startup bug: https://issuetracker.google.com/issues/76112072#comment56
https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues/78d68909d65bf62fa9d4d3b5b42cddc6?time=last-seven-days&sessionId=5F203DB903DC000146028E3DAF71631D_DNE_0_v2
2020-07-29 15:48:21 -07:00
geeksville
384bb3759e
fix autobug - location callback might come after activty is dead
...
https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues/714e0b9e232289ddc9162fd3aebc1510?time=last-seven-days&sessionId=5F1C562E03E2000142C73D26354B80BF_DNE_0_v2
2020-07-25 20:40:00 -07:00
geeksville
ae117fcd9e
add debug output
2020-07-24 13:00:27 -07:00
Ludovic Goix
241f4d978a
Try to fix Toast not showing when notification are disabled
2020-07-23 23:12:46 -04:00
Ludovic Goix
c56f14a259
Fix last time issue with nodes
2020-07-23 23:12:01 -04:00
geeksville
a0dc45ea6f
Merge remote-tracking branch 'root/master' into dev
2020-07-21 10:42:38 -07:00
Kevin Hester
4e3b28cdd6
Merge pull request #108 from eriktheV-king/patch-1
...
Update strings.xml
2020-07-21 10:42:16 -07:00
geeksville
a72824b501
Add Albanian translation from @TitanTronics
2020-07-21 10:40:15 -07:00
geeksville
320f691753
Add Greek translation by @magdalinos
2020-07-21 10:34:08 -07:00
eriktheV-king
77c72f6765
Update strings.xml
...
Just modified french language ressource files with some more added strings !
Left 5 untranslatables at EOF.
Trying to send these in as a pull request (replacing the existing files)
eriktheV-king github username
2020-07-21 15:20:22 +02:00
eriktheV-king
8a15b80de8
Update strings.xml
...
Just modified language ressource files with some more added strings !
According to master, 67 translatable strings. Left 5 untranslatables at EOF.
Trying to send these in as a pull request (replacing the existing files)
eriktheV-king github username
2020-07-21 14:54:24 +02:00
geeksville
750855c8d4
begin gradle support for auto play upload
2020-07-20 12:07:55 -07:00
Kevin Hester
fed2615d96
Merge pull request #105 from lgoix/vmodel
...
Fix bad connection status #84
2020-07-18 14:30:04 -07:00
geeksville
6b0e19ea9a
remove comment
2020-07-18 14:24:06 -07:00
geeksville
7b46046af6
cancel all jobs when we shutdown interface (an autobug)
2020-07-18 14:23:58 -07:00
geeksville
25ceaa6364
Fix autobugs related to Samsung BLE
2020-07-18 13:18:38 -07:00
geeksville
7a47240e47
fix autobug: someone is testing crashing the app with invalid URLS ;-)
2020-07-18 13:17:30 -07:00
geeksville
8d6af24488
amazon fire requires a longer delay for the nasty BLE force-refresh hack
2020-07-17 14:12:46 -07:00
Ludovic Goix
4137f5e787
Fix bad connection status #84
2020-07-17 17:06:29 -04:00
Kevin Hester
c10beb816a
Merge pull request #102 from lgoix/battery-plugged
...
Display power plug icon when no battery #99
2020-07-17 12:01:26 -07:00
Kevin Hester
f9769e3959
Merge pull request #103 from zjwhitehead/report-bg
...
Set crash report text background
2020-07-17 12:00:29 -07:00
geeksville
203dc456ab
NRF52 based devices don't need our forceRefresh BLE hack
2020-07-17 11:55:36 -07:00
geeksville
b2b20cb8cf
0.7.95 just to make amazon happy
2020-07-16 18:25:31 -07:00
Zach Whitehead
1f6a3370d6
Set crash report text background
2020-07-16 19:40:11 -04:00
Ludovic Goix
4a6d88039b
Display power plug icon when no battery #99
2020-07-16 08:50:47 -04:00
geeksville
02cda26f12
fix localization warnings
2020-07-15 19:53:45 -07:00
geeksville
87c272f784
Don't rely on android filtering for BLE scan, because NRF52
2020-07-15 17:19:36 -07:00
geeksville
a527852f55
make HW GPS optional on phone
2020-07-15 17:09:45 -07:00
geeksville
4d9fb32fa1
Mangosauce fixes for Chinese!
2020-07-15 15:59:11 -07:00
geeksville
4c51e9c8e9
Make google-play optional
2020-07-15 15:58:53 -07:00
geeksville
28a18ca314
Let user rate the app through google play or through amazon
2020-07-14 22:21:54 -07:00
geeksville
0a38b70682
Merge remote-tracking branch 'root/master' into dev
2020-07-14 22:05:46 -07:00