aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
Commit message (Collapse)AuthorAge
* app: update copyright yearpacien2021-07-12
|
* ConfigurationAccessService: prevent service from being stopped when app ↵pacien2020-12-08
| | | | | | | | | loses focus This makes the ConfigurationAccessService (formerly ConfigurationFtpService) start in foreground through the use of a persistent notification so that it isn't stopped by the system after the app loses the focus on the user's screen, which happens when the user switches to an FTP client application on the same device.
* 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
* context: read configuration from and write logs and temp files to private ↵pacien2020-12-08
| | | | | | | | | | | | | | app storage The external app public storage directory is no longer reliably accessible on Android 11 and above. This makes editing the configuration and accessing the log files impossible in some cases. Let's move to the app private storage, to be made accessible to the user by some other mean. This has the benefit of also protecting the private keys that need to be stored encrypted otherwise. We also split the configuration and cache directory into specialised sub-directories. GitHub: related to #103
* translations: update copyright stringspacien2020-09-09
|
* update copyrightpacien2019-03-25
|
* Change app name capitalizationNotkea2018-08-23
| | | "tinc" should indeed not be capitalized when referring to the underlying daemon software, but the name of the Android app should nevertheless be according to the guidelines for store presence and launcher entries
* Language reworkAllan Nordhøy2018-08-23
|
* Re-organise string resourcespacien2018-08-22
|
* Add contributors listpacien2018-08-22
|
* Remove side gutters on large screenspacien2018-08-21
|
* Add subnet list tab to status activitypacien2018-08-21
|
* Show node reachability in node listpacien2018-08-21
|
* Refactor start activitypacien2018-08-20
|
* Shorten tab labelpacien2018-08-20
|
* Split status activity into tabspacien2018-08-20
| | | | Refactoring the underlying code to use lifecycle-aware classes
* Display current network name in activity action barpacien2018-08-19
|
* Refactor log viewer activitypacien2018-08-19
|
* Refactor part of Status activitypacien2018-08-11
|
* Refactor configuration activitypacien2018-08-09
|
* New app color schemepacien2018-08-07
|
* Make error notifications shorterpacien2018-08-06
|
* Capitalise app namepacien2018-08-06
|
* Use notifications for error reportingpacien2018-08-06
|
* Code stylepacien2018-08-05
|
* Switch to HTTPSpacien2018-08-05
|
* Add start yearpacien2018-08-01
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Better qr-code scanner integrationpacien2018-06-10
|
* Catch and display all startup exceptionspacien2018-05-26
|
* Prevent logging when no daemon is runningpacien2018-04-18
|
* Prompt for bug reportpacien2018-03-31
|
* Better support for large screenspacien2018-03-29
|
* Validate network namespacien2018-03-22
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Handle network interface binding errorspacien2018-03-14
|
* Use activity chooserpacien2018-03-04
|
* Add share button on log viewpacien2018-03-04
|
* Log view performance tweak and limitingpacien2018-03-04
|
* Add log viewerpacien2018-02-25
|
* Replace node list loading placeholderpacien2018-02-24
|
* Handle daemon startup failurespacien2018-02-24
|
* Remove unused stylesheetpacien2018-02-16
|
* Update copyright yearpacien2018-02-16
|
* Refactor activities and service, locking app at daemon startup and shutdownpacien2018-02-16
|
* Handle unavailable "external" storage ;pacien2017-11-07
| | | | Remove network list observer
* More explicit error messagepacien2017-09-07
|
* Implement encrypted private keys supportpacien2017-09-07
|
* Add invitation URL QR code scanning ; Refactor configuration dialogspacien2017-08-24
|
* Better error handlingpacien2017-08-22
|