Matt Portune
8ad44b405d
Add support for Vivaldi snapshot browser ( #822 )
...
* Add support for Vivaldi snapshot browser
* Added to autofill helpers CompatBrowsers set as well
2020-04-06 11:43:45 -04:00
Matt Portune
4ce4288f68
Updated dependencies ( #820 )
2020-04-03 17:17:24 -04:00
Matt Portune
d635555576
Tweaks to autofill tile naming & fixed missing plus icon ( #819 )
2020-04-03 09:57:04 -04:00
Matt Portune
44999557c0
Tweaks to accessibility autofill overlay ( #818 )
2020-04-02 19:24:31 -04:00
Matt Portune
5d64bab719
Added handled exception tracking for vault export and bumped CsvHelper to latest ( #816 )
...
* Added handled exception tracking for vault export and bumped CsvHelper to latest
* Prevent tracking for FDroid builds
* Remove AppCenter import for FDroid builds
2020-04-02 10:30:21 -04:00
Matt Portune
4d3d8b643a
Conversion of HockeyApp to AppCenter for crash reporting ( #810 )
...
* Conversion of HockeyApp to AppCenter for crash reporting
* Corrected older-style nuget package definition
2020-04-02 09:02:38 -04:00
Kyle Spearrin
915e8cf072
add litedb to linker skip
2020-03-31 13:23:56 -04:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Matt Portune
6c00ac43fc
Added Quick Settings tile for triggering accessibility autofill ( #795 )
...
* Added Quick Settings tile for triggering accessibility autofill
* Fix crash when tile attempt to cancel non-visible but non-null overlay
* Persist tile state plus cleanup
2020-03-26 12:15:33 -04:00
Kyle Spearrin
92930955c3
New Crowdin translations ( #794 )
...
* New translations AppResources.resx (Korean)
* New translations copy.resx (Korean)
* New translations copy.resx (Korean)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Greek)
* New translations copy.resx (Greek)
* New translations copy.resx (Greek)
2020-03-24 14:49:44 -04:00
Matt Portune
145482ea30
Project lib updates and migration ( #789 )
...
* Replace 3rd party FAB lib with our own code
* merged
* merged
* WIP
* WIP
* WIP
* WIP
* Updated LiteDB
* Update ZXing libs to 2.4.1
* Missing semicolon
* rename fab style to btn-fab
* Revert project guid modified by VSmac
2020-03-20 17:54:23 -04:00
Matt Portune
6fdb1e3356
Add support for inverse data matrix QR codes ( #787 )
2020-03-19 17:07:15 -04:00
Vincent Salucci
55dff81b9f
Sanitize Password Length ( #783 )
...
* Sanitize Password Length
* Formatting updates
* Else if format
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-18 13:43:20 -05:00
Matt Portune
ed37972b99
Updated .gitignore with latest from Xamarin repo and removed Android Resource.designer.cs file ( #781 )
...
* Updated .gitignore with latest from Xamarin repo and removed Android Resource.designer.cs file
* didn't mean to leave vscode settings line in
2020-03-18 11:42:20 -04:00
Kyle Spearrin
c6b37307b0
use string.Empty
2020-03-16 21:07:54 -04:00
Kyle Spearrin
5d719ba235
bump version
2020-03-16 21:05:56 -04:00
Vincent Salucci
c19795cce0
Fix bug with policy banner visibility ( #777 )
...
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-16 11:17:45 -05:00
Vincent Salucci
df8f44d77d
Enforce Passphrase Policy ( #772 )
...
* Enforce passphrase policy
* Update multi-line conditional formatting
* Updated formatting round 2
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-13 23:02:38 -05:00
Matt Portune
9c77c53366
Bumped csvhelper to 15.0.1 and added missing error dialog in export failure flow ( #771 )
2020-03-13 11:02:49 -04:00
Kyle Spearrin
1449f165dd
New Crowdin translations ( #770 )
...
* New translations AppResources.resx (Belarusian)
* New translations copy.resx (Hebrew)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations copy.resx (Norwegian Bokmal)
* New translations AppResources.resx (Polish)
* New translations copy.resx (German)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Danish)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Finnish)
* New translations copy.resx (Estonian)
* New translations AppResources.resx (Estonian)
* New translations copy.resx (English, United Kingdom)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Spanish)
2020-03-12 21:15:15 -04:00
Matt Portune
94216cf745
Null check policies from SyncResponse before parsing ( #767 )
...
* Null check policies from SyncResponse before parsing
* Update src/Core/Services/SyncService.cs
formatting
Co-Authored-By: Kyle Spearrin <kspearrin@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-03-12 15:45:34 -04:00
Kyle Spearrin
120e179fb8
Move tab bar colors to styles ( #764 )
2020-03-11 09:46:48 -04:00
kspearrin
f10114ee17
* iOS.Autofill.csproj: Fix profiles used for builds
...
* iOS.csproj:
* iOS.Extension.csproj:
2020-03-11 09:33:52 -04:00
Matt Portune
8a059e0fbb
Fixed issue where multiple threads were attempting to modify search result list ( #761 )
...
* Fixed issue where multiple threads were attempting to modify search result list
* Fixed race condition
2020-03-09 18:43:28 -04:00
Kyle Spearrin
6263788d6a
New Crowdin translations ( #758 )
...
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Greek)
* New translations AppResources.resx (German)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Italian)
2020-03-06 11:30:58 -05:00
Matt Portune
6ffb3136d4
Workaround for older bug in Xamarin.Forms by waiting for app to resume before attempting to set Application.Current.MainPage ( #757 )
2020-03-05 16:18:04 -05:00
Matt Portune
b65b01fe3d
Fixed potential broadcast leak & policy value parsing ( #756 )
2020-03-05 12:44:01 -05:00
Kyle Spearrin
b9c134654f
Allows us to pass in some options to have policies enforced upon. ( #755 )
2020-03-05 10:11:54 -05:00
Kyle Spearrin
d1a1342587
New Crowdin translations ( #754 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Belarusian)
* New translations copy.resx (Dutch)
* New translations copy.resx (Belarusian)
* New translations copy.resx (Belarusian)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (French)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Greek)
* New translations copy.resx (Greek)
* New translations copy.resx (Greek)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Italian)
2020-03-05 09:39:05 -05:00
Matt Portune
7edbf4ffc8
Added null check for loading non-existent policies ( #753 )
2020-03-03 10:53:03 -05:00
Matt Portune
2b1d186611
New Android attachment handling to support saving or opening attachments ( #751 )
...
* New Android attachment handling to support saving or opening (when available) attachments
* Simplified options dialog logic & changed error text
2020-03-02 22:14:14 -05:00
Kyle Spearrin
70c49922b0
adjust setting.Value on empty string
2020-02-29 00:44:36 -05:00
Kyle Spearrin
30d6a4d9eb
restrictions apparantly cannot have a null default value
2020-02-29 00:42:11 -05:00
Matt Portune
033b2b9ba0
Fixes for html wrapping and encoding ( #746 )
2020-02-28 15:20:59 -05:00
Matt Portune
25aec80e4c
Change switch binding back to using EnforcedPolicyOptions directly ( #744 )
2020-02-27 23:14:26 -05:00
Matt Portune
cf3d52772d
Fixed password color and alignment on iOS password generator ( #743 )
2020-02-27 21:18:09 -05:00
Matt Portune
f78f303a79
Password generator policy enforcement ( #741 )
...
* Password generator policy enforcement
* Formatting
* Changed to simple cast (double unboxing for int64/long)
* Added ui indication of active policy on password generator page and fixed issue with switch enable logic
2020-02-27 19:53:02 -05:00
Kyle Spearrin
02cffa01e2
formatting
2020-02-24 08:58:15 -05:00
Oldřich Jedlička
c2f2a5e52f
Make callbacks from UI thread. ( #739 )
...
The code expects to be called form UI thread, but it loks like JavaScript
callbacks are not. Switch to UI thread when invoking a callback.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-02-24 08:57:36 -05:00
Oldřich Jedlička
d8e19415e3
Fix runtime exception. ( #738 )
...
In the callback the processing does not go in the main UI thread, so we
need to switch there. Otherwise on Android this throws
Android.Util.AndroidRuntimeException with detail “Only the original thread
that created a view hierarchy can touch its views”.
Discovered by trying to login with Duo as a two-factor login type.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-02-22 21:09:10 -05:00
Matt Portune
387dc2f59c
Beginning of policy support ( #736 )
...
* Model & service support for policies
* Formatting
* Changes to match existing service and model patterns
2020-02-21 10:23:38 -05:00
Kyle Spearrin
ec3660a86d
bitwarden inc
2020-02-18 22:39:35 -05:00
Vincent Salucci
36fb23d467
Add ability to clone personal vault items ( #734 )
...
* Add clone ability to personal vault items
* Fixed formatter
* Made requested changes and removed some extra whitespace added by Rider formatter
* Removed formatting on AppResources file
* Fixed casing on UpdateCipherId method
* Update calling method
2020-02-18 15:48:23 -06:00
Matt Portune
33df456cfd
In-app vault export support ( #729 )
...
* First pass at vault export UI
* Password validation via cryptoService
* Export service framework
* support for constructing json export data
* Support for constructing csv export data
* Cleanup and simplification
* Completion of vault export feature
* Formatting and simplification
* Use dialog instead of toast for invalid master password entry
2020-02-14 16:10:58 -05:00
Kyle Spearrin
7a6fe5ed5f
Check blacklist before showing overlay ( #730 )
2020-02-13 18:33:37 -05:00
Kyle Spearrin
558b10499b
var
2020-02-12 09:40:16 -05:00
Kyle Spearrin
1fb3698ba2
support for appconfig settings ( #727 )
2020-02-10 14:07:06 -05:00
Kyle Spearrin
89f26bbc6b
Migrate EnvironmentUrlsKey to pref storage ( #725 )
2020-02-10 11:32:58 -05:00
Matt Portune
bbd8615cda
Align overlay to bottom or top of anchor view depending on available space (bottom by default on initial focus). Establishing visible app height now works much better on Android 5.0+. ( #718 )
2020-02-05 19:40:44 -05:00
Kyle Spearrin
93132f5d7b
version bump
2020-02-03 09:26:29 -05:00
Matt Portune
179514ddf1
Support for multiple browser UriViewIds when extracting a uri ( #713 )
...
* Support for multiple browser UriViewIds when extracting a uri
* Simplified
2020-01-29 12:59:17 -05:00
Matt Portune
4b9cff2271
Removal of double-event block for known browsers since it's no longer necessary and was preventing the overlay from working with some browsers ( #712 )
2020-01-29 09:59:35 -05:00
Kyle Spearrin
c3649a9c80
formatting touchups
2020-01-29 08:46:21 -05:00
Matt Portune
9a66b9003f
Made node recycling approach a bit more surgical to appease older versions of Android, and adjusted anchor position offset for older versions of Android ( #711 )
2020-01-29 07:23:49 -05:00
Matt Portune
34e32403b0
Accessibility fixes ( #709 )
...
* Show/hide accessibility overlay on scroll based on several visibility factors
* Improvements to accessibility overlay anchor view tracking
* Increase recursion limit and check for null children when walking the node tree
* Cleanup
* Hide overlay when expanding status (notification) bar
* use .Any() instead of .Count()
2020-01-27 17:36:20 -05:00
Kyle Spearrin
c2e34a8b0e
skip linking on OldAndroidSSLSocketFactory
2020-01-27 08:22:46 -05:00
Matt Portune
d0ba4b6702
Accessibility overlay support for username field and scroll tracking ( #700 )
...
* Trigger overlay prompt when focusing on username field
* Adjust accessibility overlay position in response to scroll events
* Get username EditText with a single pass of the node tree, plus additional cleanup
2020-01-13 17:14:57 -05:00
Kyle Spearrin
eb16025800
tweaks to accessibility changes
2020-01-10 15:42:50 -05:00
Matt Portune
9f06c9a051
Removal of deprecated Android Accessibility Service options ( #698 )
2020-01-10 11:34:17 -05:00
Matt Portune
641122b16f
UI support in app settings for handling overlay permission requirement in Accessibility Service implementation ( #697 )
...
* UI support in app settings for handling overlay permission requirement in Accessibility Service implementation
* Cleaned up shorthand operator with new var
2020-01-10 10:20:19 -05:00
Kyle Spearrin
fbe8708378
cleanup on accessibility service
2020-01-09 13:17:17 -05:00
Matt Portune
21c7b486ff
Replaced accessibility service notification with in-line overlay. ( #695 )
...
* Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits)
* Updated with requested changes
* Fix for FDroid build
2020-01-09 12:17:16 -05:00
Matt Portune
c33728d418
* AccessibilityHelpers.cs: If ( #689 )
...
AccessibilityNodeInfo.FindAccessibilityNodeInfosByViewId(..) returns
null when the source package is a supported browser, return a null
uri to prevent overwriting the existing notification's pendingIntent
uri extra with the brower's packageName.
* AccessibilityService.cs: Added null uri checks as it is now possible
for AccessibilityHelpers.getUri(..) to return a null uri when the
Accessibility Service is misbehaving.
2020-01-03 15:19:20 -05:00
ShirokaiLon
a9dacd561c
Change password generator to use ColoredPassword ( #686 )
...
* Change password generator to use ColoredPassword
* Change ColoredPassword from FormattedString to HTML string for improved performance
* PasswordFormatter fixes
* Correct || to && condition
* Apply password colouring to history pages
2020-01-03 14:56:55 -05:00
Kyle Spearrin
051e15215d
bump version
2019-12-26 15:15:15 -05:00
proletarius101
fee8f58c0a
Add support for Tor browser ( #680 )
2019-12-26 07:29:20 -05:00
Kyle Spearrin
cc036cf3c5
Set lock page on resume for android
2019-12-16 09:43:14 -05:00
Kyle Spearrin
4e51517ddb
update libs
2019-12-16 09:14:54 -05:00
Kyle Spearrin
3b7454961d
New Crowdin translations ( #663 )
...
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Persian)
* New translations copy.resx (Persian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (German)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (English, United Kingdom)
* New translations copy.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Ukrainian)
2019-12-03 11:35:09 -05:00
Kyle Spearrin
88009e1a63
bump versions
2019-12-03 11:11:30 -05:00
Kyle Spearrin
0afca29b0c
still load list if there are any ciphers
2019-11-22 09:51:30 -05:00
Kyle Spearrin
46a75a2944
Revert "try new http client handler for icons"
...
This reverts commit c099f82752
.
2019-11-22 08:24:23 -05:00
Kyle Spearrin
c099f82752
try new http client handler for icons
2019-11-20 17:38:05 -05:00
Kyle Spearrin
58084810f3
don't auto-capitalize password field when viewed
2019-11-20 08:24:08 -05:00
Kyle Spearrin
429e62e6b5
Don't index a "never" uri match.
2019-11-19 07:47:01 -05:00
Kyle Spearrin
b0b7f2afdf
Merge branch 'master' of github.com:bitwarden/mobile
2019-11-15 08:55:31 -05:00
Kyle Spearrin
55f160d125
Show exception message from Api errors
2019-11-15 08:55:22 -05:00
Wasim Malik
f6352f5392
Updated Incorrect Check Condition ( #648 )
...
Issue is fixed No 361
Now tested on android device extra comma is not appended anymore
2019-11-12 16:28:12 -05:00
Kyle Spearrin
ac7e90c0aa
blacklist com.android.settings from autofill
2019-11-08 11:57:07 -05:00
Kyle Spearrin
88fccfd6cd
try setting http version 1.0
2019-11-05 09:14:55 -05:00
Kyle Spearrin
5fdf8e6045
set fingerprint lock prop on login
2019-11-05 09:03:48 -05:00
Kyle Spearrin
d9907cdbeb
style fixes for xamarin forms 4
2019-10-30 09:30:45 -04:00
Kyle Spearrin
d308f1ca3b
update libs and to xamarin forms 4
2019-10-30 08:27:40 -04:00
Kyle Spearrin
0cdc138ba3
dont immediatly prompt biometric when locked
2019-10-30 08:08:15 -04:00
Kyle Spearrin
59d5314164
New Crowdin translations ( #639 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Vietnamese)
2019-10-23 20:55:51 -04:00
Kyle Spearrin
9c08a37772
UseNativeBiometric only for SDK 29
2019-10-23 11:54:53 -04:00
Kyle Spearrin
b13f5356fe
FingerprintManager to detect fingerprints on SDK 28
2019-10-23 11:26:00 -04:00
Kyle Spearrin
5f0c9725ce
bump version
2019-10-23 09:27:31 -04:00
Kyle Spearrin
f951fea555
use bio strings for native android bio
2019-10-23 09:24:34 -04:00
Kyle Spearrin
4b989b01e9
use native biomatrics on Android
2019-10-23 09:11:48 -04:00
Kyle Spearrin
aed3ec5474
check authed and unlocked before trying to load
2019-10-22 16:42:05 -04:00
Kyle Spearrin
b354986199
null check apiexception error
2019-10-22 16:37:40 -04:00
Kyle Spearrin
e1983a7d66
fix error when login token expires
2019-10-22 16:30:28 -04:00
Kyle Spearrin
0400d79f43
android 10 and bio permission
2019-10-18 20:41:04 -04:00
Kyle Spearrin
713e441d2e
upgrade to android 10 sdk
2019-10-18 14:19:56 -04:00
Kyle Spearrin
440a410d7f
skip com.treydev.pns
2019-10-17 08:00:58 -04:00
Kyle Spearrin
37a536b138
catch thrown sync errors from ui
2019-10-15 11:05:56 -04:00
Kyle Spearrin
a0aca3e837
add tf browser
2019-10-11 09:29:33 -04:00
Kyle Spearrin
b58c29111a
bump version
2019-10-07 09:42:55 -04:00
Kyle Spearrin
b0f86ea161
focus search bar on appear
2019-10-07 09:23:41 -04:00
Kyle Spearrin
93b59a75a4
remove migration code
2019-10-05 21:36:47 -04:00
Kyle Spearrin
54fcabaea6
shorter delays
2019-10-05 21:31:55 -04:00
Kyle Spearrin
0e966c0304
fix min character assignments for pw gen
2019-10-05 20:39:42 -04:00
Kyle Spearrin
a363712127
use black text for search bar on light theme
2019-10-04 09:32:59 -04:00
Kyle Spearrin
4d8c665917
fix light theme
2019-10-04 09:11:14 -04:00
kspearrin
53bdd92e72
support dark theme default on extensions
2019-09-30 21:40:05 -04:00
Kyle Spearrin
e51aa39ede
New Crowdin translations ( #614 )
...
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (German)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations copy.resx (Dutch)
2019-09-30 21:35:24 -04:00
Kyle Spearrin
33c82129ff
bump version
2019-09-30 21:19:20 -04:00
kspearrin
7c5b8c0e9f
modal full screen
2019-09-30 21:17:53 -04:00
kspearrin
9dc01bca1c
detect dark mode theme. set modal to full screen
2019-09-30 20:38:22 -04:00
Kyle Spearrin
3c7920b84c
XF 3.6 update
2019-09-30 20:33:54 -04:00
Kyle Spearrin
b92f3abbaf
support dark theme logos
2019-09-30 16:52:20 -04:00
Kyle Spearrin
b6747a63ed
stub out support for dark theme by default
2019-09-30 16:41:31 -04:00
Kyle Spearrin
41a44548d2
use TextColor for search bar text color
2019-09-30 16:33:53 -04:00
Kyle Spearrin
a79d3a0d7c
uisearchbar tint color
2019-09-30 16:28:07 -04:00
kspearrin
f3a17709e5
get proper hex string from nsdata token
2019-09-30 16:24:35 -04:00
Kyle Spearrin
ced9d33d2e
memory stored pinProtectedKey
2019-09-20 16:43:03 -04:00
Kyle Spearrin
23b1373f80
add tag to entitlement
2019-09-20 08:17:37 -04:00
Kyle Spearrin
a80eb1f533
bump version
2019-09-20 07:56:49 -04:00
Kyle Spearrin
f657edf195
add support for vivaldi browser. resolves #599
2019-09-10 17:21:11 -04:00
Kyle Spearrin
d34279dca5
more null checks on add/edit save
2019-09-06 10:03:11 -04:00
Kyle Spearrin
954aa1112a
added locale names dictionary
2019-09-06 09:44:25 -04:00
Kyle Spearrin
b35a3339cb
device type should be int
2019-09-06 09:44:25 -04:00
Kyle Spearrin
b59433debd
New Crowdin translations ( #594 )
...
* New translations copy.resx (Bulgarian)
* New translations copy.resx (Bulgarian)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Turkish)
2019-09-04 13:10:18 -04:00
Kyle Spearrin
fb2db9c652
version bump
2019-09-04 13:02:00 -04:00
Kyle Spearrin
2507f3301b
device user agent
2019-09-04 11:52:32 -04:00
Kyle Spearrin
bdad5e4f0a
fixes to opening file types on android
2019-08-30 16:43:58 -04:00
Kyle Spearrin
b5dcdc74d7
dark keyboard on dark themes. resolves #588
2019-08-28 20:27:15 -04:00
Kyle Spearrin
e2d1da02d3
more null checking on save
2019-08-27 15:03:33 -04:00
Kyle Spearrin
8253f18312
null check cipher service
2019-08-27 14:55:15 -04:00
kenjirooo
f4a98a2031
Added support for Sleipnir Mobile ( https://play.google.com/store/apps/details?id=jp.co.fenrir.android.sleipnir ). ( #583 )
2019-08-22 08:00:03 -04:00
Kyle Spearrin
224845cfd3
bump version
2019-08-12 09:41:12 -04:00
Kyle Spearrin
fc8c2ad67a
add back references for autofill projects
2019-08-12 09:36:10 -04:00
Kyle Spearrin
c9d6f58563
delay for 1s on SyncIfNeeded
2019-08-12 09:35:18 -04:00
Kyle Spearrin
325b557506
null check on SyncIfNeeded
2019-08-12 08:51:49 -04:00
Kyle Spearrin
ce751cfc87
fix unlock logic
2019-08-12 08:05:45 -04:00
Kyle Spearrin
0f451fd4b9
set FingerprintUnlockKey before setKey
2019-08-10 00:19:01 -04:00
Kyle Spearrin
b7819838b8
parse fallback package id from first node title
2019-08-01 16:39:01 -04:00
Kyle Spearrin
67c6cf6b8c
load previous view/edit page after lock
2019-07-31 16:50:16 -04:00
Kyle Spearrin
d91d71333b
LastClipboardValue using static store rather than state
2019-07-31 11:21:07 -04:00
Kyle Spearrin
431804ea80
loop on reset with range instead of clear
2019-07-29 22:35:53 -04:00
Kyle Spearrin
7a7ab7bd0e
New Crowdin translations ( #570 )
...
* New translations AppResources.resx (French)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Russian)
2019-07-29 15:15:21 -04:00
Kyle Spearrin
b8cdee383b
bump version
2019-07-27 12:42:42 -04:00
Kyle Spearrin
580fa02ee1
enable event logging
2019-07-27 12:41:38 -04:00
Kyle Spearrin
421834153d
catch InteractionNotAllowed
2019-07-27 12:39:59 -04:00
Kyle Spearrin
3d8056704c
yubikey token entry is password field
2019-07-25 16:10:46 -04:00
Kyle Spearrin
41263f3419
New Crowdin translations ( #569 )
...
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Polish)
2019-07-24 10:48:49 -04:00
Kyle Spearrin
9fe9210cb7
null check on id
2019-07-24 10:42:13 -04:00
Kyle Spearrin
2272b10820
null check on cipher when autofilling
2019-07-24 10:40:12 -04:00
Kyle Spearrin
9d6fc73fcc
New Crowdin translations ( #568 )
...
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (French)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Ukrainian)
2019-07-23 09:30:01 -04:00
Kyle Spearrin
73ecd67b20
New Crowdin translations ( #567 )
...
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Estonian)
2019-07-23 09:16:10 -04:00
Kyle Spearrin
e5ce3dbd32
visibility typo
2019-07-23 09:11:01 -04:00
Kyle Spearrin
a0a5e30f48
re-work hockeyapp init
2019-07-23 09:08:16 -04:00
Kyle Spearrin
6d2dcb73ae
event service func
2019-07-23 00:06:34 -04:00
Kyle Spearrin
0d6cc91b67
don't allow device PIN fallback
2019-07-22 23:34:39 -04:00
Kyle Spearrin
ae52922698
version bump
2019-07-22 23:07:00 -04:00
Kyle Spearrin
236496e69f
formatting
2019-07-22 21:37:56 -04:00
kspearrin
fe5cdb0004
* CredentialProviderViewController.cs:
...
* LoadingViewController.cs: reset after using event service
2019-07-22 21:35:05 -04:00
Kyle Spearrin
f9547f158e
log autofill events
2019-07-22 15:50:59 -04:00
Kyle Spearrin
0c75374c0f
New Crowdin translations ( #565 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Estonian)
2019-07-22 14:53:12 -04:00
Kyle Spearrin
0b249d4dd4
check yubico token length == 44
2019-07-22 13:59:12 -04:00
Kyle Spearrin
a2bac9d368
a11y labeling
2019-07-22 12:04:17 -04:00
Kyle Spearrin
392e429dfd
more options button for ios on folder add/edit
2019-07-22 10:52:19 -04:00
Kyle Spearrin
50623b9b29
fix no folder reference
2019-07-22 10:52:04 -04:00
Kyle Spearrin
e7ce050324
use fingerprintButtonText on extension unlock
2019-07-22 10:24:18 -04:00
Kyle Spearrin
762b574d49
rebuild same fingerprintName string
2019-07-22 10:12:14 -04:00
Kyle Spearrin
d73bf6d225
assign new messageCallback when subbing
2019-07-22 09:21:00 -04:00
Kyle Spearrin
c2108fdda0
null checking
2019-07-22 08:44:55 -04:00
Kyle Spearrin
2062a284e3
fix lock checks on sleep of app
2019-07-22 08:37:06 -04:00
Kyle Spearrin
9164c9b946
InitAppIfNeeded
2019-07-22 08:22:02 -04:00
Kyle Spearrin
13ddd10c40
update autofill identities if needed
2019-07-22 07:09:51 -04:00
Kyle Spearrin
e407acd2a7
bump version
2019-07-13 20:28:20 -04:00
Kyle Spearrin
11cdf52ec8
disable events funcionality for now
2019-07-13 20:27:15 -04:00
Kyle Spearrin
40a3541e8e
handle sleep event on ios manually
2019-07-13 20:25:31 -04:00
Kyle Spearrin
7da13e22ad
process event uploads on ios
2019-07-12 20:56:54 -04:00
Kyle Spearrin
38d702b6fe
log some events
2019-07-12 17:29:40 -04:00
Kyle Spearrin
df2af5459e
register event service with container
2019-07-12 15:51:47 -04:00
Kyle Spearrin
40d68b1654
add event service
2019-07-11 09:30:25 -04:00
Kyle Spearrin
a240a4ac66
get autofill web scheme for android p devices
2019-07-11 08:55:40 -04:00
Kyle Spearrin
ff24891903
update event log types
2019-07-09 10:51:33 -04:00
Kyle Spearrin
a5f960d8a1
show proper name for faceid. homepage margin on ios
2019-07-08 13:37:45 -04:00
Kyle Spearrin
1f707cda68
New Crowdin translations ( #556 )
...
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (French)
2019-07-08 13:12:09 -04:00
Kyle Spearrin
4e7f195fd2
bump versions
2019-07-08 13:02:48 -04:00
Kyle Spearrin
7728e930be
delay focus on entry on ios too
2019-07-08 12:06:37 -04:00
Kyle Spearrin
ab84200347
change default lock on new installs to 15 minutes
2019-07-06 23:04:10 -04:00
Kyle Spearrin
62d8824450
clear cache in main app if change made in extension
2019-07-06 22:49:17 -04:00
Kyle Spearrin
cf35d20adb
refresh search on appear if has text
2019-07-06 22:19:29 -04:00
Kyle Spearrin
65725b5a38
yubikey token must be > 40 in length too
2019-07-06 22:09:20 -04:00
Kyle Spearrin
eca4777b99
yubikey fixes for ios
2019-07-06 21:59:13 -04:00
Kyle Spearrin
066b3aba5b
wait 5 seconds after migration
2019-07-05 17:37:21 -04:00
Kyle Spearrin
8e485ff26f
add back refs for extensions
2019-07-05 17:14:08 -04:00
Kyle Spearrin
341b66f44f
settings shim with ios group id
2019-07-05 17:10:37 -04:00
Kyle Spearrin
19c62d3320
Merge branch 'master' of github.com:bitwarden/mobile
2019-07-05 16:37:12 -04:00
Kyle Spearrin
13ffbd7675
add app extension flags to migration
2019-07-05 16:36:56 -04:00
Kyle Spearrin
9af6aae699
fix baseurl check when return web vault url
2019-07-05 13:46:54 -04:00
Kyle Spearrin
2e562e8318
ios migration from old version
2019-07-05 13:35:22 -04:00
Kyle Spearrin
c6db763716
New Crowdin translations ( #554 )
...
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Ukrainian)
2019-07-04 08:43:40 -04:00
Kyle Spearrin
a3383af4ae
hides shadow on nav bar
2019-07-03 20:39:00 -04:00
Kyle Spearrin
6c56e44b61
prefix keychain key with appid
2019-07-03 20:04:23 -04:00
Kyle Spearrin
64506a7080
UINavigationBar appearance for no bottom line
2019-07-03 17:37:33 -04:00
Kyle Spearrin
fac9ae4b6c
only init hockeyapp once
2019-07-03 16:50:12 -04:00
Kyle Spearrin
a2dc73afef
New Crowdin translations ( #553 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Thai)
2019-07-03 15:15:21 -04:00
Kyle Spearrin
59c5a34cd0
adjust bundle signing config
2019-07-03 15:03:09 -04:00
Kyle Spearrin
3321e6b0e2
set entitlements
2019-07-03 14:54:12 -04:00
Kyle Spearrin
8b7ac179fa
in memory storage service
2019-07-03 12:31:18 -04:00
Kyle Spearrin
ea745665c8
remove continue button if no 2fa available
2019-07-03 12:21:06 -04:00
Kyle Spearrin
ca8f6ee10b
FFImageLoading only for main app
2019-07-03 10:08:59 -04:00
Kyle Spearrin
3e51ff46f3
forget bg colors :(
2019-07-02 23:31:52 -04:00
Kyle Spearrin
fa2e814559
style headers and footer
2019-07-02 22:27:21 -04:00
Kyle Spearrin
87e337cbeb
try color header bg again
2019-07-02 20:52:44 -04:00
Kyle Spearrin
abb39df547
reset service container from extensions
2019-07-02 20:45:54 -04:00
Kyle Spearrin
43e15bf911
more bg color for header
2019-07-02 20:14:23 -04:00
Kyle Spearrin
4d79d0af89
bg for header/footer is tint color
2019-07-02 19:49:50 -04:00
Kyle Spearrin
69100d7db5
search bar bg is same as list header
2019-07-02 19:36:11 -04:00
Kyle Spearrin
a064a6cf9b
theme updates to extensions
2019-07-02 19:35:01 -04:00
Kyle Spearrin
7953a9a3ce
autofill activated regular color
2019-07-02 17:28:57 -04:00
Kyle Spearrin
be3c6f210d
remove see apps from ext page
2019-07-02 17:27:55 -04:00
Kyle Spearrin
f7cbddab4b
remove navibar outlet
2019-07-02 17:17:20 -04:00
Kyle Spearrin
d423818764
add hockeyapp to extensions
2019-07-02 16:28:01 -04:00
Kyle Spearrin
519acd43aa
provisioning profiles
2019-07-02 16:13:09 -04:00
Kyle Spearrin
2682a0d9e4
--nodevcodeshare on debug
2019-07-02 14:58:18 -04:00
Kyle Spearrin
8629ae048c
update build props
2019-07-02 14:43:07 -04:00
Kyle Spearrin
905d01e804
adjust settings
2019-07-02 14:14:59 -04:00
Kyle Spearrin
0588bbc41d
remove remaining jsonnet deps
2019-07-02 14:06:21 -04:00
Kyle Spearrin
b308b4c54f
move some json dependencies out of extension project
2019-07-02 14:03:59 -04:00
Kyle Spearrin
c2c73d5460
autofill pages for ios
2019-07-02 13:15:00 -04:00
Kyle Spearrin
e01bf57874
re-set state for website icons on login/unlock
...
resolves #549
2019-07-02 08:05:34 -04:00
Kyle Spearrin
7ced93225b
logic on autoPromptFingerprint when locked
2019-07-02 07:50:09 -04:00
Kyle Spearrin
b5e61864af
adjust header for autofill page
2019-07-02 00:19:59 -04:00
Kyle Spearrin
1e5aaea8f4
restore lockOptionMs
2019-07-01 23:45:31 -04:00
Kyle Spearrin
ab3bebf06a
use background tasks to keep timers alive
2019-07-01 23:44:47 -04:00
Kyle Spearrin
4a294d6a77
save some lines
2019-07-01 21:16:28 -04:00
Kyle Spearrin
e0fda1a0bc
fix ui thread issue
2019-07-01 21:15:53 -04:00
Kyle Spearrin
d17da80f19
lock timer
2019-07-01 21:10:24 -04:00
Kyle Spearrin
2e7658f857
clear clipboard timer
2019-07-01 16:56:42 -04:00
Kyle Spearrin
53d0b28c7c
fix add matching eq domains
...
resolves #550
2019-07-01 16:06:52 -04:00
Kyle Spearrin
33ba4d3871
add capitalize and include num to generator
2019-07-01 15:35:26 -04:00
Kyle Spearrin
225db6397d
ios app extension theming
2019-07-01 15:12:54 -04:00
Nicholas
73b5d1b3f1
add support for org.mozilla.fenix.nightly ( #551 )
...
* Update autofillservice.xml
* Update AutofillHelpers.cs
* Update AccessibilityHelpers.cs
2019-07-01 11:35:58 -04:00
Kyle Spearrin
8da2eac6d0
add support for org.mozilla.fennec_fdroid
...
resolves #548
2019-06-28 23:23:51 -04:00
Kyle Spearrin
fbd62153ee
theme splash for extensions
2019-06-28 12:30:48 -04:00
Kyle Spearrin
9145fa1c48
improvement to lock screen
2019-06-28 11:47:04 -04:00
Kyle Spearrin
caa0af1258
remove old action view controllers
2019-06-28 10:45:42 -04:00
Kyle Spearrin
7a230ee5f5
app extension for autofill ios
2019-06-28 08:57:08 -04:00
Kyle Spearrin
f237fa98d2
ios autofill extension implemented
2019-06-28 08:21:44 -04:00
Kyle Spearrin
be4ae605a9
implement ASHelpers from messages
2019-06-27 16:22:58 -04:00
Kyle Spearrin
9c2cbc0ecb
add shared controllers and view to ios core
2019-06-27 15:48:25 -04:00
Kyle Spearrin
fb3009fc66
core utils
2019-06-27 14:07:25 -04:00
Kyle Spearrin
04c32e28cd
move device action to ios core
2019-06-27 13:58:08 -04:00
Kyle Spearrin
645576c949
port over models
2019-06-27 13:45:16 -04:00
Kyle Spearrin
775bee3546
fix dependency hell
2019-06-27 13:41:32 -04:00
Kyle Spearrin
88aea96034
add autofill resources
2019-06-26 20:52:17 -04:00
Kyle Spearrin
5f474dfaf5
add some missing resources
2019-06-26 20:43:14 -04:00
Kyle Spearrin
fe7aad0835
autofill extension project
2019-06-26 20:39:45 -04:00
Kyle Spearrin
79746efa2d
action extension project
2019-06-26 20:28:23 -04:00
Kyle Spearrin
a158021f46
return selection collection logic
2019-06-26 17:50:57 -04:00
Kyle Spearrin
2d91a893f7
fix cursor color to renderers
2019-06-26 10:20:42 -04:00
Kyle Spearrin
dd4561d985
style cursor color
2019-06-26 10:12:34 -04:00
Kyle Spearrin
92764eeae0
hide status bar on homepage for ios
2019-06-26 10:05:31 -04:00
Kyle Spearrin
b72808ab40
splash screen bg colors and white logo
2019-06-26 09:35:18 -04:00
Kyle Spearrin
14f3f99218
fix attachments selection on ios
2019-06-25 17:46:37 -04:00
Kyle Spearrin
d7130d9b67
no entities state adjustments
2019-06-25 17:16:47 -04:00
Kyle Spearrin
3f94eee4d5
events url
2019-06-25 16:36:21 -04:00
Kyle Spearrin
72cbdcbc8d
use internal FilesDir for temp photo
2019-06-25 11:54:31 -04:00
Kyle Spearrin
e33b49e78c
externalsFileDir w/ FileProvider for temp store
2019-06-25 10:30:16 -04:00
Kyle Spearrin
8e04945d4e
box-row-input-options-platform on share
2019-06-24 17:38:29 -04:00
Kyle Spearrin
3ca5da55cb
fix more options for sharing on view/add/edit
2019-06-24 17:34:00 -04:00
Kyle Spearrin
ea30373a09
picker SetUpdateMode for ios
2019-06-24 17:32:24 -04:00
Kyle Spearrin
4b4757d0e5
ios resumed
2019-06-24 17:02:05 -04:00
Kyle Spearrin
4bc837509d
fix double key formatting
2019-06-24 16:51:54 -04:00
Kyle Spearrin
c9d1e8dc65
nord theme toast for ios
2019-06-24 16:29:02 -04:00
Kyle Spearrin
88b8a192b5
no listview selection type on non-light theme
2019-06-24 16:16:17 -04:00
Kyle Spearrin
94fbf627ba
no options during selection mode
2019-06-24 15:22:46 -04:00
Kyle Spearrin
45fbdb8411
ios theming
2019-06-24 15:13:33 -04:00
Kyle Spearrin
d9c947ccd0
black theme for ios
2019-06-24 14:49:47 -04:00
Kyle Spearrin
2b670a5ae1
ios themeing
2019-06-24 14:29:23 -04:00
Kyle Spearrin
1af0178b50
set theme properly on app launch for ios
2019-06-24 12:23:00 -04:00
Kyle Spearrin
3ec5d894b3
spacing for ios on options page
2019-06-24 12:05:01 -04:00
Kyle Spearrin
d81585ccc3
search bar for ios
2019-06-24 11:53:19 -04:00
Kyle Spearrin
38f91bce1c
notes separator for ios
2019-06-24 11:22:34 -04:00
Kyle Spearrin
2d41dd6ae0
switch styling on iOS
2019-06-22 09:51:04 -04:00
Kyle Spearrin
1705a21f68
slider styling
2019-06-22 09:45:54 -04:00
Kyle Spearrin
164d79898a
button styling
2019-06-22 09:15:37 -04:00
Kyle Spearrin
50f809d290
undo busy when syncing complete
2019-06-21 16:53:17 -04:00
Kyle Spearrin
39284b475d
bottom border on picker and no padding on editor
2019-06-21 16:36:23 -04:00
Kyle Spearrin
d44950d46c
bottom border for ios entry
2019-06-21 16:09:20 -04:00
Kyle Spearrin
e9b55bc207
fix tag issue on settings page
2019-06-21 10:01:35 -04:00
Kyle Spearrin
5470f08fee
list-row-header-container bg color
2019-06-21 09:59:22 -04:00
Kyle Spearrin
f9a3bbd7fa
remove green background
2019-06-21 09:47:10 -04:00
Kyle Spearrin
9d3165dc65
New grid layout structure for cipher view cell
2019-06-21 09:46:46 -04:00
Kyle Spearrin
3475d39f37
use bold colored headers
2019-06-20 17:26:42 -04:00
Kyle Spearrin
44782b1ddf
header upper on iOS
2019-06-20 17:05:28 -04:00
Kyle Spearrin
dd8d5fd84c
icon sizes for ios
2019-06-20 16:49:27 -04:00
Kyle Spearrin
e8f2d9d0dd
list section border colors
2019-06-20 16:40:13 -04:00
Kyle Spearrin
a2de3b5d80
remove binding context from header viewcell
2019-06-20 16:34:17 -04:00
Kyle Spearrin
a2960c45bc
accessible font sizes
2019-06-20 16:32:22 -04:00
Kyle Spearrin
dc91624597
some listview styling for iOS
2019-06-20 16:02:39 -04:00
Kyle Spearrin
223ec180fc
disable spell check & prediction on certain fields
2019-06-19 16:03:55 -04:00
Kyle Spearrin
0116572fec
show nested collections in groupings pages
2019-06-17 10:21:05 -04:00
Kyle Spearrin
5350e5385c
version bump
2019-06-16 06:57:25 -04:00
Kyle Spearrin
8f18c4fd45
cleartextTrafficPermitted
2019-06-16 06:54:58 -04:00
Kyle Spearrin
8538fbabe5
dont link core lib
2019-06-15 22:50:54 -04:00
Kyle Spearrin
9367b34bbe
more linking
2019-06-15 21:58:43 -04:00
Kyle Spearrin
a766044cb4
bump version
2019-06-15 21:13:12 -04:00
Kyle Spearrin
0eb385e49f
revert com.android.settings from blacklist
2019-06-15 21:02:38 -04:00
Kyle Spearrin
e30136dace
just check if !HasCiphers
2019-06-15 20:44:36 -04:00
Kyle Spearrin
c50dee479a
android http client handler
2019-06-15 18:44:08 -04:00
Kyle Spearrin
58ef292fa7
null checks
2019-06-15 00:14:32 -04:00
Kyle Spearrin
61b728fea7
x86 builds as well
2019-06-14 23:32:58 -04:00
Kyle Spearrin
b782eeb839
fixes to 2fa page
2019-06-14 18:08:08 -04:00
Kyle Spearrin
77314d4b8d
cleanup search page for ios
2019-06-14 17:40:21 -04:00
Kyle Spearrin
c79d1d24b3
add and more toolbar buttons for ios
2019-06-14 17:31:06 -04:00
Kyle Spearrin
5dbea8ca09
more options on generator and history page
2019-06-14 17:21:17 -04:00
Kyle Spearrin
09a1c17fb4
null checks
2019-06-14 16:53:01 -04:00
Kyle Spearrin
a0632bcac2
null checks
2019-06-14 16:22:56 -04:00
Kyle Spearrin
07d57ebe8c
bump version
2019-06-14 08:46:04 -04:00
Kyle Spearrin
325c88018c
more menu for ios
2019-06-14 08:45:28 -04:00
Kyle Spearrin
dcb1102746
crash fixes
2019-06-14 08:05:28 -04:00
Kyle Spearrin
636d3c02c4
catch errors
2019-06-13 20:41:24 -04:00
Kyle Spearrin
5b119ded17
x64 builds as well
2019-06-13 16:25:13 -04:00
Kyle Spearrin
f25ae870c5
hebrew fix
2019-06-13 16:07:08 -04:00
Kyle Spearrin
49673262e4
bump version and fix readme
2019-06-13 15:05:31 -04:00
vargbeaumont
3ed814c1f7
Update styles.xml ( #537 )
...
Fix black navigation bar on none Google ROMs.
2019-06-13 15:03:00 -04:00
Kyle Spearrin
30145894b6
bump version
2019-06-13 14:11:12 -04:00
Kyle Spearrin
8df4c27203
handle some loading race conditions
2019-06-13 14:08:21 -04:00
Kyle Spearrin
28166f79a1
ACCESS_NETWORK_STATE permission
2019-06-13 12:02:36 -04:00
Kyle Spearrin
2fe67137c5
more fdroid build cleanup of google services
2019-06-13 10:06:21 -04:00
Kyle Spearrin
a6ea2de691
bump version
2019-06-13 10:06:21 -04:00
Kyle Spearrin
7ffcde002e
small delay before calling LoadAsync
2019-06-13 10:06:21 -04:00
Kyle Spearrin
43cee53dc8
make sure totp copy isn't available if not premium
2019-06-13 10:06:21 -04:00
Kyle Spearrin
6c5979040f
New translations AppResources.resx (Hebrew) ( #535 )
2019-06-13 08:28:59 -04:00
Kyle Spearrin
c04a8ccdc2
New Crowdin translations ( #534 )
...
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Portuguese, Brazilian)
2019-06-12 23:00:39 -04:00
Kyle Spearrin
b13d2f7f91
dot for fallback text. resolves #531
2019-06-12 22:21:47 -04:00
Kyle Spearrin
0b56dd2795
null checks
2019-06-12 21:49:52 -04:00
Kyle Spearrin
028ebff102
activity key and unsub when activity destroyed
2019-06-12 21:49:43 -04:00
Kyle Spearrin
cd60c3da2a
fixed size icons
2019-06-12 09:13:13 -04:00
Kyle Spearrin
3d239a3c2b
selectable label effect
2019-06-12 08:31:33 -04:00
Kyle Spearrin
26d0077bb8
delay search to 500 ms
2019-06-12 08:12:55 -04:00
Kyle Spearrin
5dbe9e5ca2
add lots of misc thigns to appdelegate
2019-06-11 23:04:41 -04:00
Kyle Spearrin
5aac96edb5
remove XF reference
2019-06-11 22:27:39 -04:00
Kyle Spearrin
c45b62fa6e
icons and splash screen
2019-06-11 22:20:59 -04:00
Kyle Spearrin
e05708979d
close buttons for ios
2019-06-11 21:31:51 -04:00
Kyle Spearrin
b6e7db6ecf
custom content page renderer for left nav items
2019-06-11 20:57:12 -04:00
Kyle Spearrin
17060a2a1b
dont link on debug
2019-06-11 20:47:01 -04:00
Kyle Spearrin
389fbc31e9
bootstrap ios
2019-06-11 16:01:56 -04:00
Kyle Spearrin
da3c3c30e7
MtouchLink sdkonly
2019-06-11 15:41:32 -04:00
Kyle Spearrin
42a7086088
info and entitlements plists
2019-06-11 15:31:32 -04:00
Kyle Spearrin
5d4cc007bb
bootstrap ios
2019-06-11 15:20:28 -04:00
Kyle Spearrin
a8dfb8e2b9
add back ios project
2019-06-11 14:46:11 -04:00
Kyle Spearrin
8476f53337
try create uri
2019-06-11 11:00:34 -04:00
Kyle Spearrin
31a77a6e19
autofocus prompt input
2019-06-10 23:18:34 -04:00
Kyle Spearrin
2376489f51
minor layout adjustments
2019-06-10 22:37:25 -04:00
Kyle Spearrin
00e214871d
.ToLocalTime() on view dates
2019-06-10 21:59:23 -04:00
Kyle Spearrin
fd41047923
layout adjustments
2019-06-10 21:53:12 -04:00
Kyle Spearrin
393882f57b
size adjustments for cipher cell
2019-06-10 21:40:36 -04:00
Kyle Spearrin
313e3a3447
remove old layouts
2019-06-10 21:16:33 -04:00
Kyle Spearrin
23b3972503
catch bad regex parse
2019-06-10 20:47:30 -04:00
Kyle Spearrin
d749095d08
New Crowdin translations ( #526 )
...
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Hebrew)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Estonian)
2019-06-10 15:18:59 -04:00
Kyle Spearrin
2cdf2cbe19
remove "of apps"
2019-06-10 15:15:33 -04:00
Kyle Spearrin
3be53235a5
build whole solution
2019-06-10 14:50:26 -04:00
Kyle Spearrin
8e9e818c43
fixes for appveyor
2019-06-10 14:10:14 -04:00
Kyle Spearrin
3b7d3e2652
update appveyor for fdroid builds
2019-06-10 13:57:12 -04:00
Kyle Spearrin
c4ebd8b6b7
fixes to locking
2019-06-10 13:19:05 -04:00
Kyle Spearrin
678640966e
NormalizePassword
2019-06-10 13:09:42 -04:00
Kyle Spearrin
89f9394977
formatting
2019-06-10 12:58:54 -04:00
Kyle Spearrin
e7df752581
fix yubikey listening
2019-06-10 10:53:11 -04:00
Kyle Spearrin
dca567b00d
_inited check on 2fa page load
2019-06-10 10:45:22 -04:00
Kyle Spearrin
5248df85ec
transparent bg more button
2019-06-10 10:42:15 -04:00
Kyle Spearrin
31d39e0626
padding on cipher list item
2019-06-10 10:37:47 -04:00
Kyle Spearrin
5485bb574e
font sizes for cipher cell on android
2019-06-10 10:02:09 -04:00
Kyle Spearrin
337965a7f7
set colors for cipher view cell
2019-06-08 22:29:22 -04:00
Kyle Spearrin
81cd2e26f4
more button click command
2019-06-08 13:04:06 -04:00
Kyle Spearrin
95c07334d7
website icons enabled property
2019-06-08 12:18:49 -04:00
Kyle Spearrin
2f66ee264b
image and icon
2019-06-08 11:48:45 -04:00
Kyle Spearrin
5f16066641
autosize
2019-06-08 01:04:31 -04:00
Kyle Spearrin
6cdf84dcb7
wiring up cipher view cell elements
2019-06-07 15:52:47 -04:00
Kyle Spearrin
d7bfc64840
stub native cipher view cell for android
2019-06-07 14:35:44 -04:00
Kyle Spearrin
d199c83a61
null check
2019-06-07 10:31:41 -04:00
Kyle Spearrin
060e1a822f
only prompt fingerprint if set
2019-06-07 10:12:11 -04:00
Kyle Spearrin
54141f77d6
no fade animations
2019-06-06 20:38:53 -04:00
Kyle Spearrin
d5c610b819
set generator page from tile if locked
2019-06-06 20:34:59 -04:00
Kyle Spearrin
a2bedaab8a
try 1s delay on search to stop crashing
2019-06-06 16:18:44 -04:00
Kyle Spearrin
fa5c8c2c75
always focus search bar on appear, resolves #521
2019-06-06 09:39:48 -04:00
Kyle Spearrin
a2d00c4057
ResetWithRange once on search
2019-06-06 09:32:25 -04:00
Kyle Spearrin
cf9595a0bc
only show autofill settings button when disabled
...
resolves #522
2019-06-06 09:14:32 -04:00
Kyle Spearrin
68d8b1fa3e
catch disable display for nfc
2019-06-06 08:59:54 -04:00
Kyle Spearrin
6f905319c3
prompt fignerprint on resume of lock page
2019-06-06 08:04:54 -04:00
Kyle Spearrin
d6fd3edb3c
nav bar background theming
2019-06-05 20:18:11 -04:00
Kyle Spearrin
5441c49d8d
navigationBarColor black
2019-06-05 17:39:32 -04:00
Kyle Spearrin
c7938a8630
adjust toolbar after loading completes
2019-06-05 17:25:12 -04:00
Kyle Spearrin
bc0bb7c7bb
fic editor renderer and add incognito to prompt
2019-06-05 16:48:54 -04:00
Kyle Spearrin
1c58d99006
add back app name and theme
2019-06-05 16:40:05 -04:00
Kyle Spearrin
e0c52dea3a
generator tile and icon size adjustments
2019-06-05 16:37:54 -04:00
Kyle Spearrin
a1a5d3b363
dont need splash activity
2019-06-05 15:09:13 -04:00
Kyle Spearrin
9ae08932c2
support "no folder" short list on vault page
2019-06-05 14:27:34 -04:00
Kyle Spearrin
7d8dfb997e
ShowNoData for main page
2019-06-05 13:59:08 -04:00
Kyle Spearrin
c8d8d94c7f
placeholder colors
2019-06-05 12:32:40 -04:00
Kyle Spearrin
58f01493e0
darkbasedTheme
2019-06-05 12:19:53 -04:00
Kyle Spearrin
4a01116e93
catch any errors on OpenAccessibilitySettings
2019-06-05 12:09:05 -04:00
Kyle Spearrin
1cdc97f037
nord placeholder color
2019-06-05 12:00:15 -04:00
Kyle Spearrin
927c1a6799
set DisabledIconColor
2019-06-05 11:54:31 -04:00
Kyle Spearrin
8eec0c22d7
nord theme
2019-06-05 11:36:58 -04:00
Kyle Spearrin
9d86fac103
IsBusy on syncing
2019-06-05 09:39:30 -04:00
Kyle Spearrin
65f2ea1df2
stop blocking OnBackButtonPressed
2019-06-05 09:12:29 -04:00
Kyle Spearrin
4d54c8f1d1
resolve some todos
2019-06-05 08:58:11 -04:00
Kyle Spearrin
046f25c223
catch No public key when generating fingerprint
2019-06-05 08:37:07 -04:00
Kyle Spearrin
661cd79654
null check on parts
2019-06-05 08:29:27 -04:00
Kyle Spearrin
3b7078e565
try/catch on autofill service detection
2019-06-05 08:24:47 -04:00
Kyle Spearrin
e59ac5d65d
generator buttons on different lines
2019-06-05 08:19:36 -04:00
Kyle Spearrin
67da9387ff
take whole otpauth URI
2019-06-05 00:41:12 -04:00
Kyle Spearrin
c3f91761f6
HasCiphers and HasFolders props
2019-06-05 00:29:49 -04:00
Kyle Spearrin
a239ee80bc
null checks
2019-06-05 00:21:45 -04:00
Kyle Spearrin
96275d8eec
attempted workaround for arg outof range exception
2019-06-05 00:15:54 -04:00
Kyle Spearrin
1ef086a02c
triedV1ReSync check
2019-06-04 23:39:58 -04:00
Kyle Spearrin
db10fee207
check internet connection on sync
2019-06-04 23:26:56 -04:00
Kyle Spearrin
279b53704b
do full sync if no data is present
2019-06-04 23:25:09 -04:00
Kyle Spearrin
dbc750b44e
request focus on email field for hint page
2019-06-04 23:16:57 -04:00
Kyle Spearrin
b29ccf67b1
load login page after registration
2019-06-04 23:07:35 -04:00
Kyle Spearrin
b67adf8789
properly parse error model
2019-06-04 22:48:03 -04:00
Kyle Spearrin
113eaef0d1
cleanup themes
2019-06-04 22:11:31 -04:00
Kyle Spearrin
6c88d25941
add locking to BroadcasterService
2019-06-04 21:28:50 -04:00
Kyle Spearrin
f6f6253eab
catch exception on accessibility service running
2019-06-04 17:06:27 -04:00
Kyle Spearrin
8e1753ea37
sync date on settings list is local
2019-06-04 16:36:34 -04:00
Kyle Spearrin
e1f5c97550
New Crowdin translations ( #516 )
...
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Spanish)
2019-06-04 12:40:15 -04:00
Kyle Spearrin
f8fa867154
Cipher.Login null check
2019-06-04 12:37:57 -04:00
Kyle Spearrin
f0893ca214
UriMatchType cast from int
2019-06-04 12:34:29 -04:00
Kyle Spearrin
82a58d9487
do you typo
2019-06-04 12:18:23 -04:00
Kyle Spearrin
775d929711
migration settings are for prefs storage
2019-06-04 10:57:02 -04:00
Kyle Spearrin
5bae62cdcb
New Crowdin translations ( #513 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Estonian)
2019-06-04 10:56:55 -04:00
Kyle Spearrin
0a664c47b7
autofill not enabled prompt if migrated
2019-06-04 10:51:10 -04:00
Kyle Spearrin
0283120934
New Crowdin translations ( #512 )
...
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (German)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Estonian)
2019-06-04 10:08:37 -04:00
Kyle Spearrin
5237cbeab0
remove some old resource strings
2019-06-04 09:58:12 -04:00
Kyle Spearrin
15961c419e
New Crowdin translations ( #510 )
...
* New translations AppResources.resx (Afrikaans)
* New translations copy.resx (Italian)
* New translations copy.resx (Norwegian Bokmal)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations copy.resx (Korean)
* New translations copy.resx (Korean)
* New translations AppResources.resx (Korean)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Afrikaans)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (Hungarian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Norwegian Bokmal)
* New translations copy.resx (Persian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Persian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Hindi)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Hebrew)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Czech)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Hebrew)
* New translations copy.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Chinese Simplified)
* New translations copy.resx (Catalan)
* New translations copy.resx (Catalan)
* New translations AppResources.resx (Catalan)
* New translations copy.resx (Bulgarian)
* New translations copy.resx (Bulgarian)
* New translations AppResources.resx (Bulgarian)
* New translations copy.resx (Afrikaans)
* New translations copy.resx (Czech)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Danish)
* New translations copy.resx (Finnish)
* New translations AppResources.resx (Hebrew)
* New translations copy.resx (Danish)
* New translations copy.resx (German)
* New translations AppResources.resx (German)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (Finnish)
* New translations copy.resx (German)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (English, United Kingdom)
* New translations copy.resx (Estonian)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations copy.resx (English, United Kingdom)
* New translations copy.resx (English, United Kingdom)
* New translations AppResources.resx (Estonian)
* New translations copy.resx (Estonian)
* New translations copy.resx (Turkish)
* New translations copy.resx (Vietnamese)
* New translations AppResources.resx (Vietnamese)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Ukrainian)
* New translations AppResources.resx (Ukrainian)
* New translations copy.resx (Turkish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Turkish)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Vietnamese)
2019-06-04 09:49:42 -04:00
Kyle Spearrin
8b591a7f0c
replace password copied
2019-06-04 09:48:08 -04:00
Kyle Spearrin
0c699e6c12
remove old boxedview
2019-06-04 09:38:31 -04:00
Kyle Spearrin
11e5b2ea5d
rename main theme to light theme
2019-06-04 09:36:45 -04:00
Kyle Spearrin
fdfd2d20e6
fdroid builds
2019-06-03 23:54:40 -04:00
Kyle Spearrin
237d31be28
add resx for other languages
2019-06-03 23:46:09 -04:00
Kyle Spearrin
ee07182157
ListItemBorderColor for dark theme
2019-06-03 23:33:48 -04:00
Kyle Spearrin
506ab12b95
sync on migrate if online
2019-06-03 23:26:57 -04:00
Kyle Spearrin
42d6a7c9b8
ShowAndroidAutofillSettings
...
ShowAndroidAccessibilitySettings
2019-06-03 23:20:59 -04:00
Kyle Spearrin
44530b63ca
check internet connection
2019-06-03 23:12:54 -04:00
Kyle Spearrin
eadba95d5f
settings screen
2019-06-03 23:01:31 -04:00
Kyle Spearrin
2574e0cba5
Add Site Prompt
2019-06-03 23:00:48 -04:00
Kyle Spearrin
e03cf94441
check internet connection before calling server
2019-06-03 22:43:52 -04:00
Kyle Spearrin
b38b801963
android tweaks
2019-06-03 22:19:51 -04:00
Kyle Spearrin
4f990ffe96
more imeFlags
2019-06-03 17:23:50 -04:00
Kyle Spearrin
8c54062c44
remove lock logging
2019-06-03 17:04:45 -04:00
Kyle Spearrin
9766ebc8e3
always set FingerprintLocked explicitly
2019-06-03 16:56:37 -04:00
Kyle Spearrin
07bc425046
more logging
2019-06-03 16:43:57 -04:00
Kyle Spearrin
d0b8c2c4bf
more lock logging
2019-06-03 16:35:04 -04:00
Kyle Spearrin
83bc7c6d51
remove lock service logging
2019-06-03 16:25:43 -04:00
Kyle Spearrin
d64625aba2
more lock service logging
2019-06-03 16:07:45 -04:00
Kyle Spearrin
d1eec27fae
lock service logging
2019-06-03 16:04:04 -04:00
Kyle Spearrin
43517fc4f6
set last active to 1 year ago
2019-06-03 15:50:26 -04:00
Kyle Spearrin
0e3eeab828
post migration
2019-06-03 15:44:05 -04:00
Kyle Spearrin
6b68e85077
check lock after migration
2019-06-03 15:32:40 -04:00
Kyle Spearrin
c9faa40475
don't migrate push:lastRegistrationDate
2019-06-03 15:15:00 -04:00
Kyle Spearrin
f8969675e7
only set default lock if unset
2019-06-03 15:07:19 -04:00
Kyle Spearrin
d620b70dac
migration cleanup
2019-06-03 15:06:05 -04:00
Kyle Spearrin
4055f92831
migration cleanup
2019-06-03 14:52:16 -04:00
Kyle Spearrin
3e50461ea7
set passphrase defaults
2019-06-03 14:38:54 -04:00
Kyle Spearrin
5eee358059
sync when finished migrating
2019-06-03 14:32:43 -04:00
Kyle Spearrin
17b90c744c
adjust defaults for pwGenerator migration
2019-06-03 14:25:29 -04:00
Kyle Spearrin
a78997771f
only set pin when needed. sync after migration
2019-06-03 14:21:56 -04:00
Kyle Spearrin
3a691977aa
remove reg date from migration
2019-06-03 14:08:27 -04:00
Kyle Spearrin
4bea105693
autofill save prompt is for preferences
2019-06-03 14:06:17 -04:00
Kyle Spearrin
0918e1d963
migrate push reg date
2019-06-03 14:03:24 -04:00
Kyle Spearrin
11ec9b320e
proper type for push reg date on migration
2019-06-03 13:53:36 -04:00
Kyle Spearrin
97e98e1d9d
more logging
2019-06-03 13:27:32 -04:00
Kyle Spearrin
e6dcdc51a4
more logging
2019-06-03 13:20:46 -04:00
Kyle Spearrin
702d27fea0
migration logging
2019-06-03 13:13:50 -04:00
Kyle Spearrin
59b086168a
debug write line migration
2019-06-03 13:05:04 -04:00
Kyle Spearrin
57c89f5b2a
log if needs migration
2019-06-03 12:54:31 -04:00
Kyle Spearrin
b69304992f
log service
2019-06-03 12:52:46 -04:00
Kyle Spearrin
a5256a6491
remove device lock
2019-06-03 12:33:20 -04:00
Kyle Spearrin
8211f85725
lock on app restart
2019-06-03 12:30:26 -04:00
Kyle Spearrin
c27e44a7d2
autofill service page
2019-06-03 12:19:42 -04:00
Kyle Spearrin
22f16ea514
accessibility settings page
2019-06-03 12:05:18 -04:00
Kyle Spearrin
7ed45c3535
missing scroll view
2019-06-03 11:32:48 -04:00
Kyle Spearrin
a3716bc841
settings enabled/disabled text
2019-06-03 11:26:16 -04:00
Kyle Spearrin
e8c776fe49
implement blacklisted uris options for autofill
2019-06-03 11:08:33 -04:00
Kyle Spearrin
999c9667c8
dont process OnSaveRequest if prompt disabled
2019-06-03 11:01:08 -04:00
Kyle Spearrin
59620e6435
cleanup options page a bit more
2019-06-03 10:57:08 -04:00
Kyle Spearrin
cf4a6bb1a2
autosize notes
2019-06-03 10:46:05 -04:00
Kyle Spearrin
8658ebd6bb
new autofill options
2019-06-03 10:45:27 -04:00
Kyle Spearrin
59f1dcca12
logged in as on
2019-06-03 09:58:35 -04:00
Kyle Spearrin
4382490823
black theme styling
2019-06-02 00:14:09 -04:00
Kyle Spearrin
479ad31325
black theme option
2019-06-02 00:08:20 -04:00
Kyle Spearrin
dd976b5b86
more black theme stub
2019-06-01 23:59:17 -04:00
Kyle Spearrin
18c2c1433b
stub black theme
2019-06-01 23:42:42 -04:00
Kyle Spearrin
0fc013eb8a
migrated messaging
2019-06-01 23:33:36 -04:00
Kyle Spearrin
1d95c73173
set type selected index later
2019-06-01 23:09:38 -04:00
Kyle Spearrin
312b6c2d44
pass _appOptions to load method
2019-06-01 22:44:15 -04:00
Kyle Spearrin
cab2b261b5
do not request focus on yubikey
2019-06-01 22:27:08 -04:00
Kyle Spearrin
2ddb384c80
blacklist com.android.settings
2019-06-01 21:27:30 -04:00
Kyle Spearrin
ca27b34122
focus yubikey token entry
2019-06-01 01:08:18 -04:00
Kyle Spearrin
5ce2eaf77e
dont auto show fingerprint if lock is initiated
2019-06-01 01:07:02 -04:00
Kyle Spearrin
4ae02c27a4
old userid is string
2019-06-01 00:51:50 -04:00
Kyle Spearrin
50f71e7280
migration flag fix
2019-06-01 00:42:26 -04:00