aboutsummaryrefslogtreecommitdiff
path: root/readme.md
Commit message (Collapse)AuthorAge
* docs: update IRC channelpacien2021-07-12
| | | | | The previous channel got deleted from Freenode for no apparent reason. Let us follow the #tinc channel and move to Libera.Chat too.
* app: update copyright yearpacien2021-07-12
|
* tooling: update to NDK r22pacien2020-12-17
|
* app: add configuration FTP serverpacien2020-12-08
| | | | | | | | | | | | | This is a ridiculous workaround to make the configuration (and other files) accessible to the user necessary after the new storage access restriction enforced in Android 11 which prevent other applications from accessing the supposedly public application's directory. The app's internal private storage directory is now exposed to the user through an embedded FTP server that the user can turn on and off from the configuration activity. The user can then play with the configuration and retrieve logs through a remote or local FTP client application of their choice. GitHub: closes #103
* 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