Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | project: update to kotlin 1.4.20 and fix new warnings | pacien | 2020-12-06 |
| | |||
* | context/paths: add fallback to internal cache dir | pacien | 2020-09-16 |
| | | | | | | | The external cache directory used to store the application's log files may not be available on all devices, in particular on Android >11. GitHub: closes #98 | ||
* | activities/start: add missing callback super call | pacien | 2020-09-08 |
| | |||
* | treewide: fix code style issues reported by linter | pacien | 2020-09-08 |
| | |||
* | service/conn change receiver: add note for new intent filter | pacien | 2020-09-08 |
| | |||
* | treewide: fix trivial null assertion warnings | pacien | 2020-09-08 |
| | |||
* | use private temp files to pass decrypted private keys | pacien | 2020-01-20 |
| | | | | | | | Android 10 (API 29) doesn't allow us to pass them by sharing file descriptors anymore, making the use of temp files mandatory. GitHub: https://github.com/pacien/tincapp/issues/92 | ||
* | pass network device fd via unix socket instead of inheritance | pacien | 2020-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 | ||
* | target sdk 28 | pacien | 2019-10-13 |
| | | | | switching from android.support to androidx | ||
* | notify user of missing vpn permission | pacien | 2019-09-15 |
| | |||
* | fix daemon startup for android 10 | pacien | 2019-09-15 |
| | |||
* | make automatic reconnection optional | pacien | 2019-06-13 |
| | |||
* | stop any previously unstopped daemon on start | pacien | 2019-03-25 |
| | | | | github ref: closes #80 | ||
* | submit key unlock form on virtual keyboard DONE event | pacien | 2019-03-24 |
| | | | | github ref: closes #81 | ||
* | Handle unregistered receiver de-registration | pacien | 2018-09-27 |
| | |||
* | Trigger tinc reconnection on network state change | pacien | 2018-09-26 |
| | |||
* | Properly handle null list | pacien | 2018-09-25 |
| | |||
* | Do not update null placeholder text | pacien | 2018-09-25 |
| | |||
* | Avoid updating node and subnet lists when no daemon is running | pacien | 2018-09-09 |
| | |||
* | Limit email report log snippet size | pacien | 2018-08-26 |
| | |||
* | Isolate recent crash handler | pacien | 2018-08-26 |
| | |||
* | Separate configuration tools into fragments | pacien | 2018-08-26 |
| | |||
* | Re-organise string resources | pacien | 2018-08-22 |
| | |||
* | Make root view nullable | pacien | 2018-08-22 |
| | |||
* | Switch to BaseFragment | pacien | 2018-08-22 |
| | |||
* | Use custom base fragment and switch to embedded qr-code scanner | pacien | 2018-08-22 |
| | |||
* | Remove side gutters on large screens | 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 |
| | |||
* | Generify periodically refreshing live data | pacien | 2018-08-20 |
| | |||
* | Generify fragment pager adapter | pacien | 2018-08-20 |
| | |||
* | 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 |
| | |||
* | Revert "Rename source directory" | pacien | 2018-08-07 |
| | | | | This reverts commit dbba24e | ||
* | Rename source directory | pacien | 2018-08-07 |
| | |||
* | Display crash notice correctly | pacien | 2018-08-06 |
| | |||
* | Enable connection restoration (always-on VPN) | pacien | 2018-08-06 |
| | |||
* | Change VPN set-up order | pacien | 2018-08-06 |
| | |||
* | Capitalise app name | pacien | 2018-08-06 |
| | |||
* | Use notifications for error reporting | pacien | 2018-08-06 |
| | |||
* | Code style | pacien | 2018-08-05 |
| | |||
* | Use app name in about dialog | pacien | 2018-08-05 |
| | |||
* | Replace deprecated progress dialog | pacien | 2018-08-05 |
| | |||
* | Fix node info display race condition | pacien | 2018-08-01 |
| | |||
* | Include exit code in error message | pacien | 2018-08-01 |
| |