aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-nb-rNO
Commit message (Collapse)AuthorAge
* 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
|
* Remove untranslatable units and fix license blockpacien2018-08-25
| | | | sed -i '/translatable/d' values-nb-*/strings.xml
* Updated Norwegian Bokmål translationAllan Nordhøy2018-08-25
|
* Re-organise string resourcespacien2018-08-22
|
* Add contributors listpacien2018-08-22
|
* Add missing copyright infopacien2018-08-22
|
* Refactor start activitypacien2018-08-20
|
* Refactor configuration activitypacien2018-08-09
|
* Capitalise app namepacien2018-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
|
* Update copyright yearpacien2018-02-16
|
* List configured VPN on startup screenPacien TRAN-GIRARD2017-07-03
|
* Add configure activity, displaying various pathsPacien TRAN-GIRARD2017-07-03
|
* Remove permission fixing optionsPacien TRAN-GIRARD2017-07-01
|
* Norwegian Bokmål translationAllan Nordhøy2017-05-11