andrekir
3ecc247c76
QR Code scanning with camera
2021-11-17 21:00:46 -03:00
Kevin Hester
d867c5c85e
Merge branch 'master' into sendButton
2021-11-18 02:02:34 +08:00
Kevin Hester
2c50b9890a
Merge branch 'master' into remove-hints
2021-11-18 02:02:06 +08:00
andrekir
f4c754e599
Fix: MessagesFragment layout
...
- fix our messages right margin; received left margin (compare "msg.from" to "^local" to "determine if this is my message (originated on this device)";
- night/colors.xml: changed colorMyMsg to #28463C; (colorMsg & colorMyMsg were the same on Dark theme);
- fix val one_day typo (= 86400000 ms/day);
- if errorMessage --> setCardBackgroundColor(Color.RED).
2021-09-07 22:18:54 -03:00
srichs
0e20ec78db
removed hints from channel inputs
2021-09-06 22:43:33 -06:00
andrekir
15161862f3
Fix: EditText with textMultiLine & IME_ACTION_SEND
2021-09-05 15:10:02 -03:00
andrekir
615f202583
minor adjustments, reformat & contentDescription added to messages_fragment.xml
2021-09-02 12:39:16 -03:00
andrekir
fdff15448f
added android:maxLength="200" to messages_fragment.xml
2021-08-31 16:59:34 -03:00
andrekir
5b26714a1e
added binding.sendButton.setOnClickListener to MessagesFragment.kt
2021-08-31 11:39:55 -03:00
andrekir
56c8fcddfb
sendButton img & layout
2021-08-29 23:48:49 -03:00
andrekir
27f8e3d389
Fix: Localization for pt-BR
2021-07-27 23:42:54 -03:00
Kevin Hester
cf39069a4e
fix hungarian translations
2021-07-26 16:55:49 -07:00
Kevin Hester
b12a6effa0
Merge pull request #284 from rkuksa/rkuksa-typo-ru
...
Russian translation update
2021-07-27 07:39:53 +08:00
Kevin Hester
b1fab80422
make store agnostic
2021-07-26 16:18:57 -07:00
Kevin Hester
fee7f89a68
add brazillian portugese from @AndreK
2021-07-26 09:44:41 -07:00
attila@qualisoft
03a6df3d0d
Hungarian (hu) translation
2021-07-21 14:41:31 +02:00
rkuksa
1933aeaeb8
Update strings.xml
2021-07-20 05:19:15 +03:00
Kevin Hester
9128d4531d
New Chinese translation by @mango-sauce
2021-06-29 08:33:47 -07:00
Kevin Hester
74a34cd9b6
store background location pref
2021-06-23 12:41:44 -07:00
Kevin Hester
74f7281a60
better dialog for background location
2021-06-23 12:17:06 -07:00
Kevin Hester
7efaf56f4f
location warnings are now much cleaner
2021-06-23 11:40:15 -07:00
Kevin Hester
d32f8ad99e
Add Polish translations contributed by @Fido
2021-06-14 10:42:45 -07:00
Kevin Hester
9c1316ea09
WIP - work with background location being optional
2021-06-10 10:58:45 -07:00
Kevin Hester
8de91b923f
tint the icon properly
2021-05-09 11:16:48 +08:00
Kevin Hester
510ae0002f
fix button colors based on @bb8 feedback!
2021-05-09 11:16:28 +08:00
Kevin Hester
ab4d95aae0
background colors fixed
2021-05-09 09:19:54 +08:00
Kevin Hester
59e430d30d
WIP color fixes
2021-05-09 09:02:53 +08:00
Zbynek Merhaut
2c17a6f95d
Added dark theme option
2021-04-11 12:10:17 +02:00
Kevin Hester
7bb3511587
allow longer channel names (if you include the # prefix and suffix
2021-04-05 15:35:12 +08:00
Kevin Hester
415ab40f36
Spanish tweak by @artemisoftnian and @smack815
2021-04-05 13:46:00 +08:00
Kevin Hester
7d898481a6
fix autobug for devices that don't have URL sharing support
2021-03-31 19:45:31 +08:00
Kevin Hester
3be55f8c7f
@anothercarolina substantially improved the Spanish translations!
2021-03-27 09:58:38 +08:00
Kevin Hester
84f19cc137
not translatable
2021-03-25 11:54:46 +08:00
Slavomir Hustaty
6e4bbf77eb
Slovak translation update
2021-03-24 09:06:12 +01:00
Kevin Hester
10d6537972
Disable the "set default channel" button if already on the default channel
2021-03-24 14:28:11 +08:00
Kevin Hester
5f6cb7637c
Merge remote-tracking branch 'root/master' into dev1.2
...
# Conflicts:
# app/src/main/java/com/geeksville/mesh/MainActivity.kt
2021-03-24 13:49:46 +08:00
Kevin Hester
ad7a189c51
add default channel button
2021-03-24 13:48:26 +08:00
Kevin Hester
a6fe6b2bbf
Merge branch 'master' into url-fix
2021-03-24 13:47:30 +08:00
Vadim Furman
0d9f31f7fb
Pipe rssi to the view
2021-03-22 21:10:58 -07:00
Daniel Nemenyi
6e545e628b
Fix expired link
...
The 'Firmware update required' modal contains an expired link to the
Wiki. This commit points the user towards the Firmware Installation
section on Github instead.
* app/src/main/res/values/strings.xml
2021-03-22 09:14:29 +00:00
Vadim Furman
8aa7585fdd
Merge remote-tracking branch 'upstream/master'
2021-03-19 16:55:22 -07:00
Vadim Furman
5e4470d25e
Use default scope for file save and display snr
2021-03-19 14:33:55 -07:00
Kevin Hester
a18343e30c
Merge remote-tracking branch 'root/master' into dev1.2
...
# Conflicts:
# app/src/main/java/com/geeksville/mesh/service/MeshService.kt
# app/src/main/java/com/geeksville/mesh/service/MockInterface.kt
# app/src/main/res/values/strings.xml
2021-03-19 15:09:33 +08:00
Kevin Hester
3ab9ee4afc
Merge branch 'master' into master
2021-03-19 15:00:49 +08:00
Vadim Furman
78a08898fe
Save messages in CSV and fix position broadcast
2021-03-17 21:00:01 -07:00
Kevin Hester
98356b9205
fix autobug crash when primary channel is null
2021-03-17 15:37:09 +08:00
goga
6958e3c86a
coords position fix
2021-03-16 11:38:42 +05:00
goga
452bf6f6cb
show coordinates with geo url to open in other mapping app
2021-03-16 10:04:01 +05:00
goga
c8107441de
display timeAgo properly and show coords in users screen
2021-03-15 23:46:53 +05:00
Kevin Hester
0271587a65
fix #256 : transparent holes in advanced tabs
2021-03-10 12:19:20 +08:00