aboutsummaryrefslogtreecommitdiff
path: root/readme.md
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
* pass network device fd via unix socket instead of inheritancepacien2020-01-20
| | | | | | | | | Workaround for new shared memory restrictions added in Android 10 preventing file descriptor leakage to sub-processes. This change set BREAKS ENCRYPTED PRIVATE KEYS SUPPORT. GitHub: https://github.com/pacien/tincapp/issues/92
* update requirementspacien2019-10-13
|
* update build tools listpacien2019-09-14
|
* add new support roompacien2019-05-09
|
* release 0.24v0.24pacien2019-02-18
|
* Add contributors listpacien2018-08-22
|
* Add missing copyright infopacien2018-08-22
|
* Use custom base fragment and switch to embedded qr-code scannerpacien2018-08-22
|
* Capitalise app namepacien2018-08-06
|
* Update SDK and targetpacien2018-08-05
|
* Change titlepacien2018-08-05
|
* Add start yearpacien2018-08-01
|
* Add linkspacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Mention Linux in build instr.pacien2018-01-29
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Bootstrap repositoryPacien TRAN-GIRARD2017-05-05