aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
Commit message (Collapse)AuthorAge
* 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
* layout: mark config and password fields as unimportant for auto-fillpacien2020-09-08
|
* target sdk 28pacien2019-10-13
| | | | switching from android.support to androidx
* submit key unlock form on virtual keyboard DONE eventpacien2019-03-24
| | | | github ref: closes #81
* Re-organise string resourcespacien2018-08-22
|
* Remove side gutters on large screenspacien2018-08-21
|
* Merge viewpacien2018-08-21
|
* Make network info selectablepacien2018-08-21
|
* Add subnet list tab to status activitypacien2018-08-21
|
* Show node reachability in node listpacien2018-08-21
|
* Refactor start activitypacien2018-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
|
* Capitalise app namepacien2018-08-06
|
* Code stylepacien2018-08-05
|
* Replace deprecated progress dialogpacien2018-08-05
|
* Fix node info display race conditionpacien2018-08-01
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Add missing input type propertiespacien2018-06-10
|
* Simplify frame layoutpacien2018-04-21
|
* Simplify action barpacien2018-04-21
|
* Better support for large screenspacien2018-03-29
|
* Refactor log viewer, enhance scrollingpacien2018-03-04
|
* Add log viewerpacien2018-02-25
|
* Replace node list loading placeholderpacien2018-02-24
|
* Add input typepacien2018-02-10
|
* Reformat codepacien2018-02-10
|
* Handle unavailable "external" storage ;pacien2017-11-07
| | | | Remove network list observer
* Implement encrypted private keys supportpacien2017-09-07
|
* Add invitation URL QR code scanning ; Refactor configuration dialogspacien2017-08-24
|
* Make configuration info selectable and copyablepacien2017-08-05
|
* Refactor common list viewsPacien TRAN-GIRARD2017-07-15
|
* Fix empty list placeholder displayPacien TRAN-GIRARD2017-07-11
|
* Implement create and join network dialogs + refactoringPacien TRAN-GIRARD2017-07-11
|
* Refresh network and node listsPacien TRAN-GIRARD2017-07-06
|
* Add status activityPacien TRAN-GIRARD2017-07-04
|
* Fix empty list placeholderPacien TRAN-GIRARD2017-07-03
|
* List configured VPN on startup screenPacien TRAN-GIRARD2017-07-03
|
* Drop useless support for configuration in internal storagePacien TRAN-GIRARD2017-07-03
|
* Add configure activity, displaying various pathsPacien TRAN-GIRARD2017-07-03
|
* Import unversioned prototypev0.1-previewPacien TRAN-GIRARD2017-05-05