Wykres commitów

238 Commity (c8a57cd5164a1fcda17885a6e30bef15027e81c0)

Autor SHA1 Wiadomość Data
Georg Lukas c8a57cd516 prefs: made location prefs work like new backend prefs 2016-09-21 16:52:09 +02:00
Georg Lukas 3bd654c23d UI: reverted material theme, fixed mic level for now 2016-09-21 16:31:01 +02:00
Georg Lukas c87deb936d station: added working external map 2016-09-21 16:14:24 +02:00
Georg Lukas ee862b87ca USB: added turbo speed 2016-09-21 15:14:36 +02:00
Georg Lukas ae1902ac0e prefs: symbol picker, fix #118 2016-09-21 11:28:18 +02:00
Georg Lukas 78ca04995c icons: made icons 'nodpi', requires API r8 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 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 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 80e34d2fb8 icons: add xx and xxxhdpi 2016-02-23 12:27:34 +01:00
Georg Lukas d18ca6e745 icons: new APRS icons (C) Hessu, https://github.com/hessu/aprs-symbols 2016-02-23 11:30:58 +01:00
Georg Lukas 266d4aa46c USB: add 4800 baud 2016-02-23 11:26:16 +01:00
Georg Lukas 734e8ad72c AFSK: reduce default prefix to 200ms, tnx PE1RJV 2015-09-07 14:49:51 +02:00
Georg Lukas 0b0f32d772 USB: preliminary implementation 2015-08-27 22:21:25 +02:00
Georg Lukas b0c3796ddf AFSK BT only allowed with HQ demod, fix #103 2015-04-03 18:56:32 +02:00
Georg Lukas 70bee19565 strings: updated no-ssl status 2015-04-03 18:41:06 +02:00
Georg Lukas 3938121224 translation import 2015-04-03 2015-04-03 18:35:31 +02:00
Georg Lukas ea09aa8576 options menu: split into three XMLs 2015-03-17 00:59:47 +01:00
Georg Lukas 32b8df9ccb options menu: actionbar / icons 2015-03-17 00:59:47 +01:00
Georg Lukas bc46d67206 station menu: actionbar / icons 2015-03-17 00:59:47 +01:00
Georg Lukas 2a5b29f349 refactor: rename station button ids 2015-03-17 00:59:47 +01:00
Georg Lukas cbfeb848eb map view: make actionbar semi-transparent 2014-12-27 13:51:41 +01:00
Georg Lukas 0bd8280619 translation import 2014-06-30 2014-06-30 10:52:55 +02:00
Georg Lukas 9626984a07 switch to API 19, Holo UI 2014-06-30 09:39:34 +02:00
Georg Lukas 3aa9067faf Android 3.0+ notification icons 2013-10-02 17:58:48 +02:00
Georg Lukas e1df730d22 translations import from launchpad.net 2013-08-19 16:21:13 +02:00
Georg Lukas e3eb5d839d ssl: string fixes 2013-08-15 12:17:17 +02:00
Georg Lukas 2df0caabf9 ssl: rename keyfile to certificate, like LotW 2013-08-14 18:15:27 +02:00
Georg Lukas 7191e681f1 ssl: query the user for import password 2013-08-14 18:15:26 +02:00
Georg Lukas a6f9803b51 ssl: implement import of .bks files 2013-08-14 18:15:26 +02:00
Georg Lukas bdafd29425 digipeated: improve display 2013-08-14 12:05:37 +02: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 86ffbe3d89 prefs: only allow alphanumeric callsigns 2013-04-24 17:48:34 +02:00
Georg Lukas 144bc7000e translations import from launchpad.net 2013-03-26 21:15:09 +01:00
Georg Lukas cb6cc69089 smartbeaconing: implement prefs 2013-02-19 12:59:09 +01:00
Georg Lukas 01ae09c39f copyright now goes up to 2013 2013-01-09 11:47:55 +01:00
Georg Lukas 3b8b0a4c69 translations update 2012-12-31 15:34:44 +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 1f3e483e01 translation import 2012-11-03 13:31:22 +01:00
Georg Lukas c5fd3e0463 merge multimon and javAX25 into common binary 2012-10-15 23:42:16 +02:00
Georg Lukas a2a0ae5a57 add tnx to sivan 2012-10-15 22:46:47 +02:00
Georg Lukas 55c4fdfa78 translation import 2012-09-06 22:54:14 +02:00
Georg Lukas 93f87e7168 translations import 2012-07-12 22:38:09 +02:00
Georg Lukas cf0d604919 implement 'clear messages' for individual calls 2012-07-12 00:33:51 +02:00
Georg Lukas e3560ba623 implement tap on multiple overlapping stations 2012-07-11 23:41:39 +02:00
Georg Lukas 99b1b82a63 allow to silence 'fixed position' 2012-03-13 14:07:44 +01:00