Wykres commitów

594 Commity (a6b405a6d4529cc8bc90a2cef42b9413751aff65)

Autor SHA1 Wiadomość Data
Georg Lukas a6b405a6d4 smartbeaconing: use GPS reported speed, fix excessive beacons 2013-01-11 16:16:26 +01:00
Georg Lukas 84b2f41f58 manifest: mark non-critical features as not required 2013-01-09 11:55:24 +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 5b54f9a0a3 aprs-is: prepare tnc separation 2012-12-27 16:29:34 +01:00
Georg Lukas f59f719cb9 KISS: set tnc path in protocol 2012-12-27 16:29:15 +01:00
Georg Lukas 8d8021345a refactor APRS-IS TNC protocol 2012-12-18 13:20:50 +01:00
Georg Lukas e29a1a3206 kenwood: Object names are filled with whitespace, workaround 2012-12-18 13:02:26 +01:00
Georg Lukas 25c80450e6 add new Kenwood backend 2012-12-05 09:53:14 +01:00
Georg Lukas 7a03e2fcfb kenwood: implement NMEA listener 2012-12-05 09:52:42 +01:00
Georg Lukas 6a0c5cfdbb refactor TNC protocol into own classes
This change prepares the pairing of different backend types with
different TNC protocols. So far, three TNC protocols are envisioned:

 * APRS-IS (only useful via TCP/IP so far, so not refactored)
 * KISS (so far only supported via BT; TODO: TCP/IP and serial)
 * Kenwood waypoint + NMEA export (so far BT only, serial TODO)
2012-12-05 08:41:34 +01:00
Georg Lukas bbd386de56 backend: document duplex ability 2012-12-05 07:49:19 +01:00
Georg Lukas a6498d314c kenwood: implement GPWPL parsing as well 2012-11-29 14:04:25 +01:00
Georg Lukas 5b6fe1d10b kenwood: first parser 2012-11-29 14:04:25 +01:00
Georg Lukas 48ffa8053b APRS 3rd party parsing fix 2012-11-18 12:51:10 +01:00
Georg Lukas 713630bc31 version 1.2.2 2012-11-05 17:30:20 +01:00
Georg Lukas 381d3df348 AFSK: proper input routing for BT-SCO 2012-11-05 17:25:26 +01:00
Georg Lukas 3e4c2bde7f AFSK: implement graceful counter for emtpy reads 2012-11-05 17:17:51 +01:00
Georg Lukas 3f3bd15bfd AFSK: SCO service fixes, permission
For no apparent reason, the BROADCAST_STICKY permission is needed
on Android 4.x to allow Bluetooth SCO.
2012-11-05 17:02:35 +01:00
Georg Lukas 1f3e483e01 translation import 2012-11-03 13:31:22 +01:00
Georg Lukas 9e27fa927d translation export 2012-10-16 08:59:31 +02:00
Georg Lukas 828546c894 implement mic level for multimon 2012-10-16 08:54:17 +02:00
Georg Lukas aeb37e5244 fix crash with invalid config 2012-10-15 23:43:36 +02: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 da92e860cb Revert "remove packetdroid dependency"
This reverts commit 7c71ae1e5c.
2012-10-15 22:43:46 +02:00
Georg Lukas b5b87273dd implement audio level display as a progress bar 2012-10-09 22:40:03 +02:00
Georg Lukas 900af4c1e6 updated javAX25 lib 2012-10-09 22:40:03 +02:00
Georg Lukas 25f6a3952c fix read()=0 error message at stop 2012-10-09 22:40:03 +02:00
Georg Lukas 7c71ae1e5c remove packetdroid dependency 2012-10-09 22:40:03 +02:00
Georg Lukas cf2defbc8e switch to sivan's demod 2012-10-09 22:40:02 +02:00
Georg Lukas 030fde650c javAX25 lib import 2012-10-09 22:40:02 +02:00
Georg Lukas 75ed8a3baa 1.2.1 binary fix for AFSK 2012-10-01 16:41:52 +02:00
Georg Lukas 299daabadb version 1.2.1 2012-09-06 23:14:33 +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 b3bd974e90 strings export update 2012-07-12 00:36:04 +02:00
Georg Lukas eab2882e90 fix ant clean error 2012-07-12 00:33:54 +02:00
Georg Lukas cf0d604919 implement 'clear messages' for individual calls 2012-07-12 00:33:51 +02:00
Georg Lukas b1766bfa2e map: wrap lat/lon requests into calls 2012-07-11 23:52:12 +02:00
Georg Lukas e3560ba623 implement tap on multiple overlapping stations 2012-07-11 23:41:39 +02:00
Georg Lukas 40353fa407 android sdk r20 update 2012-07-11 23:41:36 +02:00
Georg Lukas c554f40126 messaging: fix msgid generation >= 10; tnx OH3BK
SQLite does not properly support MAX(x) on TEXT columns. As a
workaround, type-cast to INTEGER.
2012-05-31 11:24:24 +02:00
Georg Lukas a7b9d99228 remove dead DB code 2012-05-21 20:41:24 +02:00
Georg Lukas 831b804764 work around nasty bug in some BT exception 2012-05-21 20:41:22 +02:00
Georg Lukas f4c0046546 implement third-party packet parsing 2012-03-21 18:36:45 +01:00
Georg Lukas ec9df9c1cc manual position: fix getting from GPS 2012-03-21 18:36:42 +01:00
Georg Lukas 99b1b82a63 allow to silence 'fixed position' 2012-03-13 14:07:44 +01:00
Georg Lukas ba4e32ae7f case-insensitive matching on incoming message callsign 2012-03-13 13:53:29 +01:00