Commit Graph
5829 Commits
Author SHA1 Message Date
Tobias Erthal 5ec990d436 Added FastScroll capability to KeyListFragment. Removed unnecessary dependency. 2016-09-19 17:55:09 +02:00
Tobias Erthal fabd30f6b1 RecyclerView now used in remote fragments. Changes made to the cursor model. A bit more recursive, but better readability in my opinion. 2016-09-14 14:47:02 +02:00
Tobias Erthal 1fedf5a9eb minor changes to DisplayLogFragment 2016-09-12 17:47:20 +02:00
Tobias Erthal bef769e22a fixed several issues, recyclerview now used in DisplayLogFragment, cosmetic changes 2016-09-12 15:31:47 +02:00
Tobias Erthal 8dcf6ee08a New dependency for fast-scrolling recyclerview 2016-09-12 01:48:16 +02:00
Tobias Erthal b19f7a776f Changed all occurrences of StickyListHeaders ListView to RecyclerView.
Implemented SuperSlim in Recyclerview of ViewKeyAdvCertsFragment.
Some changes to the way data is bound to the views in the list.
2016-09-11 16:48:35 +02:00
Tobias Erthal d67ffb4fbb Fix nullpointer when trying to delete keys or resuming from key import. Uups... 2016-09-10 13:16:29 +02:00
Tobias Erthal d06eae018a Start implementing multi-select and action modes. Needs testing... 2016-09-09 19:06:56 +02:00
Tobias Erthal 930ea073b3 Improved SectionedCursorAdapter, added support for the dummy key item view. 2016-09-06 01:40:16 +02:00
Tobias Erthal d5321a6fb2 First try implementing sticky section headers 2016-09-02 22:41:45 +02:00
Dominik Schürmann bf382ec59d Update PayPal email 2016-08-26 10:01:28 +02:00
Vincent Breitmoser a094730690 remove support for "Comment" field 2016-08-25 14:54:18 +02:00
Dominik SchürmannandGitHub 6a80c51a59 Merge pull request #1923 from nmikhailov/travis_fix
Travis cleanup
2016-08-23 19:02:34 +02:00
Nikita Mikhailov ebda5e218a Clean up travis 2016-08-23 23:42:20 +07:00
Dominik SchürmannandGitHub 3cc2f549ef Merge pull request #1921 from open-keychain/dep-no-deprecate-snackbar
ignore deprecated snackbar in dependencyci.yml
2016-08-23 01:03:57 +02:00
Vincent Breitmoser 55eaccce35 test dependencyci.yml 2016-08-22 20:28:01 +02:00
Dominik SchürmannandGitHub db888140d2 Merge pull request #1915 from nmikhailov/travis_fix
Fix travis android-24 dep
2016-08-18 20:41:11 +02:00
Nikita Mikhailov 217f6ce490 Fix travis 2016-08-19 00:40:02 +07:00
Dominik SchürmannandGitHub 4d5c18b0b6 Merge pull request #1916 from runnerway/readme
README: Fix commands to run tests
2016-08-18 18:29:27 +02:00
Andrea TorlaschiandGitHub 535fe3ebe4 README: Fix commands to run tests 2016-08-18 17:37:17 +02:00
Dominik Schürmann 9adaf1434f Block 20 most chosen PINs 2016-08-16 03:23:43 +02:00
Dominik Schürmann 0733984e3f 4.2 beta1 2016-08-15 14:31:45 +02:00
Dominik Schürmann ac1c20f961 Update build environment to SDK 24 2016-08-15 08:37:23 +02:00
Dominik SchürmannandGitHub 356eb23c5d Merge pull request #1886 from runnerway/test-01
Instrumented unit tests: fix for execution
2016-08-15 08:11:48 +02:00
Dominik SchürmannandGitHub de0c02e044 Merge pull request #1868 from nmikhailov/nitrokey
WIP: Security token USB handling improvements
2016-08-15 07:46:27 +02:00
Nikita Mikhailov c12d62f309 Apply some CR suggestions 2016-08-15 00:27:07 +07:00
Nikita Mikhailov f79f1609c8 Add default GNUK vid:pid to devices list 2016-08-15 00:02:35 +07:00
Nikita Mikhailov 78d48c467d Merge remote-tracking branch 'origin/master' into nitrokey 2016-08-14 22:17:58 +07:00
Dominik Schürmann 907e8aa6e6 Version 4.1 2016-08-08 17:56:42 +02:00
Dominik Schürmann f56a755ee8 Update from transifex 2016-08-08 17:52:31 +02:00
Dominik Schürmann 4063eed531 Update changelog 2016-08-08 17:45:13 +02:00
Vincent Breitmoser dab4edb24e inputdataoperation: Only consider data MIME if Content-Type header is present 2016-07-24 15:13:43 +02:00
Andrea Torlaschi fa926c7241 travis: add delay to increase reliability 2016-07-12 21:50:53 +02:00
Andrea Torlaschi 635358189c androidTest: Increase activity wait time
To be more safe.
2016-07-12 21:50:52 +02:00
Andrea Torlaschi 4322a38097 travis: start two build jobs
- unit tests
- androidTests
2016-07-12 21:50:51 +02:00
Andrea Torlaschi 0f2a22cd29 androidTest: Wait for activities to start
This is needed to correctly run tests on Travis.
I think it's not a Travis fault. Probably espresso doesn't work well with PendingIntent.
2016-07-12 21:50:51 +02:00
Andrea Torlaschi 8d43785770 androidTest: Remove broken tests 2016-07-12 21:50:37 +02:00
Andrea Torlaschi b214cac76e travis: add androidTests 2016-07-12 21:43:14 +02:00
Andrea Torlaschi 1a7a1f1a60 travis: cleanup 2016-07-12 21:43:14 +02:00
Andrea Torlaschi 3b4f608ba1 androidTest: Fix OpenPgpServiceTest
- fix class to solve exception
- add sleeps to wait for activities (ugly)
2016-07-12 21:43:13 +02:00
Andrea Torlaschi 77284a3594 androidTest: Fix errors introduced by changes of the code 2016-07-12 21:43:12 +02:00
Andrea Torlaschi 6cecb42389 androidTest: Add proguard file for test
For now we use the same as for other configurations.
2016-07-12 21:43:12 +02:00
Dominik Schürmann 166ac9832b Merge branch 'master' of github.com:open-keychain/open-keychain 2016-07-11 10:55:30 +02:00
Dominik Schürmann 0ad0023fac Passphrase dialog: Button to switch between keyboard layouts 2016-07-11 10:55:05 +02:00
Vincent Breitmoser aac5ae3a2c handle first time wizard after import from token 2016-07-09 13:42:56 +02:00
Dominik Schürmann 0011c5adac Version 4.1 beta3 2016-07-07 15:59:35 +02:00
Dominik Schürmann 826607db56 Version 4.0.3 2016-07-07 15:57:27 +02:00
Vincent Breitmoser 568b9e1845 use correct method for matching user ids 2016-07-07 15:55:10 +02:00
Dominik Schürmann fe453ff011 Version 4.1 beta2 2016-07-07 14:43:06 +02:00
Dominik Schürmann b9fcd298df Version 4.0.2 2016-07-07 14:36:15 +02:00