aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
Commit message (Collapse)AuthorAge
* app: set target api to 30 (Android 11)pacien2020-09-16
| | | | | | | | The following works from API 21 to 30 (included): * creating a new network configuration * private key encryption and decryption * communication between apps and the tinc daemon * communication between tinc daemon and the internet
* app: set target api to 29 (Android 10)pacien2020-09-10
| | | | | | | | | | | | | The following works from API 21 to 29 (included): * creating a new network configuration * private key encryption and decryption * communication between apps and the tinc daemon * communication between tinc daemon and the internet The app seems to have issues with the new storage restriction on API 30 (Android 11). GitHub: closes #97
* app: reformat manifest filepacien2020-09-10
|
* add missing legacy logging library on Android 10pacien2020-01-20
| | | | GitHub: closes https://github.com/pacien/tincapp/issues/94
* workaround for broken file permsissions on some Android ROMspacien2019-03-25
| | | | github ref: closes #79
* Refactor start activitypacien2018-08-20
|
* Refactor log viewer activitypacien2018-08-19
|
* Refactor part of Status activitypacien2018-08-11
|
* Refactor configuration activitypacien2018-08-09
|
* Capitalise app namepacien2018-08-06
|
* Use notifications for error reportingpacien2018-08-06
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Simplify action barpacien2018-04-21
|
* Add log viewerpacien2018-02-25
|
* Refactor activities and service, locking app at daemon startup and shutdownpacien2018-02-16
|
* Reformat codepacien2018-02-10
|
* Implement encrypted private keys supportpacien2017-09-07
|
* Fix rotation on main screenpacien2017-08-24
|
* Do not dismiss dialogs on screen rotatepacien2017-08-24
|
* Remove unused permissionpacien2017-08-22
|
* Better error handlingpacien2017-08-22
|
* Expose CONNECT and DISCONNECT intentspacien2017-08-18
|
* Add status activityPacien TRAN-GIRARD2017-07-04
|
* Suppress silly Google warningPacien TRAN-GIRARD2017-07-03
|
* List configured VPN on startup screenPacien TRAN-GIRARD2017-07-03
|
* Add configure activity, displaying various pathsPacien TRAN-GIRARD2017-07-03
|
* Use global app contextPacien TRAN-GIRARD2017-07-01
|
* Import unversioned prototypev0.1-previewPacien TRAN-GIRARD2017-05-05