Mike Cumings
0acf037000
Merge remote-tracking branch 'remotes/origin/master'
2022-05-06 11:19:11 -07:00
Andre Kirchhoff
2c34126a51
Update AndroidManifest.xml
...
disable Auto Backup
2022-04-24 10:30:41 -03:00
Mike Cumings
9687fb7370
RadioInterfaceService is no longer an Android Service
...
Removes the AIDL and associated support for the `IRadioInterfaceService`.
This should give some performance benefit since radio data no longer
has to round-trip through the platform.
2022-04-22 17:40:01 -07:00
Mike Cumings
4f6357103b
Move radio service code verbatim into repository/radio
2022-04-22 10:22:03 -07:00
andrekir
64114ce341
hold new permissions until targetSdkVersion update
2022-02-09 22:10:25 -03:00
andrekir
239a22c1bc
add splash screen
2022-02-04 00:57:27 -03:00
andrekir
3a1c87d26f
update API 31+ bluetooth manifest
2022-01-25 17:53:44 -03:00
andrekir
e8e389930e
downgrade zxing:core for minSdkVersion 21
2022-01-10 00:33:26 -03:00
andrekir
e8999712d2
fix companion device pairing
2022-01-07 18:51:20 -03:00
andrekir
c8d7427f2f
remove duplicate permission
2021-12-26 23:26:41 -03:00
andrekir
bb40672401
disable storage
2021-12-14 22:48:20 -03:00
andrekir
3ecc247c76
QR Code scanning with camera
2021-11-17 21:00:46 -03:00
Kevin Hester
59e430d30d
WIP color fixes
2021-05-09 09:02:53 +08:00
Kevin Hester
2fc4099bfc
Merge branch 'dev' into dev1.2
...
# Conflicts:
# app/src/main/java/com/geeksville/mesh/MainActivity.kt
# app/src/main/java/com/geeksville/mesh/service/MeshService.kt
2021-03-02 14:38:55 +08:00
Kevin Hester
bd796524b9
channelset wip
2021-02-27 12:04:44 +08:00
Vadim Furman
ead36b2fc6
Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active.
2021-02-22 15:00:32 -08:00
Kevin Hester
9d75c6f062
fix missing crashlytics permission
2021-02-21 11:00:11 +08:00
Vadim Furman
2d81acbee5
Added settings
2021-02-05 21:29:28 -08:00
Kevin Hester
6c3c20c154
switch app launcher to new icon
2021-01-30 14:44:55 +08:00
Kevin Hester
6fbe63c0b7
use upper case for base of URL in QR code to simplify the image
2021-01-05 13:29:04 +08:00
Kevin Hester
cc2b99fdfc
WIP for new protobufs
2020-12-07 19:50:06 +08:00
geeksville
b2b20cb8cf
0.7.95 just to make amazon happy
2020-07-16 18:25:31 -07:00
geeksville
a527852f55
make HW GPS optional on phone
2020-07-15 17:09:45 -07:00
geeksville
55d6c9448b
if app gets upgraded, restart the service after the upgrade
2020-07-07 14:21:26 -07:00
geeksville
3be44439ab
#38 : add USB hotplug support (but android doesn't yet remember accross reboots)
2020-06-09 17:10:49 -07:00
geeksville
420b718b11
USB WIP
2020-06-08 14:04:56 -07:00
geeksville
30137efc68
WIP - cleaned up BLE vs serial interface approximately works
2020-06-07 17:11:30 -07:00
geeksville
d1a3d98de4
change to use @mik3y /usb-serial-for-android (WIP)
2020-06-05 20:22:45 -07:00
geeksville
76f3df94df
WIP
2020-06-05 11:53:50 -07:00
geeksville
cecc369598
split out common code for USB and BLE links
2020-06-04 12:34:34 -07:00
geeksville
d4de805813
turn off all analytics by default
2020-04-21 08:58:20 -07:00
geeksville
b4bf682df0
#14 : WIP we now show the new GUI properly
2020-04-18 16:30:30 -07:00
geeksville
8dc0430368
mark our URLs as verified android app links, so the user doesn't get prompt to open
2020-04-15 18:39:01 -07:00
geeksville
0447bc2858
stop asking for filesystem access, we only need it during development
2020-04-12 17:13:13 -07:00
geeksville
ef5c59705e
zxing qr code generator technically requires hw accel
2020-04-12 16:21:48 -07:00
geeksville
2c50f27d22
Update zxing lib, to hopefully fix a an autobug
2020-04-12 16:11:16 -07:00
geeksville
aa79d55a66
add a rating library
2020-04-11 09:39:34 -07:00
geeksville
5a90a06580
get ready for translations
2020-04-09 11:03:17 -07:00
Kevin Hester
b753d52b93
don't incorrectly ask for CAMERA permission
2020-03-02 10:30:32 -08:00
Kevin Hester
e43e687766
register our app to handle meshtastic urls
2020-03-02 08:54:57 -08:00
geeksville
227450528d
expose channel settings via an URL
2020-02-16 18:14:40 -08:00
geeksville
9dcfb59ee0
clean up user setting
2020-02-14 04:41:20 -08:00
geeksville
4e6d1be954
start mesh service on boot, store device macaddr in prefs
2020-02-12 15:57:35 -08:00
geeksville
b17e7231c0
begin support for showing/sharing qr codes for channel settings
2020-02-11 19:20:24 -08:00
geeksville
eaa5af8fec
experiment with trying to find the users name - no joy
2020-02-10 20:17:42 -08:00
geeksville
a3198d3931
about to fix parcelables
2020-02-10 15:39:04 -08:00
geeksville
10ad07e136
we now fetch any new rxmessages when they arrive at the radio
2020-02-10 15:31:56 -08:00
geeksville
370cb264af
placeholder app icon
2020-02-10 14:06:50 -08:00
geeksville
27d0d2aa40
new sync bt works better
2020-02-04 13:24:04 -08:00
geeksville
6cebf063d7
new bluetooth work queue stuff seems to work
2020-01-27 16:00:00 -08:00