aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/ui/widget/SectionView.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-335/+0
* merged apg_service from googlecodeDominik2012-03-091-8/+8
|\
| * Switch to spongycastleMarkus Doits2011-11-031-8/+8
* | @Override refactoring, some explicit casting addedOliver Runge2011-09-171-2/+0
|/
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-337/+337
* removed unnecessary importsThialfihar2010-07-161-1/+1
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-2/+2
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now c...Thialfihar2010-05-211-6/+6
* password cache introduced, not cleared yet.Thialfihar2010-05-151-1/+6
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-1/+2
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-15/+10
* choose the NEAREST prime for ElGamal, rather than the next lowestThialfihar2010-04-241-2/+3
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-241-11/+22
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-17/+18
* initial commit of v0.8.0Thialfihar2010-04-061-0/+323