aboutsummaryrefslogtreecommitdiff
path: root/readme.md
Commit message (Collapse)AuthorAge
* readme: update copyrightpacien2024-01-20
|
* storage: remove embedded FTP serverpacien2023-07-30
| | | | | | | Moving back the configuration files and logs to the user-accessible storage. Everything should be accessible through a file manager using the "USB storage" mode. The embedded FTP server is no longer necessary.
* app: set target and build sdk to api 33pacien2023-07-30
| | | | | | | | | Google Play requires apps to target this API level by August 31 2023. The app builds and seems to work, with the exception of notifications which require additional runtime permission handling. Those are needed for the VPN service to be able to report config and runtime errors to the user.
* readme: IRC and Matrix channels are no longer linkedpacien2023-01-30
|
* readme: wrap long linespacien2023-01-30
|
* versions: update platform-toolspacien2023-01-06
|
* deps: target sdk 30 -> 32pacien2023-01-02
| | | | The Google Play Store requires targetting >=API 31.
* 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