aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Safeslinger: icon, about infoDominik Schürmann2014-09-041-1/+1
|
* Integrate safeslinger shareDominik Schürmann2014-09-041-0/+17
|
* rename EncryptMessageFragment -> EncryptTextFragmentVincent Breitmoser2014-09-011-1/+1
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-015-13/+44
|
* small ui changes in encryptVincent Breitmoser2014-09-012-8/+9
|
* Cleanup keyspinner layout, key id typeface monospaceDominik Schürmann2014-08-311-32/+36
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-312-3/+1
|\
| * get rid of some last bootstrapbutton referencesVincent Breitmoser2014-08-312-3/+1
| |
* | Better leyout for account settingsDominik Schürmann2014-08-313-63/+90
| |
* | Move date picker to left because of width constraints inside the dialogDominik Schürmann2014-08-311-6/+1
|/
* Hide keyserver spinner under advanced options in certify activityDominik Schürmann2014-08-312-8/+15
|
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-311-3/+7
|
* use LoaderFragment for CertifyActivityVincent Breitmoser2014-08-313-179/+198
|
* Encrypted message is not being spellchecked anymoreDaniel Albert2014-08-301-1/+1
|
* Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-281-1/+19
|\ | | | | ECC support
| * add ecc supportVincent Breitmoser2014-08-241-1/+19
| |
* | Fix RuntimeException in KeyListActivity on tabletsDominik Schürmann2014-08-282-15/+14
| |
* | Cleanup FoldableLinearLayoutDominik Schürmann2014-08-273-10/+5
|/
* Scroll fixes for certify activityDominik Schürmann2014-08-191-7/+5
|
* certs header designDominik Schürmann2014-08-191-3/+11
|
* Header for certs viewDominik Schürmann2014-08-192-23/+38
|
* Fixes for expiry UIDominik Schürmann2014-08-181-0/+10
|
* Merge pull request #772 from mar-v-in/issue-729Vincent2014-08-171-5/+3
|\ | | | | Remove NoSwipeWrapContentViewPager
| * Remove NoSwipeWrapContentViewPagermar-v-in2014-08-171-5/+3
| |
* | API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix ↵Dominik Schürmann2014-08-161-5/+5
|/ | | | pre-selection of key ids (no revoked or expired ones, also select duplicates), refactor text using spannables
* Merge pull request #767 from mar-v-in/issue-763Dominik Schürmann2014-08-143-9/+5
|\ | | | | Use dropdown in CertifyActivity
| * Add and use CertifyKeySpinnermar-v-in2014-08-141-8/+4
| |
| * factor KeySpinner outmar-v-in2014-08-142-1/+1
| |
* | change keybase hint following pull request #755Dominik Schürmann2014-08-142-2/+2
| |
* | Automcomplete names and emails in keyserver tabDominik Schürmann2014-08-141-1/+1
|/
* Move certify action down into actions sectionDominik Schürmann2014-08-131-12/+12
|
* Edit key: key flagsDominik Schürmann2014-08-051-1/+1
|
* More work on add subkey dialog designDominik Schürmann2014-08-051-3/+8
|
* Work on add subkey dialog designDominik Schürmann2014-08-052-73/+88
|
* Refactor expiry dialogDominik Schürmann2014-08-051-0/+16
|
* Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-043-4/+3
|
* Fix debug backup/restore methodsDominik Schürmann2014-08-041-1/+0
|
* Remove old edit key stuffDominik Schürmann2014-08-043-309/+0
|
* Edit key: subkey adding, not finishedDominik Schürmann2014-08-046-236/+136
|
* Smaller UI fixesDominik Schürmann2014-08-041-27/+27
|
* Merge pull request #728 from mar-v-in/improve-file-moreDominik Schürmann2014-08-0412-253/+350
|\ | | | | Improve file encrypt
| * Minor cleanupmar-v-in2014-08-021-1/+1
| |
| * Fix focusing with To fieldmar-v-in2014-08-021-0/+2
| |
| * Encrypt UI (drop downs)mar-v-in2014-08-012-14/+35
| |
| * Merge branch 'master' into improve-file-moremar-v-in2014-08-017-15/+75
| |\ | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java
| * | Fix string resourcesmar-v-in2014-07-311-1/+1
| | |
| * | Fix mergemar-v-in2014-07-311-0/+2
| | |
| * | Merge branch 'master' into improve-file-moremar-v-in2014-07-3125-624/+815
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java
| * | | - add multi select for storage api (kitkat)mar-v-in2014-07-313-30/+25
| | | | | | | | | | | | | | | | | | | | - UI fixes - refactoring
| * | | Load of rework on EncryptActivity, still some TODOsmar-v-in2014-07-203-13/+43
| | | |