Wykres commitów

332 Commity (980ff16b7bf36a1e4cfb0fcf82fe0cbeaab7de55)

Autor SHA1 Wiadomość Data
Georg Lukas 65ace05a56 Prefs: log import results to main log; fix #219 2018-10-22 16:52:50 +02:00
Georg Lukas 5d2230ac14 Prefs: limit callsign entry to 6; fix #163 2018-10-22 13:59:03 +02:00
Georg Lukas b003112454 translation import 2018-05-25 and (C) fixup
sed -i s/2009-2015/2009-2018/ res/values*/strings.xml
2018-05-25 19:48:43 +02:00
Georg Lukas 33655b7a71 Merge branch 'master' into mapsforge 2018-05-25 19:46:29 +02:00
Georg Lukas c238238198 translation: add mapsforge strings to master branch 2018-05-25 19:35:34 +02:00
Georg Lukas 5e1efe4bfe Prefs: implement profile export and import 2018-05-25 19:31:38 +02:00
Georg Lukas 643be3a0f7 Merge branch 'master' into mapsforge 2018-02-07 20:45:09 +01:00
Georg Lukas 0a97a0c32d translation import 2017-12-12 2017-12-12 09:17:25 +01:00
Georg Lukas 55ce922b52 Merge branch 'master' into mapsforge 2017-12-12 08:48:39 +01:00
Sergei 02d5e1be6a A small adding for Russian language 2017-12-12 08:43:28 +01:00
Georg Lukas 3ee13d9894 Profile Import: direct JSON to config 2017-12-12 08:43:16 +01:00
Georg Lukas 60902ff2ec translation import 2017-07-27 for osm 2017-07-28 17:24:48 +02:00
Georg Lukas d9285fc1c0 Merge branch 'master' into mapsforge 2017-07-28 17:24:04 +02:00
Georg Lukas 2921bde396 translation import 2017-07-18 2017-07-18 15:14:28 +02:00
Georg Lukas 303c85da00 Export log: implement functionality, tnx DM9KS. Fix #129 2017-05-23 16:55:34 +02:00
Georg Lukas 2377223d48 translation import 2017-05-12 for osm 2017-05-12 13:01:24 +02:00
Georg Lukas 3527f9b335 Merge branch 'master' into mapsforge 2017-05-12 13:00:49 +02:00
Georg Lukas 6df6412597 translation import 2017-05-12 2017-05-12 07:56:57 +02:00
Georg Lukas 8a6ab681b0 Main act: update title with link status 2017-05-11 07:30:55 +02:00
Georg Lukas 6a984d866d i18n: give Log view it's own name 2017-05-10 16:26:28 +02:00
Georg Lukas c59d0a18ec fixup TNC2 2017-05-10 13:44:56 +02:00
Georg Lukas 5f846e5dd5 Bluetooth: improve error message. Fix #150 2017-05-10 13:33:00 +02:00
Georg Lukas 09c49acaee Backend: support TNC2 2017-05-10 13:32:57 +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 e9dc968706 translation fixups 2016-10-06 12:35:40 +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 2ff245a7b6 Messaging: limit 'Send message to...' callsign edit field, fix #73 2016-10-05 18:05:25 +02:00
Georg Lukas 16407b4224 icons: update Hes' icon picture 2016-10-05 17:40:44 +02:00
Georg Lukas af31095a57 tnc/backend: use new TX post type 2016-10-05 17:39:39 +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 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 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 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 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 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 98bac5f456 map prefs: display map/them file, fix #97 2014-12-29 08:41:53 +01:00
Georg Lukas 2538225759 Merge branch 'master' into mapsforge 2014-12-28 14:39:29 +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 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 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 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
Georg Lukas 59181b9b8d translation import 2012-02-26 18:52:07 +01:00
Georg Lukas 21db53d416 adapt AFSK string 2012-02-26 18:51:38 +01:00
Georg Lukas 40be536e74 AFSK: remove BT SCO until samplerate is repaired 2012-02-25 16:12:12 +01:00
Georg Lukas d4afef5c7b translation upload 2012-02-15 22:43:43 +01:00
Georg Lukas a53d287d46 fix service toast with backend prefs 2012-02-15 22:42:40 +01:00
Georg Lukas 9463772c18 AFSK: allow bluetooth headset, audio routing 2012-02-15 21:58:20 +01:00