Kyle Spearrin
acd35ac8a2
add net47 target framework
2017-12-18 09:18:16 -05:00
Alistair Francis
c9d9ec1c77
UWP.Images: Add the smile image ( #213 )
...
Somehow this was left out in the Windows Hello support commit
(f300d1bafd
). Add it now.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-17 22:18:15 -05:00
Alistair Francis
08c4e2d465
UWP: Enable Collection Services ( #214 )
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-17 22:17:53 -05:00
Alistair Francis
f300d1bafd
Add support for Windows Hello ( #212 )
...
Windows Hello is currently supported in the UWP app, but all of the
strings just point to using fingerprint. Windows Hello instead will
adjust based on what the user has avaliable and registered with the
Windows OS. To reflect that it isn't just fingerprints update the
strings when on UWP.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-15 11:20:36 -05:00
Kyle Spearrin
d395115cc9
add support for Device-Type header
2017-12-15 09:48:25 -05:00
Kyle Spearrin
c180422e8b
fixes for UWP
2017-12-14 10:19:50 -05:00
Kyle Spearrin
e90501a986
update hockeyapp
2017-12-14 10:02:59 -05:00
Kyle Spearrin
545af007b4
updating forms lib
2017-12-14 09:26:32 -05:00
Kyle Spearrin
e189ece487
update some packages
2017-12-13 23:59:45 -05:00
Kyle Spearrin
cebc2b5bdb
Revert "update various packages"
...
This reverts commit c06df3889b
.
2017-12-13 23:45:49 -05:00
Kyle Spearrin
444d48a259
Revert "Update to Forms 2.4"
...
This reverts commit 09ef1b66cc
.
2017-12-13 23:30:43 -05:00
Kyle Spearrin
4fd70ad252
downgrade ios GA
2017-12-13 23:23:48 -05:00
Kyle Spearrin
293326b647
Revert "update image lib"
...
This reverts commit b071238eda
.
2017-12-13 21:42:08 -05:00
Kyle Spearrin
b071238eda
update image lib
2017-12-13 21:15:47 -05:00
Kyle Spearrin
09ef1b66cc
Update to Forms 2.4
2017-12-13 21:04:51 -05:00
Kyle Spearrin
c06df3889b
update various packages
2017-12-13 17:35:49 -05:00
Kyle Spearrin
7b9fc04704
remove app config and consolidate packages
2017-12-13 17:14:54 -05:00
Kyle Spearrin
383c683716
update to netstandard2.0 and nuget ref packages
...
also removed old test projects no longer in use
2017-12-13 16:41:57 -05:00
Kyle Spearrin
ca3c380493
close folder page, not cancel
2017-12-13 10:37:18 -05:00
Alistair Francis
177b48ac90
Add Windows support for QR code scanning ( #207 )
...
* UWP: Add support for QR code scanning
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* Pages: ScanPage: Set the close button on Windows
A previous commit mistakenly removed the close button, even though the
scan page is not modal. This means there is no way to navigate away if
running on Windows 10. Revert this change to add a back button.
We need to use a modal page here as we need it to pop up over the entire
view.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-13 08:57:49 -05:00
Alistair Francis
b4e7fd6fa8
Improve the navigation on Windows platforms ( #199 )
...
* App: Don't default to modal pushes on Windows
On Windows we generally want to avoid modal pushes as that doesn't give
us a back arrow on Windows 10. Default to non-modal pushes.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: LoginPage.cs: Don't add the cancel button on Windows
With Windows Phone having a HW back buton and the UWP toolbar now
supporting a back button we no longer need a cancel button.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* src: Set a icon for UWP cancel buttons
We can't always use modal pages and in that case we need to set a icon
for UWP otherwise the button can't be seen on the toolbar.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: Pages: Don't add Cancel/Close button on Windows
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* Update DismissModalToolBarItem.cs
2017-12-12 16:03:25 -05:00
Alistair Francis
baf785d9f1
App: LoginPage.cs: Use a logo for the login button ( #200 )
...
* App: LoginPage.cs: Use a logo for the login button
This adds a helper function which we can use to set logos for Windows
platforms to ensure the user can see the UWP toolbar actions. This won't
have an effect on non-Windows platforms.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: Pages: Set an icon for the save button on Windows
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: Pages: Set an icon for submit, save and continue
Set an icon for the submit, save and continue buttons when running on
Windows platforms.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: Pages: Valut: Set an icon for the edit button
Set the cog icon for the edit button when running on Windows platforms.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-11 15:51:16 -05:00
Kyle Spearrin
25b75fd6e4
make sure PIN doesnt show on screen. adjust focus.
2017-12-11 14:29:50 -05:00
Kyle Spearrin
0c4c8534b4
target sdk 23
2017-12-11 11:38:43 -05:00
Kyle Spearrin
a559dbfe06
remove targetSdkVersion to fix webview jsbridge
...
ref https://github.com/xamarin/Xamarin.Forms/issues/1376
2017-12-11 11:11:36 -05:00
Alistair Francis
de20bb22d9
App: Use Windows helper instead of WinPhone ( #203 )
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-10 23:26:58 -05:00
Kyle Spearrin
45c0ec9035
word wrap name cell
2017-12-08 09:03:44 -05:00
Kyle Spearrin
b16da90e42
disclosure update
2017-12-06 22:45:04 -05:00
Kyle Spearrin
ce7bcfa666
Merge branch 'master' of github.com:bitwarden/mobile
2017-12-06 11:31:54 -05:00
Kyle Spearrin
f6833699a6
null checks
2017-12-06 11:31:41 -05:00
Alistair Francis
040dc72877
Login page fixes ( #193 )
...
* App: LoginPage.cs: Correct the Windows device specifier
The WinPhone device specifier doesn't correctly take effect, use the
Windows decvice instead.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* App: LoginPage.cs: Fix the FormEntryCell imageSource
The images don't appear (at least on UWP) without the file extension.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-06 10:26:30 -05:00
Kyle Spearrin
056bce3dd9
New Crowdin translations ( #197 )
...
* New translations AppResources.resx (Chinese Simplified)
* 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 AppResources.resx (Slovak)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Japanese)
* 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 (Finnish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (German)
2017-12-06 09:23:35 -05:00
Kyle Spearrin
5d6575e97b
version bump
2017-12-06 09:17:49 -05:00
Kyle Spearrin
f092d4ffc3
handle timers more appropriately
2017-12-05 13:58:09 -05:00
Kyle Spearrin
5bae15831b
update fingerprint to beta4
2017-12-05 10:04:53 -05:00
Kyle Spearrin
cf19bd88f0
summary desc update for accessibility service
2017-12-04 08:19:22 -05:00
Kyle Spearrin
38ac6a1082
desc updates
2017-12-04 08:15:21 -05:00
Kyle Spearrin
b88e2bd3ce
update desc copy
2017-12-03 22:09:24 -05:00
Kyle Spearrin
fad24c4308
autofill summary/desc updates
2017-12-03 22:00:14 -05:00
Kyle Spearrin
018fd83dba
update to beta4
2017-12-02 20:33:42 -05:00
Kyle Spearrin
aa95da167f
escape apostrophe
2017-12-02 06:27:40 -05:00
Kyle Spearrin
24e6a0be68
new summary/description for autofill service
2017-12-01 22:10:54 -05:00
Kyle Spearrin
a2c962c2f6
adjust faceid check logic
2017-11-29 23:29:13 -05:00
Kyle Spearrin
aa61331181
user dialogs removed from DI on auth service
2017-11-29 16:55:55 -05:00
Kyle Spearrin
00f0a7589c
app missing ios extension services
2017-11-29 16:39:43 -05:00
Kyle Spearrin
d39609351a
noop device action service for ios
2017-11-29 16:28:58 -05:00
Kyle Spearrin
6985ccf076
fix missing smile image refs
2017-11-29 16:11:07 -05:00
Kyle Spearrin
b448cad4de
faceid support on extension lock page
2017-11-29 16:05:50 -05:00
Kyle Spearrin
14540b4cc0
support for faceid labels
2017-11-29 15:47:43 -05:00
Kyle Spearrin
898b76a549
thicker plus sign
2017-11-29 15:18:01 -05:00
Kyle Spearrin
5cf6e382d8
New Crowdin translations ( #191 )
...
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Turkish)
* New translations copy.resx (Vietnamese)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations copy.resx (Turkish)
* New translations copy.resx (Turkish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Japanese)
* 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 (Finnish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (German)
* New translations copy.resx (Vietnamese)
2017-11-29 15:00:16 -05:00
Kyle Spearrin
e2ba56a227
images for autofill tools pages
2017-11-29 14:49:28 -05:00
Kyle Spearrin
ec9960e28e
update fingerprint for UWP
2017-11-29 13:48:26 -05:00
Kyle Spearrin
dc59283160
resource designer update
2017-11-29 12:11:57 -05:00
Kyle Spearrin
d255d44be5
update fingerprint library
2017-11-29 11:51:07 -05:00
Kyle Spearrin
b2f68a5a7e
search vault capitalized
2017-11-29 11:26:21 -05:00
Kyle Spearrin
ec32679ab1
change options autofill label to include accessib.
2017-11-29 11:18:33 -05:00
Kyle Spearrin
8b2471c128
rename features to options
2017-11-29 09:20:45 -05:00
Kyle Spearrin
022eba2c05
fixes for UWP
2017-11-28 21:27:57 -05:00
Kyle Spearrin
029c6fcfe3
Fix UWP errors
2017-11-28 21:08:45 -05:00
Kyle Spearrin
faaa0b2488
null check on field ctor
2017-11-28 13:39:31 -05:00
Kyle Spearrin
daa2ca876b
update title of accessibility service page
2017-11-28 08:32:17 -05:00
Kyle Spearrin
81700cfb44
Revert "update fingerprint library"
...
This reverts commit b670280688
.
2017-11-28 07:55:32 -05:00
Kyle Spearrin
6e58db95ed
consistent font size
2017-11-27 23:01:01 -05:00
Kyle Spearrin
9b54862450
origin padding since it doesnt seem to work
2017-11-27 22:58:16 -05:00
Kyle Spearrin
f79efadd82
minimum padding for ios header
2017-11-27 22:53:01 -05:00
Kyle Spearrin
615a7670bd
focus search after content results are set
2017-11-27 22:49:27 -05:00
Kyle Spearrin
155b8b472f
back to old search icon
2017-11-27 22:44:51 -05:00
Kyle Spearrin
b35e3454f0
search updates
2017-11-27 22:39:28 -05:00
Kyle Spearrin
51b4716d45
ios buttons for list ciphers page
2017-11-27 22:34:42 -05:00
Kyle Spearrin
b62803a03a
group is case insensitive
2017-11-27 22:25:51 -05:00
Kyle Spearrin
616893955f
0-9 is now #
2017-11-27 22:16:06 -05:00
Kyle Spearrin
0f387a139b
set color of listview table index
2017-11-27 22:14:13 -05:00
Kyle Spearrin
219c81aac5
header adjustments
2017-11-27 22:09:00 -05:00
Kyle Spearrin
083003d34f
empty string header for iOS
2017-11-27 21:58:52 -05:00
Kyle Spearrin
699f76c29e
revert endpoint change
2017-11-27 21:58:32 -05:00
Kyle Spearrin
b670280688
update fingerprint library
2017-11-27 20:53:43 -05:00
Kyle Spearrin
37ea84ffe9
rename autofill pages
2017-11-27 20:45:09 -05:00
Kyle Spearrin
40b861acbe
autofill service tools page labels
2017-11-27 19:23:26 -05:00
Kyle Spearrin
783c4d104c
add tools page for autofill service
2017-11-27 17:27:11 -05:00
Kyle Spearrin
9bbddd6aeb
show loading indicator if syncing an no items
2017-11-27 15:42:36 -05:00
Kyle Spearrin
e753acbc3f
clear cache on logout
2017-11-27 15:11:06 -05:00
Kyle Spearrin
92b7b1d603
handle conditions when no data
2017-11-27 15:05:12 -05:00
Kyle Spearrin
b07dc8443e
default to "My Vault" option
2017-11-27 14:41:15 -05:00
Kyle Spearrin
3f99c513f3
rename pages
2017-11-27 14:26:07 -05:00
Kyle Spearrin
793241523d
Rename pages
2017-11-27 14:24:47 -05:00
Kyle Spearrin
7cff22fb9e
cleanup old list page
2017-11-27 14:23:42 -05:00
Kyle Spearrin
214f308027
Revert "disable fingerprint test"
...
This reverts commit c1ce971adb
.
2017-11-27 13:56:11 -05:00
Kyle Spearrin
c1ce971adb
disable fingerprint test
2017-11-27 13:25:19 -05:00
Kyle Spearrin
f5896be699
add uri and add buttons of search page
2017-11-27 13:22:42 -05:00
Kyle Spearrin
186f839569
exclude search fields from password filter
2017-11-27 11:54:31 -05:00
Kyle Spearrin
4879d906d9
filtered results for groupings and favorites
2017-11-27 09:47:49 -05:00
Kyle Spearrin
09412f0b78
no upper on autofill section headers
2017-11-25 23:33:50 -05:00
Kyle Spearrin
2f2d85576f
consolidating section header models
2017-11-25 23:32:20 -05:00
Kyle Spearrin
362ddd0339
centralize some helpers
2017-11-25 23:04:14 -05:00
Kyle Spearrin
9499b7f562
search page with name groups
2017-11-25 15:43:43 -05:00
Kyle Spearrin
d8bb12b5f1
folder_o for "No Folder"
2017-11-25 14:06:44 -05:00
Kyle Spearrin
5d464f4477
increment index alter comparison, resolves #185
2017-11-25 13:49:54 -05:00
Kyle Spearrin
aaea0b2659
vault list grouping page
2017-11-24 23:15:25 -05:00
Kyle Spearrin
c9ceb09906
add collection syncing
2017-11-24 16:11:40 -05:00
Kyle Spearrin
3b44ede67e
refactor message center use to services
2017-11-21 23:08:45 -05:00
Kyle Spearrin
b48e8eeb0e
set notification channel to low priority
2017-11-21 17:52:23 -05:00
Kyle Spearrin
1fafc29ec3
remove unsubs
2017-11-21 14:31:46 -05:00
Kyle Spearrin
1a9d0576c8
cleanup subscriptions when autofilling
2017-11-21 13:28:02 -05:00
Kyle Spearrin
bc04211b79
autofill from vault with specified dataset
2017-11-21 11:29:00 -05:00
Kyle Spearrin
cfe34355bd
helper for empty header value
2017-11-20 22:39:49 -05:00
Kyle Spearrin
e3e833d8c0
no savetype var
2017-11-20 22:39:33 -05:00
Kyle Spearrin
84e79e92b4
add other items to autofill from app page
2017-11-20 16:07:33 -05:00
Kyle Spearrin
7ad639599a
added slash to folder route
2017-11-20 07:32:58 -05:00
Kyle Spearrin
caff67b77d
added cards and other improvements to save
2017-11-18 23:04:21 -05:00
Kyle Spearrin
c45a77d538
add support for card filling
2017-11-18 15:09:09 -05:00
Kyle Spearrin
4b24fe1bf4
dont reset main page for autofill framework
2017-11-17 23:46:45 -05:00
Kyle Spearrin
73e5fb6314
FillableForLogin check last
2017-11-17 23:41:53 -05:00
Kyle Spearrin
84ea28adfa
added hint detection to username/password fields
2017-11-17 23:38:09 -05:00
Kyle Spearrin
955fc97cb2
ignoreids
2017-11-17 23:26:51 -05:00
Kyle Spearrin
e4012e4f87
autofill cleanup
2017-11-17 23:00:57 -05:00
Kyle Spearrin
2c662c428c
better detection for username/passwords
2017-11-17 22:47:08 -05:00
Kyle Spearrin
da199deed1
only show autofills if a fillable login form
2017-11-17 17:46:55 -05:00
Kyle Spearrin
abf75cffd9
parse saved item info for save
2017-11-17 17:15:42 -05:00
Kyle Spearrin
184f13b148
save info from service to add cipher page
2017-11-17 14:38:56 -05:00
Kyle Spearrin
d1c7309b29
search goes to vault apge, not main page
2017-11-17 13:03:43 -05:00
Kyle Spearrin
62db6552d2
no androidapp://android package
2017-11-17 10:18:18 -05:00
Kyle Spearrin
a019b9e1d3
dont set uri if null
2017-11-17 10:09:27 -05:00
Kyle Spearrin
cb22572f2b
dont offer autofill in bitwarden app
2017-11-17 10:05:13 -05:00
Kyle Spearrin
b52134e9ee
cancel on lock page back button
2017-11-17 10:03:41 -05:00
Kyle Spearrin
44ef82219b
flags
2017-11-17 09:52:14 -05:00
Kyle Spearrin
8c89b0e587
switch to main activity when locked
2017-11-17 09:21:12 -05:00
Kyle Spearrin
322b251def
auth activity for locked vaults when autofilling
2017-11-17 00:16:45 -05:00
Kyle Spearrin
0a6767209d
layout updates
2017-11-16 22:34:19 -05:00
Kyle Spearrin
1694b5d6fd
renaming things
2017-11-16 21:58:04 -05:00
Kyle Spearrin
0dd9ad43e8
clear cache
2017-11-16 17:18:25 -05:00
Kyle Spearrin
c1ae3f1fb2
cache ciphers
2017-11-16 16:51:43 -05:00
Kyle Spearrin
d84627aa2c
better detection based on IdEntry sniffing
2017-11-16 16:09:57 -05:00
Kyle Spearrin
0e020924ff
refactor autofill classes. basic login support.
2017-11-14 23:13:55 -05:00
Kyle Spearrin
4f5e238685
build out supporting classes from old refs
2017-11-14 16:46:40 -05:00
Kyle Spearrin
72ff680114
remove hacks
2017-11-14 16:38:05 -05:00
Kyle Spearrin
849ec6fa8f
add old autofill implementation for reference.
2017-11-14 16:31:03 -05:00
Kyle Spearrin
74a40b2274
stub out autofill framework service
2017-11-14 16:00:32 -05:00
Alistair Francis
75e85541a6
UWP/Assets: Update to use the Bitwarden logo ( #169 )
...
* UWP/Assets: Update to use the Bitwarden logo
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* Package.appxmanifest: Show title on UWP tiles
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-11-13 07:48:45 -05:00
Alistair Francis
1d8fbac796
TokenService.cs: Check if key exists before deleting it ( #168 )
...
To avoid errors in Task<ApiResult<TokenResponse>> when logging in on
UWP apps ensure that we check that they key exists before we delete the
2FA key token.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-11-13 07:47:57 -05:00
Kyle Spearrin
daf6d1936f
remove old keystore storage service
2017-11-10 16:49:13 -05:00
Kyle Spearrin
1768e8cb62
test
2017-11-09 23:07:13 -05:00
Kyle Spearrin
d2d6bfc065
dont export PackageReplacedReceiver
2017-11-09 20:33:01 -05:00
Kyle Spearrin
d4f6e9c587
no max lines on android labels
2017-11-03 17:22:53 -04:00
Kyle Spearrin
6d06f2212e
version bump
2017-11-03 17:07:20 -04:00
Kyle Spearrin
73b310d59e
fixes for extension add login
2017-11-03 16:58:04 -04:00
Kyle Spearrin
3dc705a7a9
only sync if not updated
2017-11-01 20:33:05 -04:00
Kyle Spearrin
8fc8d03cc4
version bump
2017-11-01 14:41:16 -04:00
Kyle Spearrin
df77f42145
remove FilterTouchesWhenObscured
for now
2017-11-01 11:19:57 -04:00
Kyle Spearrin
09bef28362
remove .png
from selected icon
2017-10-30 15:18:24 -04:00
Kyle Spearrin
1f0f94746b
only show icons in nav
2017-10-30 14:13:09 -04:00
Kyle Spearrin
c057be17d0
bump bundle version for ios
2017-10-30 12:51:36 -04:00
Kyle Spearrin
301aaf9c68
version bump on iOS and new lang codes
2017-10-30 11:23:19 -04:00
Kyle Spearrin
ab7093f962
New Crowdin translations ( #154 )
...
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (French)
2017-10-30 11:18:25 -04:00
Kyle Spearrin
29b2d67fb6
null checks
2017-10-30 11:12:14 -04:00
Kyle Spearrin
d4cd2b8be8
perform sync on update
2017-10-28 21:36:27 -04:00
Kyle Spearrin
fea94f956d
version bump for beta
2017-10-27 11:32:38 -04:00
Kyle Spearrin
a656aa21f8
more icons resized on android
2017-10-27 11:23:29 -04:00
Kyle Spearrin
376841f619
New Crowdin translations ( #152 )
...
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Slovak)
* 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 AppResources.resx (Turkish)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Danish)
* New translations copy.resx (Danish)
* New translations copy.resx (Danish)
* 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 (Finnish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (German)
* New translations copy.resx (German)
* New translations copy.resx (German)
* New translations AppResources.resx (German)
* New translations AppResources.resx (French)
2017-10-26 09:40:34 -04:00
Kyle Spearrin
746a7c404b
set custom icons server url
2017-10-23 23:20:35 -04:00
Kyle Spearrin
2d126300d8
set placeholder first
2017-10-23 13:08:46 -04:00
Kyle Spearrin
ed7e43ed6e
downgrade cachedimage lib
2017-10-21 00:05:59 -04:00
Kyle Spearrin
7c56f1a773
bind to image with OnBindingContextChanged
2017-10-20 23:08:39 -04:00
Kyle Spearrin
6ba396440f
cipher renames
2017-10-20 16:57:48 -04:00
Kyle Spearrin
8970525861
Fix cipher changes in extension model
2017-10-20 16:56:10 -04:00
Kyle Spearrin
5a88a66709
next return if nextelement set later
2017-10-20 16:51:30 -04:00
Kyle Spearrin
3ae6e3ee53
icons for uwp
2017-10-20 16:33:12 -04:00
Kyle Spearrin
5c0d4700f9
new icons for ios
2017-10-20 16:32:08 -04:00
Kyle Spearrin
7b354f5b8c
update folder size to 20
2017-10-20 16:28:55 -04:00
Kyle Spearrin
a197c0219e
hostnameUri fix
2017-10-20 16:18:30 -04:00
Kyle Spearrin
05f4036309
disable website icons option
2017-10-20 16:10:22 -04:00
Kyle Spearrin
37974c7ec8
icons in vault listing
2017-10-20 15:24:40 -04:00
Kyle Spearrin
5cb3e15201
update more icon for android styling
2017-10-20 13:03:04 -04:00
Kyle Spearrin
54b4766680
optimizations for secure notes
2017-10-20 12:51:41 -04:00
Kyle Spearrin
cc0bb65096
subtitles for each type
2017-10-20 12:47:05 -04:00
Kyle Spearrin
296c9dc055
cipher edit for various types
2017-10-20 12:35:31 -04:00
Kyle Spearrin
70aa2309b7
added support for cards and identity to view page
2017-10-20 11:25:34 -04:00
Kyle Spearrin
d2468d144e
more renames
2017-10-19 16:08:29 -04:00
Kyle Spearrin
ebbe704672
replace launch and clipboard buttons with icons
2017-10-19 14:56:11 -04:00
Kyle Spearrin
d146870a74
rename pages and props for login => cipher
2017-10-19 14:30:12 -04:00
Kyle Spearrin
58ebabf74c
fix add class refs
2017-10-19 13:49:15 -04:00
Kyle Spearrin
8f8a3b6387
rename page to addcipher
2017-10-19 13:46:12 -04:00
Kyle Spearrin
df616cfe3e
add ciphers: card, identity, and sec note
2017-10-19 13:44:05 -04:00
Kyle Spearrin
dd96608bb1
splash is exportable
2017-10-19 11:19:24 -04:00
Kyle Spearrin
264f2ab316
restore api endpoints
2017-10-19 11:19:10 -04:00
Kyle Spearrin
773f156785
change home settings to extendedbutton
2017-10-19 08:55:18 -04:00
Kyle Spearrin
7cd3e2a5b9
do not export bitwarden activities
2017-10-19 08:53:30 -04:00
Kyle Spearrin
0ec22a4639
update resource strings for Logins => Items
2017-10-18 21:53:44 -04:00
Kyle Spearrin
74ac9cbbbe
add other cipher type support to vault listings
2017-10-18 21:35:33 -04:00
Kyle Spearrin
0020bd0fb7
some remaining login => renames
2017-10-18 21:07:30 -04:00
Kyle Spearrin
1d6ec0f953
refactoring code for login => cipher support
2017-10-18 20:55:33 -04:00
Kyle Spearrin
37f05f0a12
Changed "Cancel" to "Close"
2017-10-13 09:11:37 -04:00
Kyle Spearrin
9a22a1dbf4
add autofill support for edge browser
2017-10-12 22:53:41 -04:00
Kyle Spearrin
b768c8b28a
proper push service
2017-10-10 11:49:56 -04:00
Kyle Spearrin
bcbdbb4932
cleanup push
2017-10-10 10:55:54 -04:00
Kyle Spearrin
04e42c4a75
UNUserNotificationCenterDelegate
2017-10-10 09:13:09 -04:00
Kyle Spearrin
6040c7768f
rename to pushnotificationservice
2017-10-10 08:26:17 -04:00
Kyle Spearrin
6da0d3e88d
push for uwp
2017-10-09 23:53:06 -04:00
Kyle Spearrin
7c6cc7b246
local push notification implementation from lib
2017-10-09 23:45:23 -04:00
Kyle Spearrin
d5da1d6f3f
all architectures
2017-10-08 21:36:27 -04:00
Kyle Spearrin
de5ee90e21
C2D_MESSAGE protectionLevel signature
2017-10-07 12:57:52 -04:00
Kyle Spearrin
8a0c9ab3db
add back slash prefix to api routes
2017-10-03 23:56:10 -04:00
Kyle Spearrin
e901a1f231
UWP tabbed page with icons
2017-10-03 12:11:09 -04:00
Kyle Spearrin
e4c47aca9e
shorthand
2017-10-02 22:38:56 -04:00
Kyle Spearrin
a43a3db098
formatting updates
2017-10-02 22:38:10 -04:00
Hicham Boushaba
d651606800
Add UWP support ( #139 )
...
* Add UWP project, and generate services boilerplate
* SqliteService implementation and sqlite-net-pcl update (#bug https://stackoverflow.com/questions/45418669/xamarin-forms-pcl-assemly-issue )
* Important services implementation
* Create a shared project to host images for UWP (to keep code project clean)
* Add extensions to image names referenced by the pcl project
* Add DismissModalToolBarItem to modal pages
* moving UWP folders inside src folder
* Add DeviceInfoService implementation
* Remove dependency on BouncyCastle, and calculate key derivation using native support
* changes requested by project maintener
* Fix HasCamera property
* DeviceActionService implementation
2017-10-02 22:15:13 -04:00
Kyle Spearrin
5501ab9083
bump build
2017-09-29 17:42:11 -04:00
Kyle Spearrin
660a21deb1
info.plist updates
2017-09-29 17:22:52 -04:00
Kyle Spearrin
be7949b909
remove old icons
2017-09-29 17:15:16 -04:00
Kyle Spearrin
a688656f6d
asset catalog with app icons
2017-09-29 17:14:52 -04:00
Kyle Spearrin
62365529cc
Revert "asset catalog with app icon for itunes"
...
This reverts commit dcea869098
.
2017-09-29 17:10:12 -04:00
Kyle Spearrin
dcea869098
asset catalog with app icon for itunes
2017-09-29 16:29:29 -04:00
Kyle Spearrin
634a8702cd
autofill adjustments
2017-09-29 15:12:33 -04:00
Kyle Spearrin
fee993c309
new review link for ios 11
2017-09-28 23:26:59 -04:00
Kyle Spearrin
bf76707e92
shorthand null check
2017-09-28 22:56:36 -04:00
Kyle Spearrin
da847f6567
ios extension autofill fixes
2017-09-28 22:54:46 -04:00
Kyle Spearrin
7a5d25f2e3
version bump
2017-09-28 16:54:51 -04:00
Kyle Spearrin
bf0dedd447
new languages
2017-09-27 23:26:03 -04:00
Kyle Spearrin
3f7dcc6acf
New Crowdin translations ( #138 )
...
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Danish)
* New translations copy.resx (Danish)
* New translations copy.resx (Danish)
* New translations copy.resx (Danish)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Vietnamese)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Chinese Simplified)
2017-09-27 23:17:34 -04:00
Kyle Spearrin
2efe8b4186
switch back to bearer
2017-09-27 23:06:41 -04:00
Kyle Spearrin
068f5771b2
make notes editor taller
2017-09-27 14:36:55 -04:00
Kyle Spearrin
c2b1be288e
remove MovementMethod to enable highlight
2017-09-27 14:36:42 -04:00
Kyle Spearrin
163ad248af
autofill custom fields for iOS extension
2017-09-26 14:38:12 -04:00
Kyle Spearrin
a1dec131c7
dont automatically use latest target framework
2017-09-26 12:20:20 -04:00
Kyle Spearrin
133585f46a
revert to 7.1
2017-09-26 11:57:49 -04:00
Kyle Spearrin
3ea81ce2fb
reveal hidden value for custom fields
2017-09-26 11:06:50 -04:00
Kyle Spearrin
590fe211c4
edit custom fields
2017-09-25 17:13:20 -04:00
Kyle Spearrin
78cda03d61
cleanup login view of custom fields.
2017-09-25 15:05:36 -04:00
Kyle Spearrin
e126cbf644
sync and display custom fields for login
2017-09-22 17:32:20 -04:00
Kyle Spearrin
cc12ae7712
sub-classed login props for cipher req
2017-09-21 10:50:15 -04:00
Kyle Spearrin
e8486abccf
change login to cipher apis
2017-09-20 17:37:09 -04:00
Kyle Spearrin
15f074a45b
remove duplicate /
from API routes
2017-09-20 13:23:47 -04:00
Kyle Spearrin
a426d98e92
change syncing to use new sync api
2017-09-20 13:17:05 -04:00
Kyle Spearrin
45d171e0e3
notes keyboard type is "Text" for auto-cap
2017-09-19 16:34:29 -04:00
Kyle Spearrin
5950c33a43
qs tile to quickly launch my vault (android)
2017-09-19 15:55:15 -04:00
Kyle Spearrin
ea1b584436
fixes for mobile app uris
2017-09-15 08:12:24 -04:00
Kyle Spearrin
a24ede364d
switch all monospaced fonts on iOS to menlo
2017-09-14 15:17:28 -04:00
Kyle Spearrin
c6fe456cac
more terms to ignore from package names
2017-09-12 17:18:59 -04:00
Kyle Spearrin
4008fb3a53
search packagename terms on android autofill
2017-09-12 17:01:13 -04:00
Kyle Spearrin
96588089ef
filter out "launcher" apps from autofill service
2017-09-12 15:54:08 -04:00
Kyle Spearrin
e4c96dc6d8
all editor to be scrollable
2017-09-12 15:41:18 -04:00
Kyle Spearrin
c205e0da1b
add icon to hockeyapp activity modification
2017-09-12 14:57:19 -04:00
Kyle Spearrin
7b61605834
version bump
2017-09-12 10:13:00 -04:00
Kyle Spearrin
e7fb05d7e0
update info.plist language resource array
2017-09-12 10:11:30 -04:00
Kyle Spearrin
8f0680f5fc
new language resource files
2017-09-12 10:08:32 -04:00
Kyle Spearrin
9c03dd001c
New Crowdin translations ( #129 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Turkish)
* New translations AppResources.resx (Turkish)
* New translations copy.resx (Turkish)
* New translations copy.resx (Turkish)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Ukrainian)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Dutch)
* New translations copy.resx (Dutch)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Chinese Simplified)
2017-09-12 09:09:00 -04:00
Kyle Spearrin
30407f5b4e
handle iOS apps that don't specify a url properly
2017-09-09 13:41:10 -04:00
Kyle Spearrin
3a5378d201
do not attempt autofill on android 4.4
2017-09-08 09:16:21 -04:00
Kyle Spearrin
408e9bf3fc
conditionals if device has camera or not
2017-09-07 00:33:19 -04:00
Kyle Spearrin
f5dd91afe5
parse IP addresses as base domains
2017-09-06 23:08:24 -04:00
Kyle Spearrin
8922459418
mark hockeyapp UpdateActivity as exported=false
2017-09-04 23:34:30 -04:00
Kyle Spearrin
caeadbc41e
version bump for ios
2017-08-31 21:13:25 -04:00
Kyle Spearrin
1b145e38a3
version bump
2017-08-30 22:43:19 -04:00
Kyle Spearrin
f59cce15c0
move delay after
2017-08-30 22:21:56 -04:00
Kyle Spearrin
7655c251a2
re-try focus on password lock page
2017-08-30 22:19:14 -04:00
Kyle Spearrin
5608cb542f
update pinvoke libs
2017-08-30 22:15:30 -04:00
Kyle Spearrin
62add53c08
clear org key cache
2017-08-30 22:15:10 -04:00
Kyle Spearrin
43bae6c05b
use bearer3 still for now
2017-08-30 14:23:07 -04:00
Kyle Spearrin
55777d33ad
pl language
2017-08-30 10:14:20 -04:00
Kyle Spearrin
0f5d14b589
New Crowdin translations ( #124 )
...
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Polish)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Japanese)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Russian)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Finnish)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Finnish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Hindi)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Chinese Simplified)
2017-08-30 08:53:59 -04:00
Kyle Spearrin
00703d1570
setting with custom defaultsName
2017-08-29 16:58:02 -04:00
Kyle Spearrin
fd03c33f4d
update xam forms lib
2017-08-29 16:21:32 -04:00
Kyle Spearrin
c20f91b6d8
update libs
2017-08-29 16:11:12 -04:00
Kyle Spearrin
10b22e9e42
update and refactor for settings changes
2017-08-29 16:03:26 -04:00
Kyle Spearrin
329f0871d5
cleanup and update sqlite packages
2017-08-29 15:38:22 -04:00
Kyle Spearrin
66996f491c
retry focus until it works on pin lock page
2017-08-29 15:25:16 -04:00
Kyle Spearrin
9ae39f3900
visible w/ no suggestions for password entries
2017-08-29 15:05:56 -04:00
Kyle Spearrin
9d0db3c1e5
remove setting soft input mode
2017-08-29 14:33:25 -04:00
Kyle Spearrin
5932dd99ad
remove to web vault url
2017-08-28 18:08:26 -04:00
Kyle Spearrin
910f0083cd
allow setting vault url for environment
2017-08-28 17:50:17 -04:00
Kyle Spearrin
32a8676572
wrap username and password at full font size
2017-08-28 17:46:28 -04:00
Kyle Spearrin
b5107d21dd
set custom environment urls from home page
2017-08-23 11:40:40 -04:00
Kyle Spearrin
158bf873bd
return from autofill events when device is asleep
2017-08-15 12:28:48 -04:00
Kyle Spearrin
40cfb9876d
properly background unregister call
2017-08-11 14:24:44 -04:00
Kyle Spearrin
12e3214f70
handle non-root URLs
2017-08-11 14:24:32 -04:00
Kyle Spearrin
0eb68ec461
revert old bearer code. use bearer scheme again
2017-08-10 10:16:58 -04:00
Kyle Spearrin
f231565163
delay credential clear when no passwords
2017-08-09 21:40:59 -04:00
Kyle Spearrin
7cca53bcc5
vault is default page when searching from autofill
2017-08-01 22:11:00 -04:00
Kyle Spearrin
be94c94309
comment out test code
2017-07-31 12:34:19 -04:00
Kyle Spearrin
8e2d654b40
fix url if malformed
2017-07-31 12:30:05 -04:00
Kyle Spearrin
2ed5c0c5cc
add lightning & focus browser support for autofill
2017-07-31 11:30:07 -04:00
Kyle Spearrin
745ad3b9e9
better null checks for tokens
2017-07-31 10:23:52 -04:00
Kyle Spearrin
3ce114760f
New Crowdin translations ( #111 )
...
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Finnish)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Finnish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Hindi)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (French)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Chinese Simplified)
2017-07-31 10:05:43 -04:00
Kyle Spearrin
bae7d1fc1d
version bump for android
2017-07-28 17:27:24 -04:00
Kyle Spearrin
e4d9dfc128
added broadcast receiver for when android updated
2017-07-28 17:21:39 -04:00
Kyle Spearrin
45da12ad55
catch exception when cannot create temp cam file
2017-07-26 16:19:58 -04:00
Kyle Spearrin
75f99bf899
Merge branch 'master' of github.com:bitwarden/mobile
2017-07-26 14:46:06 -04:00
Kyle Spearrin
bd2b1cc166
New Crowdin translations ( #106 )
...
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Finnish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (Finnish)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Chinese Simplified)
2017-07-26 14:44:46 -04:00
Kyle Spearrin
5fa8d64994
fix preview identity url
2017-07-26 10:48:04 -04:00
Kyle Spearrin
034957b556
version bump
2017-07-25 22:25:13 -04:00
Kyle Spearrin
a9d7c73b04
Revert "remove --nodevcodeshare"
...
This reverts commit b68a94c0e5
.
2017-07-25 16:33:11 -04:00
Kyle Spearrin
b09fe05fe6
Revert "added forms reference to extension"
...
This reverts commit f239868299
.
2017-07-25 16:32:52 -04:00
Kyle Spearrin
ed146549ef
Revert "dialogs package installed to extension"
...
This reverts commit 83047558d5
.
2017-07-25 16:32:40 -04:00
Kyle Spearrin
86c11db1a1
Revert "added push package to extension"
...
This reverts commit 5969e2d7ed
.
2017-07-25 16:32:31 -04:00
Kyle Spearrin
580cd57433
Revert "added ffimage lib to extension"
...
This reverts commit de46c9ee36
.
2017-07-25 16:32:23 -04:00
Kyle Spearrin
9854ce82bd
Revert "zxing lib to extension"
...
This reverts commit f8bd7c2e64
.
2017-07-25 16:32:15 -04:00
Kyle Spearrin
af11df97f5
Revert "update build package"
...
This reverts commit ef7fa5363a
.
2017-07-25 16:32:07 -04:00
Kyle Spearrin
9b4e664908
Revert "--nodevcodeshare"
...
This reverts commit 567e1ee116
.
2017-07-25 16:31:58 -04:00
Kyle Spearrin
567e1ee116
--nodevcodeshare
2017-07-25 12:30:20 -04:00
Kyle Spearrin
ef7fa5363a
update build package
2017-07-25 11:16:47 -04:00
Kyle Spearrin
f8bd7c2e64
zxing lib to extension
2017-07-25 11:08:31 -04:00
Kyle Spearrin
de46c9ee36
added ffimage lib to extension
2017-07-25 11:01:19 -04:00
Kyle Spearrin
5969e2d7ed
added push package to extension
2017-07-25 10:55:26 -04:00
Kyle Spearrin
83047558d5
dialogs package installed to extension
2017-07-25 10:48:07 -04:00
Kyle Spearrin
f239868299
added forms reference to extension
2017-07-25 10:40:15 -04:00
Kyle Spearrin
e4b962a3a6
update launch screen
2017-07-25 10:37:48 -04:00
Kyle Spearrin
b68a94c0e5
remove --nodevcodeshare
2017-07-25 10:37:39 -04:00
Kyle Spearrin
ec53ca8423
missing ioc registration
2017-07-25 09:52:07 -04:00
Kyle Spearrin
1ba0729e34
cleanup
2017-07-25 08:51:55 -04:00
Kyle Spearrin
73425c0052
debug check on screenshot protection
2017-07-24 15:04:31 -04:00
Kyle Spearrin
679859fb37
stop timer when page disappears. autofocus camera.
2017-07-24 12:33:07 -04:00
Kyle Spearrin
dbdc660464
properly init events when provider changes
2017-07-24 12:33:07 -04:00
Kyle Spearrin
aa22e7e952
New Crowdin translations ( #105 )
...
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Finnish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (Finnish)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Chinese Simplified)
2017-07-24 10:55:52 -04:00
Kyle Spearrin
b920e7e95c
attachment updates
2017-07-24 10:34:22 -04:00
Kyle Spearrin
d14b23ca82
null check for mac
2017-07-23 00:10:32 -04:00
Kyle Spearrin
4e8f69f692
paperclip icon for attachments in listing
2017-07-23 00:09:24 -04:00
Kyle Spearrin
c96cf2b0e5
update samsung browser url view id
2017-07-22 23:31:38 -04:00
Kyle Spearrin
4921cfb593
mac is optional
2017-07-22 23:22:21 -04:00
Kyle Spearrin
395545f7b1
Add support for camera for android choose file
2017-07-22 21:06:53 -04:00
Kyle Spearrin
f9d336a3a6
attachments page with upload/delete
2017-07-22 15:38:08 -04:00
Kyle Spearrin
b32603b472
premium required for attachment download
2017-07-21 17:21:04 -04:00
Kyle Spearrin
1124c48c8d
copy totp code on autofill
2017-07-21 11:39:22 -04:00
Kyle Spearrin
98e429505c
get file data from document picker
2017-07-15 10:08:19 -04:00
Kyle Spearrin
d0b616ba24
select file for document picker
2017-07-15 01:09:30 -04:00
Kyle Spearrin
dac4ffcb98
new languages
2017-07-15 01:09:30 -04:00
Kyle Spearrin
680310cf70
New Crowdin translations ( #103 )
...
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Czech)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Finnish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (French)
* New translations AppResources.resx (French)
* New translations copy.resx (Finnish)
* New translations copy.resx (French)
* New translations copy.resx (French)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Chinese Simplified)
2017-07-14 16:08:26 -04:00
Kyle Spearrin
67ff82810f
min width on file size
2017-07-13 18:08:16 -04:00
Kyle Spearrin
87e71ea860
QR code scanning for authenticator keys
2017-07-13 17:23:18 -04:00
Kyle Spearrin
26c110291e
totp code generation on view login
2017-07-13 14:44:02 -04:00
Kyle Spearrin
9879f074b4
decrypt with org id
2017-07-13 12:08:48 -04:00
Kyle Spearrin
65168c71c0
add/edit login totp key
2017-07-13 11:52:24 -04:00
Kyle Spearrin
4c4996ee2a
dont add empty note section first
2017-07-13 11:16:00 -04:00
Kyle Spearrin
e0c67f87b0
only clear cache if it hasnt been done in a while
2017-07-13 11:11:04 -04:00
Kyle Spearrin
352c8ee867
clear cache and open file on iOS
2017-07-13 10:51:45 -04:00
Kyle Spearrin
fe5cc1f8f3
conditions around opening file
2017-07-13 09:01:00 -04:00
Kyle Spearrin
eec4be1845
label right detail cell for attachments
2017-07-13 00:02:37 -04:00
Kyle Spearrin
2f86b5c7b0
show indicator when downloading attachment
2017-07-12 23:45:05 -04:00
Kyle Spearrin
0d672c4f99
sync attachment removals
2017-07-12 23:36:27 -04:00
Kyle Spearrin
ac3fdbc2cd
download, decrypt and open attachment files
2017-07-12 23:09:44 -04:00
Kyle Spearrin
0a7ad44d23
sync and display attachments on view login
2017-07-12 16:23:24 -04:00
Kyle Spearrin
18a86d3f12
model adjustments
2017-07-12 15:16:36 -04:00
Kyle Spearrin
665e66a9a6
prod url for duo connector
2017-06-29 15:03:48 -04:00
Kyle Spearrin
06dc4117c7
ios webview fix and language updates
2017-06-29 14:55:13 -04:00
Kyle Spearrin
2651afcef0
2fa corrections
2017-06-29 12:42:59 -04:00
Kyle Spearrin
ce4d828380
l10n for 2fa and dismiss keyboard message
2017-06-29 12:11:07 -04:00
Kyle Spearrin
74fba486bd
two-factor other methods switching and send email
2017-06-29 11:22:06 -04:00
Kyle Spearrin
56075cb7d9
read yubikey and log in
2017-06-28 22:24:04 -04:00
Kyle Spearrin
d71bc775d5
hybrid web view and duo html/js
2017-06-28 13:10:47 -04:00
Kyle Spearrin
45c5801538
detect nfc enabled
2017-06-28 08:27:06 -04:00
Kyle Spearrin
cf41b524b0
read yubikey otp via nfc
2017-06-27 23:33:13 -04:00
Kyle Spearrin
e2a3e55a17
setup 2fa methods page
2017-06-27 17:10:40 -04:00
Kyle Spearrin
ae35bd2047
encode email for token service key
2017-06-27 16:51:16 -04:00
Kyle Spearrin
2f0ca6f7c0
user specific remember two factor
2017-06-27 16:45:12 -04:00
Kyle Spearrin
37428c01dd
remeber two factor token
2017-06-27 16:35:29 -04:00
Kyle Spearrin
4116d95a3e
refactors for new 2fa flows
2017-06-27 16:18:32 -04:00
Kyle Spearrin
35ae2b783f
undo debugging work
2017-06-27 15:00:21 -04:00
Kyle Spearrin
8a24a6d192
Revert "generate facet id"
...
This reverts commit 19374a5df4
.
2017-06-27 13:48:57 -04:00
Kyle Spearrin
19374a5df4
generate facet id
2017-06-27 12:53:20 -04:00
Kyle Spearrin
12da6fbd18
launch for main activity and catch exceptions
2017-06-23 23:21:39 -04:00
Kyle Spearrin
573ff15925
remove mail sends for crash reports
2017-06-22 21:54:57 -04:00
Kyle Spearrin
1b2abbe321
no param needed
2017-06-22 21:53:44 -04:00
Kyle Spearrin
4a03da6b96
fallback to old KeyStoreStorageService
2017-06-22 21:53:32 -04:00
Kyle Spearrin
cf3998942f
save crash file to external storage instead
2017-06-22 15:33:37 -04:00
Kyle Spearrin
0c71f783fc
make exceptiond available
2017-06-22 09:42:32 -04:00
Kyle Spearrin
d30b30b24f
turn crash emails back on for testing
2017-06-22 09:39:02 -04:00
Kyle Spearrin
7823ec3fc8
hmac check on rsa decrypt
2017-06-19 11:57:37 -04:00
Kyle Spearrin
1e5883f028
clear settings via format as prefix
2017-06-12 13:06:46 -04:00
Kyle Spearrin
33c3cf4c4f
just use SettingsFormat
2017-06-12 12:59:17 -04:00
Kyle Spearrin
f41ace4d7c
clear settings for prefix when key is generated
2017-06-12 12:56:18 -04:00
Kyle Spearrin
65d2d45a82
manually set validity. no more crash emails
2017-06-12 11:51:43 -04:00
Kyle Spearrin
47ca483459
catch decrypt migrate exceptions
2017-06-12 10:45:57 -04:00
Kyle Spearrin
ee759af078
version bump
2017-06-10 22:44:35 -04:00
Kyle Spearrin
872037cf4d
New Crowdin translations ( #99 )
...
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Thai)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Russian)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Slovak)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (French)
* New translations copy.resx (Finnish)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Swedish)
* New translations copy.resx (French)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Italian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Finnish)
* New translations copy.resx (French)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Chinese Simplified)
2017-06-10 22:42:53 -04:00
Kyle Spearrin
6aaa083157
use aes key in keystore on "new" android. migrate.
2017-06-10 22:18:34 -04:00
Kyle Spearrin
6a88524f8e
rename to AndroidKeyStoreStorageService
2017-06-10 10:52:13 -04:00
Kyle Spearrin
82d93d2602
move variables in scope
2017-06-09 22:19:04 -04:00
Kyle Spearrin
d62037ef6a
apparently manifest merge doesn't work in Xamarin
2017-06-09 21:49:20 -04:00
Kyle Spearrin
7314b5a339
manually remove contacts and account permissions
2017-06-09 16:18:21 -04:00
Kyle Spearrin
62bc230521
New Crowdin translations ( #98 )
...
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Japanese)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Japanese)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (Japanese)
* New translations copy.resx (Hindi)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Thai)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations copy.resx (Russian)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Czech)
* New translations copy.resx (Finnish)
* New translations copy.resx (Swedish)
* New translations copy.resx (French)
* New translations AppResources.resx (Italian)
* New translations copy.resx (French)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Finnish)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Czech)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Finnish)
* New translations copy.resx (Italian)
* New translations copy.resx (French)
* New translations AppResources.resx (Chinese Simplified)
2017-06-09 10:02:55 -04:00
Kyle Spearrin
3e0d34d148
version bump. deprecate KeyStoreStorageService
2017-06-08 21:20:56 -04:00
Kyle Spearrin
aff1cc1cc3
fallback to "old" KeyStoreStorageService
2017-06-08 20:37:44 -04:00
Kyle Spearrin
6ddc7fa4cc
version bump
2017-06-08 16:22:52 -04:00
Kyle Spearrin
957db1ec11
launch android app packages
2017-06-08 16:22:11 -04:00
Kyle Spearrin
ae806da3f1
ubdo debugging items
2017-06-08 15:57:07 -04:00
Kyle Spearrin
6a03c3e77d
Do not show launch unless starts with HTTP
2017-06-08 15:43:01 -04:00
Kyle Spearrin
72b18eadf3
do not implement UnhandledExceptionRaiser
2017-06-08 15:13:58 -04:00
Kyle Spearrin
67aa583709
disable screenshot blocking
2017-06-08 14:33:52 -04:00
Kyle Spearrin
21f3755e44
version bump. all unhandled crash report email
2017-06-08 12:44:16 -04:00
Kyle Spearrin
c9b6df846e
version bump
2017-06-08 11:52:54 -04:00
Kyle Spearrin
7e23a8169f
make crash email util
2017-06-08 11:52:29 -04:00
Kyle Spearrin
b139eadf0b
KeyStoreBackedStorageService email crash reports
2017-06-08 11:43:26 -04:00
Kyle Spearrin
71ad648331
version bump
2017-06-07 22:07:25 -04:00
Kyle Spearrin
b8c7752356
oaep spec only for "new android"
2017-06-07 21:44:53 -04:00
Kyle Spearrin
b157f2085f
android:allowBackup false
2017-06-07 15:52:40 -04:00
Kyle Spearrin
2fda7b8011
safety checks for popping modals
2017-06-07 10:19:56 -04:00
Kyle Spearrin
5b24d19630
remove unnecessary prop setting from gen spec
2017-06-07 00:43:46 -04:00
Kyle Spearrin
76652f6c6b
KeyGenParameterSpec options added back. cleanup.
2017-06-07 00:10:31 -04:00
Kyle Spearrin
724ae51110
RSA/ECB/OAEPWithSHA-1AndMGF1Padding
2017-06-06 23:52:52 -04:00
Kyle Spearrin
1503124108
OAEPParameterSpec and provider specified
2017-06-06 23:27:57 -04:00
Kyle Spearrin
007125a071
include crypto providers with crash reprot email
2017-06-06 23:09:19 -04:00