Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | activity/start: add network trust warning header | pacien | 2023-01-02 |
| | | | | | The "prominent disclosure" is a new requirement for Google Play: https://support.google.com/googleplay/android-developer/answer/12564964?hl=en | ||
* | ConfigurationAccessService: prevent service from being stopped when app ↵ | pacien | 2020-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 server | pacien | 2020-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 ↵ | pacien | 2020-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-fill | pacien | 2020-09-08 |
| | |||
* | target sdk 28 | pacien | 2019-10-13 |
| | | | | switching from android.support to androidx | ||
* | submit key unlock form on virtual keyboard DONE event | pacien | 2019-03-24 |
| | | | | github ref: closes #81 | ||
* | Re-organise string resources | pacien | 2018-08-22 |
| | |||
* | Remove side gutters on large screens | pacien | 2018-08-21 |
| | |||
* | Merge view | pacien | 2018-08-21 |
| | |||
* | Make network info selectable | pacien | 2018-08-21 |
| | |||
* | Add subnet list tab to status activity | pacien | 2018-08-21 |
| | |||
* | Show node reachability in node list | pacien | 2018-08-21 |
| | |||
* | Refactor start activity | pacien | 2018-08-20 |
| | |||
* | Split status activity into tabs | pacien | 2018-08-20 |
| | | | | Refactoring the underlying code to use lifecycle-aware classes | ||
* | Display current network name in activity action bar | pacien | 2018-08-19 |
| | |||
* | Refactor log viewer activity | pacien | 2018-08-19 |
| | |||
* | Refactor part of Status activity | pacien | 2018-08-11 |
| | |||
* | Refactor configuration activity | pacien | 2018-08-09 |
| | |||
* | New app color scheme | pacien | 2018-08-07 |
| | |||
* | Capitalise app name | pacien | 2018-08-06 |
| | |||
* | Code style | pacien | 2018-08-05 |
| | |||
* | Replace deprecated progress dialog | pacien | 2018-08-05 |
| | |||
* | Fix node info display race condition | pacien | 2018-08-01 |
| | |||
* | Add start year | pacien | 2018-08-01 |
| | |||
* | Succumb to paranoia | pacien | 2018-08-01 |
| | |||
* | Add missing input type properties | pacien | 2018-06-10 |
| | |||
* | Simplify frame layout | pacien | 2018-04-21 |
| | |||
* | Simplify action bar | pacien | 2018-04-21 |
| | |||
* | Better support for large screens | pacien | 2018-03-29 |
| | |||
* | Refactor log viewer, enhance scrolling | pacien | 2018-03-04 |
| | |||
* | Add log viewer | pacien | 2018-02-25 |
| | |||
* | Replace node list loading placeholder | pacien | 2018-02-24 |
| | |||
* | Add input type | pacien | 2018-02-10 |
| | |||
* | Reformat code | pacien | 2018-02-10 |
| | |||
* | Handle unavailable "external" storage ; | pacien | 2017-11-07 |
| | | | | Remove network list observer | ||
* | Implement encrypted private keys support | pacien | 2017-09-07 |
| | |||
* | Add invitation URL QR code scanning ; Refactor configuration dialogs | pacien | 2017-08-24 |
| | |||
* | Make configuration info selectable and copyable | pacien | 2017-08-05 |
| | |||
* | Refactor common list views | Pacien TRAN-GIRARD | 2017-07-15 |
| | |||
* | Fix empty list placeholder display | Pacien TRAN-GIRARD | 2017-07-11 |
| | |||
* | Implement create and join network dialogs + refactoring | Pacien TRAN-GIRARD | 2017-07-11 |
| | |||
* | Refresh network and node lists | Pacien TRAN-GIRARD | 2017-07-06 |
| | |||
* | Add status activity | Pacien TRAN-GIRARD | 2017-07-04 |
| | |||
* | Fix empty list placeholder | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | List configured VPN on startup screen | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | Drop useless support for configuration in internal storage | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | Add configure activity, displaying various paths | Pacien TRAN-GIRARD | 2017-07-03 |
| | |||
* | Import unversioned prototypev0.1-preview | Pacien TRAN-GIRARD | 2017-05-05 |