aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
blob: 0ee2f93ebc77359234b9de0c185c220a68d0acae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## [v0.9.1-beta] - 2018-09-02
* FIXED unable to connect to networks having single quotes in PSK or SSID.

## [v0.9-beta] - 2018-07-04
* FIXED Issue #1867 "Download app not working" (see below)
* NEW: creates a network connection that is fully integrated with android's connectivity framework
* NEW: all backend operations are now managed through a service
* cleaned up code design, refined structure of classes and entities
* massively restyled core logic: approaching version 1.0!

## [v0.6] - 2017-12-17
* NEW: introduced static IP/gateway settings per network.
* NEW: added OpenVPN support via interaction with de.blinkt.openvpn
* NEW: french translation by Nicola Spanti.
* improved stability by changing dhcpcd options.
* better shell command handling, with direct output reading.
* better network storage, based on JSON instead of TSV.
* cleaned up engine's code.
* clean up xml styling files
* replaced all string litterals with @string resoruces

## [v0.5] - 2017-08-25
* removed dependency on prebuilt android-support-v4.jar.
* introduced support for hidden networks.
* introduced auto-connect feature when plugging the dongle.
* introduced top-bar notifications about connection state.
* made major graphic improvements.
* introduced DNS settings available to the user (uses the gateway as DNS, if primary DNS is left blak).
* app loaded at system startup.
* definitively dropped support for Replicant 4.2

## [0.0.9(1)] - 2016-03-11 
*) enabled debug settings -> log priority level
*) added warnings for root disabled/denied
*) added warnings for external adapter not found
*) fixed bug that allowed only 1 network to be saved
*) changed default command execution from "su" to "shell" user, for commands that don't really need root privileges.
*) removed "App" from application's title.

## [0.0.9] - 2016-03.06
Published the first, alpha, release.
on Replicant 6.0:
    -network discovery WORKS.
    -connect to WPA-secured network WORKS.
    -connect to unsecured network WORKS.

on Replicant 4.2:
    -all the work is still in progress. Nothing functional yet.