Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: New release after fixing issues with older Android versions and DB ↵ | Tobias Brunner | 2017-07-04 | 1 | -2/+2 |
| | | | | upgrade | ||||
* | android: New release after fixing crash with existing profiles | Tobias Brunner | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | android: New release after adding lots of new stuff | Tobias Brunner | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | android: Update Gradle plugin and wrapper | Tobias Brunner | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | android: New release after fixing potential ANR issue | Tobias Brunner | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | android: New release after adding translation for Simplified Chinese | Tobias Brunner | 2017-02-07 | 1 | -2/+2 |
| | |||||
* | android: New release after adding profile import functionality | Tobias Brunner | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | android: New release after re-adding support for ECC Brainpool curves | Tobias Brunner | 2016-12-10 | 1 | -2/+2 |
| | |||||
* | android: New release after fixing libtpmtss issue | Tobias Brunner | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | android: New release after adding notification | Tobias Brunner | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | android: New release after fixing a crash during certificate imports | Tobias Brunner | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | android: New release after reducing number of DH groups in proposal | Tobias Brunner | 2016-05-04 | 1 | -2/+2 |
| | |||||
* | android: New release after GUI changes/additions | Tobias Brunner | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | android: Get a warning on use of deprecated features | Tobias Brunner | 2016-04-27 | 1 | -0/+1 |
| | |||||
* | android: Update platform tools and pull in support libs | Tobias Brunner | 2016-04-27 | 1 | -2/+4 |
| | | | | | | | We'll have to change some stuff that Google deprecated (e.g. the tabs in the ActionBar) and that requires changing the theme at least in activities. Since that would look a bit inconsistent we'll change it globally and use parts of the support library. | ||||
* | android: Add some (older) unit tests | Tobias Brunner | 2015-11-12 | 1 | -0/+4 |
| | |||||
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -0/+42 |
This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us). |