aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-29version bump 52: pgp npe crash!v1.2.0.32Matthew Wong
2015-08-29Merge pull request #126 from betheg/fix_npewongma7
PgpHandler: fix possible npe.
2015-08-29PgpHandler: fix possible npe.Michael
2015-08-28Merge pull request #123 from betheg/httpclient_dependencywongma7
get rid of the WARNING: Dependency org.apache.httpcomponents:httpclie…
2015-08-28Merge pull request #124 from betheg/travisMohamed Zenadi
travis.yml: use sdk 23.0.0
2015-08-28travis.yml: use sdk 23.0.0Michael
2015-08-28get rid of the WARNING: Dependency org.apache.httpcomponents:httpclient...Michael
2015-08-27Some UI loading for #119Matthew Wong
2015-08-26Fix #120 -- editing not creating git commits and yet another version bumpv1.2.0.31Matthew Wong
2015-08-26UI cleanup & reformatMatthew Wong
2015-08-26SDK 23Matthew Wong
2015-08-26version bump 50Matthew Wong
2015-08-26Fix edit button crashing if pressed from encryptMatthew Wong
2015-08-26Disallow name change when editing passwordMatthew Wong
2015-08-26Revert asynctask cancelling; allow parallel asynctasksMatthew Wong
2015-08-25Password editing: action bar edit button replaces decrypt view with encrypt viewMatthew Wong
2015-08-25version bump 49v1.2.0.29Matthew Wong
2015-08-25Show which passwords are selectedMatthew Wong
2015-08-25Use support AlertDialog everywhereMatthew Wong
2015-08-25Generated password EditText to TextView + fix generation bugMatthew Wong
2015-08-25Merge pull request #117 from zeapo/autofillwongma7
Autofill
2015-08-16Settings dependent on service enabledMatthew Wong
2015-08-16Screenshots for instructions/informationMatthew Wong
2015-08-16More instructions/informationMatthew Wong
2015-08-15Prepend first/never keywords with / . file names won't begin with /Matthew Wong
2015-08-14Ensure enable autofill checkbox appearance matches settingMatthew Wong
2015-08-14strings & enable service preferenceMatthew Wong
2015-08-14Fix crash on first start & use documentLaunchMode for nicer openkeychain-api ↵Matthew Wong
behaviour (5+ only)
2015-08-14Load icons & labels async beforehand as wellMatthew Wong
2015-08-14App filteringMatthew Wong
2015-08-14Async populate the app listMatthew Wong
2015-08-14Preference activity up & back behaviour. Especially when opened with ↵Matthew Wong
'Settings' dialog button
2015-08-14Preference activity overhaulMatthew Wong
2015-08-14Make service compatible with latest PasswordRepository changesMatthew Wong
2015-08-14Settings page dividersMatthew Wong
2015-08-14Multi-select deletion of apps in settings pageMatthew Wong
2015-08-14Add 'automatically match by default' setting; respect it & per-app settings ↵Matthew Wong
when creating autofill dialog
2015-08-14passwordfragment changesMatthew Wong
2015-08-14Open settings from password fill dialogMatthew Wong
2015-08-14Move preferences to its own activity, leaving a "blank" openkeychain api oneMatthew Wong
2015-08-14More tweaks of dialog dismissal behaviourMatthew Wong
2015-08-14Fix recursive filter; don't act twice on focus+click eventMatthew Wong
2015-08-14Handle click events as well (useful when password field is the only ↵Matthew Wong
focusable view)
2015-08-14Autofill per-app settings dialog opens on click on suggestion or on existing appMatthew Wong
2015-08-14Add searching for apps in autofill settings pageMatthew Wong
2015-08-14Add per-app settings pageMatthew Wong
2015-08-14Initialize the repository automatically, don't require the app to do it ↵Matthew Wong
after a restart
2015-08-14Ignore focus only when it is from a successful performActionMatthew Wong
2015-08-14Dialog dismissal behaviour. (com.android.inputmethod, the keyboard, is a ↵Matthew Wong
TYPE_WINDOW_STATE_CHANGED, so needs an exception)
2015-08-14Change dialog appearance, smaller (wraps content)Matthew Wong