Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | app: set target api to 29 (Android 10) | pacien | 2020-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 file | pacien | 2020-09-10 |
| | |||
* | add missing legacy logging library on Android 10 | pacien | 2020-01-20 |
| | | | | GitHub: closes https://github.com/pacien/tincapp/issues/94 | ||
* | workaround for broken file permsissions on some Android ROMs | pacien | 2019-03-25 |
| | | | | github ref: closes #79 | ||
* | Refactor start activity | pacien | 2018-08-20 |
| | |||
* | Refactor log viewer activity | pacien | 2018-08-19 |
| | |||
* | Refactor part of Status activity | pacien | 2018-08-11 |
| | |||
* | Refactor configuration activity | pacien | 2018-08-09 |
| | |||
* | Capitalise app name | pacien | 2018-08-06 |
| | |||
* | Use notifications for error reporting | pacien | 2018-08-06 |
| | |||
* | Add start year | pacien | 2018-08-01 |
| | |||
* | Succumb to paranoia | pacien | 2018-08-01 |
| | |||
* | Simplify action bar | pacien | 2018-04-21 |
| | |||
* | Add log viewer | pacien | 2018-02-25 |
| | |||
* | Refactor activities and service, locking app at daemon startup and shutdown | pacien | 2018-02-16 |
| | |||
* | Reformat code | pacien | 2018-02-10 |
| | |||
* | Implement encrypted private keys support | pacien | 2017-09-07 |
| | |||
* | Fix rotation on main screen | pacien | 2017-08-24 |
| | |||
* | Do not dismiss dialogs on screen rotate | pacien | 2017-08-24 |
| | |||
* | Remove unused permission | pacien | 2017-08-22 |
| | |||
* | Better error handling | pacien | 2017-08-22 |
| | |||
* | Expose CONNECT and DISCONNECT intents | pacien | 2017-08-18 |
| | |||
* | Add status activity | Pacien TRAN-GIRARD | 2017-07-04 |
| | |||
* | Suppress silly Google warning | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | List configured VPN on startup screen | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | Add configure activity, displaying various paths | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | Use global app context | Pacien TRAN-GIRARD | 2017-07-01 |
| | |||
* | Import unversioned prototypev0.1-preview | Pacien TRAN-GIRARD | 2017-05-05 |