Georg Lukas
6607f3d027
USBSerial: update USB IDs
2023-10-08 20:22:04 +02:00
Georg Lukas
857a256536
Map: implement coordinate chooser
2021-10-20 09:46:31 +02:00
Georg Lukas
1ccaac45be
Import bloated FileProvider from androidx
2021-10-14 09:40:20 +02:00
Georg Lukas
f7803f6cf2
Update length property on callsign/callssid input fields
2021-08-30 11:53:19 +02:00
Georg Lukas
a093047d89
Passcode: refactor first run and passcode dialog, fix #298
2021-08-30 11:53:19 +02:00
Georg Lukas
3060cbab8b
Merge branch 'master' into mapsforge
2019-03-16 19:46:39 +01:00
Georg Lukas
206d3e5e2c
Add forgotten TNC2 config XML
2019-03-16 19:46:23 +01:00
Georg Lukas
b9cecb3510
apply callsign uppercasing to digi path, fix #226
2019-03-16 12:34:48 +01:00
Georg Lukas
e17ff6db92
APRS-IS: allow long callsigns, error on KISS/AFSK
2018-11-18 11:37:57 +01:00
Georg Lukas
9f5f3a7820
APRS: cut off comment after 43 chars
2018-10-25 16:54:19 +02:00
Georg Lukas
1114ded258
Merge branch 'master' into mapsforge
2018-10-23 09:16:09 +02:00
Georg Lukas
8943dfb6a4
Prefs: display connection type and location source in main prefs
2018-10-23 08:38:52 +02:00
Georg Lukas
5d2230ac14
Prefs: limit callsign entry to 6; fix #163
2018-10-22 13:59:03 +02:00
Georg Lukas
3527f9b335
Merge branch 'master' into mapsforge
2017-05-12 13:00:49 +02:00
Georg Lukas
e3274fb20a
Kenwood: UI for enabling GPS tx and logging
2017-05-10 13:32:54 +02:00
Georg Lukas
7c17f16a98
Prefs: disallow multi-line strings
2017-02-15 10:48:08 +01:00
Georg Lukas
5b6ede466d
Merge branch 'master' into mapsforge
2016-10-06 12:35:57 +02:00
Georg Lukas
1886218ed6
backend: move TNC init from 'backend' to 'proto'
2016-10-06 11:33:27 +02:00
Georg Lukas
d90b2233ef
prefs: cleanups
2016-10-06 10:59:19 +02:00
Georg Lukas
f48a5a1c2a
beacon: add frequency support. Fix #93
2016-10-06 10:50:22 +02:00
Georg Lukas
b48dca4a99
Merge branch 'master' into mapsforge
2016-09-21 17:09:26 +02:00
Georg Lukas
c8a57cd516
prefs: made location prefs work like new backend prefs
2016-09-21 16:52:09 +02:00
Georg Lukas
ae1902ac0e
prefs: symbol picker, fix #118
2016-09-21 11:28:18 +02:00
Georg Lukas
f748391b9b
backend: major rework of backend/proto/link
...
There are now two major axes for a backend config, and the following
combinations are allowed.
* "proto" is the protocol:
* AFSK
* APRS-IS
* KISS
* Kenwood
* "link" is the connection type for KISS and Kenwood:
* USB Serial
* Bluetooth SPP
* TCP/IP (client)
* "aprsis" is the connection type for APRS-IS:
* TCP connection
* HTTP POST
* UDP (send only)
"backend" is the effective configuration that results from "proto" and
"link"/"aprsis", and it's responsible for creating the right backend
class. The backend class will then use the appropriate protocol handler.
2016-09-21 10:38:22 +02:00
Georg Lukas
74e58b87d1
Merge branch 'master' into mapsforge
2016-09-17 19:05:38 +02:00
Georg Lukas
04f771c4ef
USB: UsbSerial 4.4 from git
...
Compilation, in UsbSerial directory:
cd usbserial && \
../gradlew build && \
unzip build/outputs/aar/usbserial-debug.aar classes.jar && \
mv classes.jar ../../aprsdroid/libs/usbserial-4.4.jar
Also updated supported list of USB device IDs.
2016-09-17 17:33:12 +02:00
Georg Lukas
e85db4fc0a
USB: Oh Google why for God's sake are you using decimal USB device IDs?!?!
2016-09-17 14:26:52 +02:00
Georg Lukas
5eac770aad
Merge branch 'master' into mapsforge
2016-09-09 19:14:52 +02:00
Georg Lukas
4506ecccba
TNC init string now URL-encoded, fix #121
2016-08-03 12:22:09 +02:00
Georg Lukas
800eb77b15
USB: add preferences
2016-05-17 09:23:29 +02:00
Georg Lukas
4a52ccdf30
USB: add device_filter.xml for all supported chipsets
2016-05-17 09:23:26 +02:00
Georg Lukas
29ea864ec9
Merge branch 'master' into mapsforge
2016-02-23 12:29:35 +01:00
Georg Lukas
734e8ad72c
AFSK: reduce default prefix to 200ms, tnx PE1RJV
2015-09-07 14:49:51 +02:00
Georg Lukas
c88296977d
Merge branch 'master' into mapsforge
2015-06-02 10:24:02 +02:00
Georg Lukas
b0c3796ddf
AFSK BT only allowed with HQ demod, fix #103
2015-04-03 18:56:32 +02:00
Georg Lukas
98bac5f456
map prefs: display map/them file, fix #97
2014-12-29 08:41:53 +01:00
Georg Lukas
6e0778f152
OSM: implement theme file chooser
2014-12-27 14:09:46 +01:00
Georg Lukas
dfa19bf219
OSM: refactor file chooser
2014-12-27 14:09:46 +01:00
Georg Lukas
443864c229
Merge branch 'master' into mapsforge
2014-12-27 14:09:43 +01:00
Georg Lukas
6fab82655a
Parse digipeated own packets differently. Fix #62
...
This patch adds two related aspects:
* Incoming packets from own callsign are not parsed (i.e. not added to
the position table / not checked for messages) - fixing #62
* Digipeated packets can get their own notification - probably useful
2013-08-01 17:21:39 +02:00
Georg Lukas
56068938a8
OSM: map file chooser
2013-05-23 13:10:58 +02:00
Georg Lukas
86ffbe3d89
prefs: only allow alphanumeric callsigns
2013-04-24 17:48:34 +02:00
Georg Lukas
cb6cc69089
smartbeaconing: implement prefs
2013-02-19 12:59:09 +01:00
Georg Lukas
21829b731f
tcptnc: add TCP/IP KISS TNC
2012-12-27 16:31:05 +01:00
Georg Lukas
25c80450e6
add new Kenwood backend
2012-12-05 09:53:14 +01:00
Georg Lukas
c5fd3e0463
merge multimon and javAX25 into common binary
2012-10-15 23:42:16 +02:00
Georg Lukas
99b1b82a63
allow to silence 'fixed position'
2012-03-13 14:07:44 +01:00
Georg Lukas
40be536e74
AFSK: remove BT SCO until samplerate is repaired
2012-02-25 16:12:12 +01:00
Georg Lukas
9463772c18
AFSK: allow bluetooth headset, audio routing
2012-02-15 21:58:20 +01:00
Georg Lukas
8ddb3e876b
BT: add sleep to init
2012-01-07 19:58:18 +01:00