aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-25Merge pull request #117 from zeapo/autofill...wongma7
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
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 'Setting...Matthew Wong
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 w...Matthew Wong
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 focusable...Matthew Wong
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 after...Matthew Wong
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 TYPE...Matthew Wong
2015-08-14Change dialog appearance, smaller (wraps content)Matthew Wong
2015-08-14Dismiss dialog if non password field or window change (the accessibility even...Matthew Wong
2015-08-14Fill in field immediately after user unlocksMatthew Wong
2015-08-14Only try again paste/set after decryption if the correct password was entered...Matthew Wong
2015-08-14Create app autofill service: a dialog pops up for all password fields & has a...Matthew Wong
2015-08-14Move UI things to UI threadMatthew Wong
2015-08-12initialize & getRepositoryDirectory take context arguments so that service ca...Matthew Wong
2015-08-12show the full category of the password...Mohamed Zenadi
2015-08-12Fix #118: use File.equalsMatthew Wong
2015-08-11Open password deletion dialogs one-by-one instead of all at once, don't rely ...Matthew Wong
2015-08-11Keep selectedItems up-to-date safely (behaviour was undefined before?)Matthew Wong
2015-08-11a test apk build for #116Mohamed Zenadi
2015-08-11add a way to get the password repo dir without worktreeMohamed Zenadi
2015-08-11Fix passwords appearing like they have been selected after exiting 'delete mode'Matthew Wong
2015-08-10bump version to 48v1.2.0.28Mohamed Zenadi
2015-08-10check that we have a repository before cloningMohamed Zenadi
2015-08-09Use getAdapterPosition instead of position variable set in onBindViewHolderMatthew Wong
2015-08-08Ensure positions of passwords after deleted password are updated (attempt to ...Matthew Wong
2015-08-03fix potential NPEv1.2.0.27Mohamed Zenadi
2015-08-03update of libs and version bumpMohamed Zenadi
2015-08-02Merge pull request #113 from svetlemodry/master...Mohamed Zenadi