Maxim Baz
5141fcd263
Fix placeholder opacity in Firefox #64
2019-04-06 21:28:59 +02:00
Maxim Baz
f4b8bfd7ed
Bump version
2019-04-04 10:47:58 +02:00
Maxim Baz
9d467c4022
Notify when the native app is not up to date ( #69 )
2019-04-04 10:31:48 +02:00
Maxim Baz
ad5abdd51c
Provide two .crx files as part of a release ( #68 )
2019-04-04 10:31:32 +02:00
Maxim Baz
3b0b97df5e
Improve text readability ( #66 )
2019-04-04 10:31:15 +02:00
Maxim Baz
b56a2a3dde
Create a separate icon for popup with exaggerated features ( #65 )
2019-04-04 10:30:51 +02:00
Maxim Baz
c995964ea2
README: run prettier
2019-04-03 16:46:49 +02:00
Maxim Baz
abc12ea5c7
Add LICENSE ( #67 )
2019-04-03 16:30:40 +02:00
Maxim Baz
ea1dcde2d5
Bump version
2019-04-02 16:42:14 +02:00
Maxim Baz
52def9a096
Better handle case when there are multiple forms on the page ( #58 )
2019-04-02 12:47:17 +02:00
Maxim Baz
31c38651c1
Remove launch button ( #59 )
2019-04-02 22:03:24 +13:00
Erayd
df52f5a7b8
Update readme ( #57 )
...
Various clarity and grammar improvements.
2019-04-02 01:51:54 +13:00
Erayd
25e9435487
Fix key / value handling ( #56 )
2019-03-31 15:53:25 +02:00
Maxim Baz
ed9c7a7697
Bump version
2019-03-31 01:43:01 +01:00
Maxim Baz
995a4c3094
Autosubmit forms by faking an Enter keypress ( #55 )
2019-03-31 01:42:04 +01:00
Maxim Baz
64a8cdd497
Refactoring
2019-03-31 01:28:15 +01:00
Maxim Baz
9431e46f9e
Try to focus or submit form only once, after everything is filled ( #54 )
2019-03-31 01:17:24 +01:00
Maxim Baz
5c9c6d89ec
Remove call to requestAnimationFrame ( #53 )
2019-03-31 00:35:28 +01:00
Maxim Baz
a4bee5cac7
Don't call form.submit(), it breaks sites (Google, AWS, etc) ( #52 )
2019-03-30 23:30:05 +01:00
Maxim Baz
aa335ae141
Allow configuring default username ( #51 )
2019-03-30 21:48:38 +01:00
Maxim Baz
c35203bc02
Update version in all places
2019-03-30 20:21:00 +01:00
Maxim Baz
aa48847698
Bump version
2019-03-30 20:10:14 +01:00
Maxim Baz
99a58b41ea
Show badge with the number of matching entries ( #50 )
2019-03-30 20:09:05 +01:00
Maxim Baz
0f8b5a31ff
fix onAuthRequired cleanup
2019-03-30 18:55:31 +01:00
Maxim Baz
5dae41aa92
New icon, kudos to @lewisacidic
2019-03-30 01:31:10 +01:00
Maxim Baz
95b5c6bcf6
Use OpenSans font ( #49 )
2019-03-30 01:12:24 +01:00
Maxim Baz
fbc573f123
Add README.md ( #48 )
2019-03-29 22:36:27 +01:00
Maxim Baz
20e522a908
Makefile: package source archives for browsers
2019-03-22 21:34:11 +01:00
Maxim Baz
fd2391e8f8
Include specificity in popup ordering algorithm ( #47 )
2019-03-20 00:01:16 +01:00
Maxim Baz
59d215d389
Makefile: keep version in a file
2019-03-19 23:20:34 +01:00
Maxim Baz
c49fedd2a3
Makefile: add dist goal
2019-03-19 22:59:38 +01:00
Maxim Baz
22a33a81bd
Support launching url in a new tab ( #46 )
2019-03-19 21:48:56 +01:00
Maxim Baz
c3cd5f77df
Allow configuring gpgPath in browser settings ( #45 )
2019-03-16 16:09:02 +01:00
Maxim Baz
53e7383042
Handle errors during "fetch" action ( #44 )
2019-03-16 14:03:42 +01:00
Maxim Baz
423a9bbb43
Implement autoSubmit, reading settings from pass file and .browserpass.json ( #43 )
2019-03-16 03:45:41 +01:00
Maxim Baz
1676b90187
Add Firefox support ( #42 )
2019-03-16 02:41:16 +01:00
Maxim Baz
7c2397bbfd
Add Firefox make goal ( #41 )
2019-03-16 01:25:33 +01:00
Maxim Baz
9c9334192c
Improve field identification ( #40 )
2019-03-15 19:58:06 +01:00
Maxim Baz
0b908f8ef9
Implement options page ( #38 )
2019-03-11 12:33:24 +01:00
Maxim Baz
b1abed2f2b
Store foreign-origin approvals per frame origin ( #36 )
2019-02-24 18:30:50 +01:00
Maxim Baz
bf457d622c
Store users' confirmation to fill foreign form in settings ( #35 )
2019-02-24 00:33:30 +01:00
Maxim Baz
64c95daa62
settings: prevent modifying defaultSettings, don't save 'default' ( #34 )
...
also use deepCopy when creating copies of objects, and make sure
recent data is only being filled after stores are defined
2019-02-23 23:17:14 +01:00
Maxim Baz
915176d2c0
refactor settings: retrieve tab info in background script ( #33 )
2019-02-23 22:11:13 +01:00
Maxim Baz
b2c9765a36
Store recent info in background context ( #32 )
...
Solves updating recent info when popup gets prematurely closed, e.g. by the "foreign origin" confirmation dialog
Fixes #30
2019-02-23 20:55:19 +01:00
Maxim Baz
8fa36bc286
Update dependencies ( #31 )
2019-02-23 19:21:17 +01:00
Erayd
53ae12e603
Intelligently fill forms in iframes ( #22 )
2019-02-23 19:08:49 +01:00
Maxim Baz
348cf9be1b
Dark theme with two-lines design ( #28 )
2018-10-25 02:33:14 +02:00
Erayd
686a4cd740
Fix incorrect reference ( #26 )
...
Fixes #25 .
2018-07-26 10:47:25 +12:00
Erayd
f62ae7cc26
Improve keyboard navigation ( #23 )
2018-07-25 22:15:59 +12:00
Erayd
a1de2a4dfe
Change sort behavior ( #24 )
...
Sort behavior is now as follows:
* The single most recently used login is first
* All used logins are next, ordered by usage count from most to least
* All remaining logins follow, ordered alphabetically
2018-07-25 22:09:05 +12:00