Shan
fb35b9b10a
Fixes #8 Disable Google Analytics ( #55 )
...
* Opt-out of Google Analytics
* Move OptOut to Other in Settings
* Change OptOut Order and Resource key
2017-03-30 18:22:14 -04:00
Kyle Spearrin
82d4745da3
catch sql crashes in sync service
2017-03-11 12:26:10 -05:00
Kyle Spearrin
375f23ac9e
parse uri with Uri.TryCreate
2017-02-25 22:03:18 -05:00
Kyle Spearrin
8e5a01d82c
More null checks. Catch null exception in accessibility service.
2017-02-25 16:10:18 -05:00
Kyle Spearrin
17ed1cdc00
increase autofill toast timeout to 10 seconds
2017-02-18 00:23:47 -05:00
Kyle Spearrin
b435256911
handle locked status better. once locked, stay locked.
2017-02-17 23:03:54 -05:00
Kyle Spearrin
27e996dba0
Detach events
2017-02-17 21:18:59 -05:00
Kyle Spearrin
22f3bd1073
tearing down event handlers on page disappears
2017-02-17 00:16:09 -05:00
Kyle Spearrin
be9db2930f
autofill intent fixes
2017-02-16 22:22:19 -05:00
maxlandry
f6ca9b9d0f
Corrections + new french translations ( #46 )
...
Various grammar and spelling corrections.
Replace all «sites» mentions with «logins» (identifiants) mentions.
Add and translate lines 760 to 819.
2017-02-16 20:57:06 -05:00
Kyle Spearrin
d2d8ee504d
cached images
2017-02-15 21:56:02 -05:00
Kyle Spearrin
d96b279beb
disable push service
2017-02-15 19:55:52 -05:00
Kyle Spearrin
f5e7f9249c
attach and detach event handlers onappearing and ondisappearing to free up views for GC
2017-02-15 00:28:05 -05:00
Kyle Spearrin
56c33ee82b
Aitpfill fixes for main page set. Memory service for monitoring memory use on Android.
2017-02-14 19:47:00 -05:00
Kyle Spearrin
b05dd4cc2c
autofill search UX improvements
2017-02-13 22:35:16 -05:00
Kyle Spearrin
36d4ce8718
more updates to autofill flow
2017-02-13 22:10:34 -05:00
Kyle Spearrin
75201c9b30
Added fuzzy matches to autofill listing page. Allow autofilling from main vault search page when arriving from autofill service
2017-02-13 19:12:02 -05:00
Peter Karlsson
99c81e5a5d
Swedish translation additional strings update ( #39 )
...
* Add files via upload
* Sync
* Swedish translation additional strings update
* Updated short description (too long)
2017-02-11 12:58:14 -05:00
Kyle Spearrin
b90ce2a2af
token refresh bad requests are to be treated as unauthorized
2017-02-10 19:16:23 -05:00
Kyle Spearrin
4a0fc5ca0e
crash fixes
2017-02-09 22:06:39 -05:00
Kyle Spearrin
c29d902b8e
Autofill service alert when adding new login for the first time and autofill isnt turned on. Added fi language to project.
2017-02-09 21:43:03 -05:00
Kyle Spearrin
e970ca49e8
Clear intent from autofill. Background app when back button on lock page.
2017-02-09 18:12:34 -05:00
Kyle Spearrin
539121070a
Added equivalent domain checks to autofill listing filter. centralized logic in login service.
2017-02-08 23:58:37 -05:00
Kyle Spearrin
2a1bd92e1a
sync domain settings
2017-02-08 22:04:07 -05:00
Kyle Spearrin
2c1ebc0439
setup settings api repository
2017-02-08 21:19:09 -05:00
Kyle Spearrin
2d605f5dfb
remove old sync helper for removing ciphers (was for inc syncing)
2017-02-08 20:45:56 -05:00
Kyle Spearrin
0cd09cf03a
setup new settings service
2017-02-08 20:44:35 -05:00
Kyle Spearrin
3ad1e8a3ba
set up user settings data table and access repository
2017-02-08 20:39:37 -05:00
Kyle Spearrin
230722945e
move settings pages to modals instead of navigation pages
2017-02-08 19:18:34 -05:00
Kyle Spearrin
a429dcf978
Fix wrong key when decrypting cipher with mac
2017-02-08 19:07:38 -05:00
Kyle Spearrin
a418fc810a
log out when checking account reivison if authentication issue
2017-02-08 00:19:30 -05:00
Kyle Spearrin
e71adbd26d
null checks when error handling
2017-02-07 21:56:28 -05:00
Kyle Spearrin
8a525aee8a
check old auth bearer for logged in status as well
2017-02-07 21:19:23 -05:00
Kyle Spearrin
463b0fa28a
remove incremental syncs and move to full syncs with revision checks
2017-02-06 23:40:24 -05:00
Kyle Spearrin
c7af81bf0c
Cleanup hacks because of Intent LaunchedFromHistory bug
2017-02-06 19:39:07 -05:00
Kyle Spearrin
749508871b
Handle all exceptions from API calls
2017-02-06 09:55:35 -05:00
Kyle Spearrin
d112e0ea42
two-factor login re-worked with new auth flow
2017-02-06 09:39:07 -05:00
Kyle Spearrin
54f8771a9c
better error parsing
2017-02-06 09:15:10 -05:00
Kyle Spearrin
52a866147e
Optimized startup tasks to only happen when necessary. Added some GA telemetry to autofill.
2017-02-05 23:55:58 -05:00
Igetin
6629eaf485
Added Finnish translations ( #37 )
...
* Added strings for Finnish translation
* Added Finnish App Store description
* Added Finnish captions for screenshots
* Added Finnish Play Store description
* Added Finnish captions for screenshots
2017-02-05 07:16:29 -05:00
Kyle Spearrin
74239521cd
HandleTokenStateAsync before each API call for refresh and auth bearer migration
2017-02-04 23:31:37 -05:00
Kyle Spearrin
4a4779fc63
Converted auth to identity server endpoints and utilize bearer2 access token
2017-02-04 01:12:25 -05:00
Kyle Spearrin
46bb8d2cb5
added back FromAutofillService functionality
2017-02-03 23:21:40 -05:00
Kyle Spearrin
31b2eeb293
remove lots of mainpage code since we allow closing of autofill page now
2017-02-03 00:26:55 -05:00
Kyle Spearrin
8e9becd579
dont main page on sleep
2017-02-03 00:12:53 -05:00
Kyle Spearrin
8c6d395d89
remove uri extra after captured
2017-02-02 23:05:24 -05:00
Kyle Spearrin
f66b26a866
beta title
2017-02-02 22:30:34 -05:00
Kyle Spearrin
83f00d69ce
added close button to autofill list page. if uri is a website on api level < 21, do not autofill and present modal for copying
2017-02-02 22:20:45 -05:00
Kyle Spearrin
85dda759ec
updated autofill service tools page with new tutorial images
2017-02-01 21:55:00 -05:00
Kyle Spearrin
27fb44277f
Accessibility service setup pages
2017-02-01 00:38:35 -05:00