ssl 1.2.3
Georg Lukas 2013-08-19 16:24:55 +02:00
rodzic e1df730d22
commit 2831401f67
2 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.aprsdroid.app"
android:versionCode="13"
android:versionName="1.2.2"
android:versionCode="14"
android:versionName="1.2.3"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="3"

Wyświetl plik

@ -1,3 +1,15 @@
1.2.3:
* Many fixes in APRS parsing (KISS, 3rd party, objects/items, ACKs, Mic-E, ...)
* SmartBeaconing: fix excessive flooding error, add preferences
* Experimental Kenwood GPS port mode: http://aprsdroid.org/kenwood/
* Bluetooth: fix Android 4.1 issues, TNC reconnection
* Bluetooth: display RXed plain-text data
* Notification / vibration when you get digipeated
* AFSK: send with maximum volume
* aprs.fi: link to station info, not map
* OSM version: crash fixes, larger labels, map scale, file chooser for map
* APRS-IS: support for experimental SSL authentication
1.2.2:
* AFSK: Mic level now displayed in UI
* AFSK: Integration of High-Quality demodulator, javAX25 by Sivan, 4X6IZ