Commit graph

574 commits

Author SHA1 Message Date
Matthew Wong
1e970e1043 split setwebmatchingpassword and setappmatchingpassword for clarity 2016-03-07 20:42:33 -05:00
Matthew Wong
c9725d7186 fix crash if url not found 2016-03-07 20:35:24 -05:00
Matthew Wong
ba3cf0162d fix #172 firefox autofill crash 2016-03-07 20:04:51 -05:00
Mohamed Zenadi
cd6b6874a6 we no longer put the apk in the repo 2016-02-21 10:52:54 +01:00
Matthew Wong
c6b9c69971 Version bump 59 2016-01-05 19:42:01 -05:00
wongma7
2064c2eaac Merge pull request #146 from zeapo/webview
Autofill: multiple associations per app & WebView/Chrome
2016-01-05 19:40:44 -05:00
Matthew Wong
5cf345eaa3 Fix .travis.yml 2016-01-05 15:07:35 -05:00
Matthew Wong
aaa9af93de fix getrootinactivewindow() nullpointerexceptions 2016-01-03 20:39:37 -05:00
Matthew Wong
6ef9e3bbca avoid event.getsource nullpointerexception 2016-01-03 20:27:26 -05:00
wongma7
9e930ae923 Fix .travis.yml https://github.com/travis-ci/travis-ci/issues/5036 2016-01-03 02:35:02 -05:00
Matthew Wong
35e30a67c4 Comments 2015-12-31 18:38:10 -05:00
Matthew Wong
963859b347 Fix settings and add "pick and match" option 2015-12-31 18:26:43 -05:00
Matthew Wong
a3e10d3ca8 Fix 'Delete' nullpointerexception and revert to working URL-getting 2015-12-31 07:20:48 -05:00
Matthew Wong
c3b87f5b18 Also check for default browser webview 2015-12-31 06:51:47 -05:00
Matthew Wong
ba1ef7a38e Merge branch 'upstream' into webview
Conflicts:
	app/build.gradle
2015-12-31 06:24:05 -05:00
Matthew Wong
a782c3f83e Add 'pick password' option that shows only when no other items are available (+travis) 2015-12-31 05:14:37 -05:00
Matthew Wong
1d9e3b50a5 Delete option for websites 2015-12-31 04:28:42 -05:00
wongma7
90805cc496 Update .travis.yml 2015-12-31 04:27:23 -05:00
Matthew Wong
1c3a4fe763 Use URL as package name for app/website settings and match Chrome using URL. But use site title for automatching attempts when URL match not found 2015-12-31 03:47:51 -05:00
wongma7
098f1ef1c0 Update .travis.yml 2015-12-30 05:57:51 -05:00
Matthew Wong
cdf27fc24d Get the URL in Chrome 2015-12-30 05:50:56 -05:00
Matthew Wong
ebd565ec37 add always show dialog preference. 2015-12-30 01:18:42 -05:00
Matthew Wong
5263ed10bb Fix string 2015-12-30 00:22:53 -05:00
Matthew Wong
8c884bcba8 Add websites to autofill preferences 2015-12-30 00:15:08 -05:00
Matthew Wong
5cb380bf47 Don't use ResolveInfo for app settings ui 2015-12-27 06:00:06 -05:00
Matthew Wong
94ee36a38d Use website title from chrome to match with passwords 2015-12-27 04:07:11 -05:00
Matthew Wong
893e0ce89d Version bump 58 2015-12-26 02:26:59 -05:00
Matthew Wong
9684c6c8a1 Delete unused gen. public key 2015-12-26 02:19:12 -05:00
Matthew Wong
406d6c0425 check for blank username & update 'hostname' all in saveConfiguration() 2015-12-23 18:19:25 -05:00
Matthew Wong
23c5603b7f new gradle plugin and build tools 2015-12-23 00:51:36 -05:00
Matthew Wong
24b8999290 Don't crash if no storage permission and it's needed 2015-12-23 00:20:09 -05:00
Matthew Wong
60f65818f9 Update hostname variable with needed protocol prefix when hitting SAVE not just CLONE (addresses #94, maybe some of the oddities observed in #137) 2015-12-22 21:13:59 -05:00
Matthew Wong
6f9f50db29 Version bump 2015-12-06 21:56:39 -05:00
wongma7
6f8ec496be Merge pull request #150 from svetlemodry/master
updated Czech translation
2015-11-23 19:44:46 -05:00
Jaroslav Lichtblau
e224527125 updated Czech translation 2015-11-23 19:49:57 +01:00
zeapo
5d6d349e62 warn if the directory is not empty 2015-11-22 14:30:37 +01:00
Mohamed Zenadi
5b3cc540e4 Merge pull request #149 from zeapo/fix/external
Add warnings to the user about storing the passwords on the sdcard
2015-11-22 14:19:48 +01:00
zeapo
6e789a38f1 Add warnings to the user about storing the passwords on the sdcard 2015-11-22 14:19:06 +01:00
Matthew Wong
97087ba33e version bump 2015-11-21 04:20:09 -05:00
Matthew Wong
7ee5ff76ba default to reasonable external directory 2015-11-21 04:18:07 -05:00
Matthew Wong
ab2b4d699b remove some unused code 2015-11-07 20:45:11 -05:00
Matthew Wong
d83fc186b2 Request system_alert_window permission in android m, fix #138, 2015-11-07 20:17:46 -05:00
Matthew Wong
4653fa2c10 Search for android.webkit.webview 2015-11-07 20:17:46 -05:00
Matthew Wong
7a9ed6897d Per-app settings hint text show # of picked matches 2015-11-07 20:17:45 -05:00
Matthew Wong
a22cd874fd Smaller dialog size 2015-11-07 20:17:45 -05:00
Matthew Wong
8fa173e7d2 set and pick from multiple passwords per app 2015-11-07 20:17:44 -05:00
Matthew Wong
72e32c95f6 undo process change. (not a simple change, sharedpreferences don't work) 2015-11-07 20:17:44 -05:00
Matthew Wong
d68c06a4a6 Let dialog be null 2015-11-07 20:17:44 -05:00
Matthew Wong
28eae33567 Use File instead of PasswordItem for using file to fill 2015-11-07 20:17:41 -05:00
Matthew Wong
f2a4b944d8 Make chrome/webview send password field focus events 2015-11-07 20:17:11 -05:00