Commit Graph

1799 Commits

Author SHA1 Message Date
Dominik Schürmann
5379f64d08 Revert "Use non-breaking spaces for backup code MaskedEditText"
This reverts commit 0feb4d074c.

Conflicts:
	OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
2016-03-08 15:01:49 +01:00
Dominik Schürmann
d6520cde04 Fix code style and documentation in BaseSecurityTokenNfcActivity 2016-03-08 04:04:18 +01:00
Dominik Schürmann
84fb5e45b1 Fix documentation of nfcGenerateOnCardKey 2016-03-08 03:01:32 +01:00
Dominik Schürmann
e45d671ce9 Fix comment in nfcGenerateOnCardKey 2016-03-08 02:34:57 +01:00
Dominik Schürmann
3d1d268997 Add nfcGenerateOnCardKey by Joey Castillo before it gets lost 2016-03-08 02:27:56 +01:00
Dominik Schürmann
6a3832659e Merge pull request #1747 from runnerway/fix-alreadyadded
Fix duplicate file insertion while encrypting
2016-03-06 00:56:04 +01:00
Dominik Schürmann
201c38ec02 Merge pull request #1750 from 007durgesh219/Issue#1746
Fix Dark theme no longer works in main screen on android 5, Issue#1746
2016-03-05 18:28:02 +01:00
Durgesh
d352ccf8ae Fix Dark theme no longer works in main screen on android 5, Issue#1746
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-03-05 17:27:22 +05:30
Andrea Torlaschi
73bbfc54d9 Remove uri from pending even when already added 2016-03-04 09:16:09 +01:00
Andrea Torlaschi
81ba0ff108 Always check read permission 2016-03-02 17:09:12 +01:00
Vincent Breitmoser
c7761d09cb handle openpgp4fpr intent filter as import rather than certify (see #1661) 2016-03-02 15:12:14 +01:00
Vincent Breitmoser
8e00465c32 nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734) 2016-03-02 14:42:44 +01:00
Andrea Torlaschi
ece848dee8 Fix backup code comparison 2016-03-02 00:07:34 +01:00
Vincent
fd24acbf0e Merge pull request #1727 from open-keychain/mime-fallback
try to guess if data is text or not
2016-02-23 16:01:13 +01:00
Vincent Breitmoser
03e695c650 ditch isLikelyText flag, set mimeType to text/plain in that case 2016-02-23 15:01:22 +01:00
unyoungwax
19967e2350 Remove AspectRatioImageView 2016-02-23 14:41:54 +08:00
Vincent Breitmoser
4df63ccdeb displaytext: add "View Log" option, move "Copy to clipboard" into overflow menu 2016-02-22 22:22:45 +01:00
Vincent Breitmoser
f61de278b4 decrypt: always show "View in OpenKeychain" as intent chooser option iff isLikelyText 2016-02-22 22:22:18 +01:00
Dominik Schürmann
f54f12c48c Extend documentation, proper method naming, use of deprecated method annotation 2016-02-22 15:19:06 +01:00
Dominik Schürmann
15488c5445 Split remote methods from activities for better seperation 2016-02-22 15:06:45 +01:00
Dominik Schürmann
eef27a544f Extract service parts from SecurityTokenOperationActivity 2016-02-22 15:06:45 +01:00
Dominik Schürmann
bb997920f5 Split RemoteServiceActivity into multiple activities 2016-02-15 13:25:55 +01:00
Dominik Schürmann
0feb4d074c Use non-breaking spaces for backup code MaskedEditText 2016-02-10 18:48:27 +01:00
Dominik Schürmann
a2ea509f06 Backup format v2: redesign restore dialog 2016-02-10 18:48:27 +01:00
Dominik Schürmann
713f3076f4 Backup format v2: redesigned backup code fragment with masked edit text 2016-02-10 18:48:27 +01:00
Vincent
2eac4ebb95 Merge pull request #1708 from open-keychain/performance
performance improvements
2016-02-10 18:39:55 +01:00
Vincent Breitmoser
da6dfb57a0 Merge branch 'master' into performance 2016-02-10 17:36:02 +01:00
Theo Franzén
0191cf92db Better transaction animation 2016-02-10 15:28:59 +01:00
Dominik Schürmann
c22e2baa79 Fix SecurityException on Android 6 due to remove contacts on disabled sync 2016-02-09 21:14:07 +01:00
Dominik Schürmann
2bf9634fd6 Add donation fragment 2016-02-09 20:48:24 +01:00
Dominik Schürmann
fa2958c65a Remove leftovers from spongycastle 2016-02-09 00:34:16 +01:00
Dominik Schürmann
79db5c0ebe Replace spongycastle with bouncycastle 2016-02-09 00:24:46 +01:00
Adithya Abraham Philip
d2cf56f42e delete linked contacts on turning off contact sync 2016-02-06 02:31:44 +05:30
Vincent Breitmoser
b1ea126142 performance: avoid expensive getSecretKeyType call, use cached where possible 2016-02-05 16:10:47 +01:00
Vincent Breitmoser
48dd3d09e6 import: handle FileNotFoundException (fixes #1688) 2016-02-01 15:24:48 +01:00
Dominik Schürmann
025d2c5d29 Merge pull request #1683 from eighthave/master
allow "panic button" apps to clear all passphrases
2016-01-26 19:58:08 +01:00
Theo Franzén
25afe7bc86 Handle not installed PGP applet 2016-01-15 17:14:21 +01:00
Hans-Christoph Steiner
ce03deada5 after receiving panic trigger and locking app, remove from history
This makes the app fully exit, and removes it from the Recent Apps listing.
2016-01-13 23:19:11 +01:00
Hans-Christoph Steiner
f8b58079eb respond to generic panic trigger Intent by clearing passphrases
PanicKit provides a common framework for creating "panic button" apps that
can trigger actions in "panic responder" apps.  In this case, the response
is to clear all the cached passphrases.
2016-01-13 23:19:11 +01:00
Vincent Breitmoser
f404c7f587 add debug option to use dummy backup code (fixes #1675) 2016-01-13 14:46:03 +01:00
Dominik Schürmann
8cd28036ef Merge pull request #1614 from fidesmo/feature-introduce-nfc-handling-via-nordpol
Use Nordpol for BaseNfcActivity
2016-01-13 14:38:40 +01:00
Vincent Breitmoser
e20e528f5e fix symmetric decryption with backup code (fixes #1677) 2016-01-13 03:12:38 +01:00
Petter Arvidsson
02854a617b Use new version of Nordpol from jcenter
- Use version 0.1.13 that is now available on jcenter
- Add a "gradle witness" for this version
2016-01-12 18:39:31 +01:00
Petter Arvidsson
dd85bbb4b5 Use Nordpol for BaseNfcActivity
- Replace handling of intents with Nordpol tag dispatcher
- Update CreateKeyActivity to pass it's intent to the tag dispatcher
  when invoked by the system (onCreate)
- Add Fidesmo marmeladburk repository
- Add dependency on nordpol-android and nordpol-core
2016-01-12 18:17:34 +01:00
Vincent Breitmoser
718668072b fix symmetric decryption (fixes #1672) 2016-01-12 13:28:27 +01:00
Dominik Schürmann
5e3e6e2d62 Fix singleTop definitions 2016-01-11 18:04:09 +01:00
Dominik Schürmann
81f23e8b7f Merge pull request #1666 from open-keychain/file-import-fix
Fixed File Import issue due to onResumeFragments
2016-01-11 17:39:53 +01:00
Vincent Breitmoser
e66c27c081 passphrasecache: update defaults, add "forever" setting 2016-01-11 17:30:03 +01:00
Vincent Breitmoser
b939b04af1 keycreate: add button to revert to default key configuration 2016-01-11 13:33:22 +01:00
Dominik Schürmann
fd3a1e900e Move edit key configuration to menu 2016-01-11 08:32:41 +01:00