Kyle Spearrin
223e8a5293
toggle password
2019-04-26 23:37:21 -04:00
Kyle Spearrin
baf77eb3a3
view page login info with copy buttons
2019-04-26 00:26:09 -04:00
Kyle Spearrin
0625f313dc
repeater view
2019-04-25 11:43:45 -04:00
Kyle Spearrin
b644ed5a25
icon fixes
2019-04-24 23:53:36 -04:00
Kyle Spearrin
913cd23c45
cipher view cell and groupings styles
2019-04-22 17:08:37 -04:00
Kyle Spearrin
b48c231500
theming with resource dictionary
2019-04-22 11:32:17 -04:00
Kyle Spearrin
3f5115728b
layout tweaks
2019-04-05 22:30:11 -04:00
Kyle Spearrin
3539d7389e
cell buttons
2019-04-05 16:13:17 -04:00
Kyle Spearrin
8c79c42b28
entry cell renderer
2019-04-05 13:35:19 -04:00
Kyle Spearrin
1085808867
rename cell resources
2019-04-04 23:29:29 -04:00
Kyle Spearrin
0a5f9f1b23
remove description from base cell
2019-04-04 23:15:24 -04:00
Kyle Spearrin
8006bcf10c
cleanup
2019-04-04 23:00:02 -04:00
Kyle Spearrin
61e95e03c8
BoxedView with LabelCell
2019-04-04 22:28:03 -04:00
Kyle Spearrin
fe52324eea
stylesheets
2019-03-29 17:54:03 -04:00
Kyle Spearrin
a1c853d7fc
cipher view cell control
2019-03-29 16:52:57 -04:00
Kyle Spearrin
297beac169
reset for v2
2019-03-27 16:23:00 -04:00
Kyle Spearrin
062f6b6665
remove whitespace
2019-01-24 14:46:27 -05:00
ShirokaiLon
8053e6cb81
Set Android InputType directly for the pin lock screen to force numeric-only keyboard layout. ( #451 )
...
* Set Android InputType directly for the pin lock screen to force numeric-only keyboard layout.
* Renamed variable
2019-01-24 14:45:42 -05:00
Kyle Spearrin
0b1c0be0f0
support for showing groupings on ciphers list page
2018-12-06 14:17:28 -05:00
Kyle Spearrin
5cc1e2bb29
only show top level groupings on main vault page
2018-12-05 17:26:16 -05:00
Kyle Spearrin
9e1abb13a3
Revert "dont focus on cell tapped"
...
This reverts commit bbea5fe53c
.
2018-11-22 21:16:02 -05:00
Kyle Spearrin
bbea5fe53c
dont focus on cell tapped
2018-11-21 21:46:26 -05:00
Kyle Spearrin
13b9e01604
check lock only if locked on all pages
2018-07-16 23:14:45 -04:00
Kyle Spearrin
e5e3ebdbba
update to Xamarin forms 3.1
2018-06-29 12:45:10 -04:00
Kyle Spearrin
c95251c903
switch cell for fields, btn widths on ios too
2018-03-14 22:59:31 -04:00
Kyle Spearrin
1031ddcd83
proper class on ExtendedViewCell
2018-03-12 22:46:46 -04:00
Kyle Spearrin
fb6e0c9eb8
moved password generation link to button
2018-03-06 12:40:42 -05:00
Kyle Spearrin
fb6e488339
select URI match option from action sheet
2018-03-06 11:58:02 -05:00
Kyle Spearrin
53f406a267
log out after 5 failed pin attempts
2018-01-18 13:18:08 -05:00
Alistair Francis
ca03a5ecf4
App: Controls: Improve the vault view images ( #240 )
...
* App: Controls: Improve the vault view images
Make the buttons smaller and ensure the background is transparent.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* UWP.Images: Use smaller size images
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* UWP.Images: Remove unused image
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2018-01-04 23:32:50 -05:00
Kyle Spearrin
9456f5dc31
redraw stack layouts on ios tableviews
2018-01-03 12:18:15 -05:00
Kyle Spearrin
fa9e22730a
get rid of old refection and memory services
2018-01-02 16:41:06 -05:00
Kyle Spearrin
f0662bb878
adjust bottom paddings on listviews/tableviews
2017-12-30 21:18:24 -05:00
Kyle Spearrin
fbe1a6d4c5
floating action button on android
2017-12-30 14:05:51 -05:00
Kyle Spearrin
2823a86b4e
remove old grouping binding
2017-12-23 00:23:07 -05:00
Kyle Spearrin
35bc94f4bd
revert uneven padding
2017-12-22 11:59:20 -05:00
Kyle Spearrin
94a4a38798
layout adjustments
2017-12-22 11:36:09 -05:00
Kyle Spearrin
54161aaf39
list no folder items on my vault when no collects.
2017-12-20 13:55:59 -05:00
Kyle Spearrin
ac5c9e7242
combine password generator options
2017-12-20 09:55:19 -05:00
Kyle Spearrin
b6a4efa7ba
move favorites to top of grouping page
2017-12-19 23:59:12 -05:00
Kyle Spearrin
545af007b4
updating forms lib
2017-12-14 09:26:32 -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
09ef1b66cc
Update to Forms 2.4
2017-12-13 21:04:51 -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
Kyle Spearrin
25b75fd6e4
make sure PIN doesnt show on screen. adjust focus.
2017-12-11 14:29:50 -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
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
616893955f
0-9 is now #
2017-11-27 22:16:06 -05:00
Kyle Spearrin
219c81aac5
header adjustments
2017-11-27 22:09:00 -05:00
Kyle Spearrin
9bbddd6aeb
show loading indicator if syncing an no items
2017-11-27 15:42:36 -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
f5896be699
add uri and add buttons of search page
2017-11-27 13:22:42 -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
aaea0b2659
vault list grouping page
2017-11-24 23:15:25 -05:00
Kyle Spearrin
3b44ede67e
refactor message center use to services
2017-11-21 23:08:45 -05:00
Kyle Spearrin
2d126300d8
set placeholder first
2017-10-23 13:08:46 -04:00
Kyle Spearrin
7c56f1a773
bind to image with OnBindingContextChanged
2017-10-20 23:08:39 -04:00
Kyle Spearrin
5a88a66709
next return if nextelement set later
2017-10-20 16:51:30 -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
ebbe704672
replace launch and clipboard buttons with icons
2017-10-19 14:56:11 -04:00
Kyle Spearrin
df616cfe3e
add ciphers: card, identity, and sec note
2017-10-19 13:44:05 -04:00
Kyle Spearrin
74ac9cbbbe
add other cipher type support to vault listings
2017-10-18 21:35:33 -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
a24ede364d
switch all monospaced fonts on iOS to menlo
2017-09-14 15:17:28 -04:00
Kyle Spearrin
9d0db3c1e5
remove setting soft input mode
2017-08-29 14:33:25 -04:00
Kyle Spearrin
b920e7e95c
attachment updates
2017-07-24 10:34:22 -04:00
Kyle Spearrin
4e8f69f692
paperclip icon for attachments in listing
2017-07-23 00:09:24 -04:00
Kyle Spearrin
f9d336a3a6
attachments page with upload/delete
2017-07-22 15:38:08 -04:00
Kyle Spearrin
26c110291e
totp code generation on view login
2017-07-13 14:44:02 -04:00
Kyle Spearrin
352c8ee867
clear cache and open file on iOS
2017-07-13 10:51:45 -04:00
Kyle Spearrin
eec4be1845
label right detail cell for attachments
2017-07-13 00:02:37 -04:00
Kyle Spearrin
d71bc775d5
hybrid web view and duo html/js
2017-06-28 13:10:47 -04:00
Kyle Spearrin
24382b8607
resolving warnings for obsolete APIs
2017-05-30 14:13:53 -04:00
Kyle Spearrin
01736ca685
Lock Screen Fixes
...
- Move settings to AppSettingsService
- Update activity on page disappaearing
- Always check if app is currently locked before updating last activity
date
2017-04-28 11:07:26 -04:00
Kyle Spearrin
4854b2b1c0
share icon on vault listing
2017-04-24 15:00:55 -04:00
Kyle Spearrin
22f3bd1073
tearing down event handlers on page disappears
2017-02-17 00:16:09 -05:00
Kyle Spearrin
d2d8ee504d
cached images
2017-02-15 21:56:02 -05:00
Kyle Spearrin
f5e7f9249c
attach and detach event handlers onappearing and ondisappearing to free up views for GC
2017-02-15 00:28:05 -05:00
Kyle Spearrin
56c33ee82b
Aitpfill fixes for main page set. Memory service for monitoring memory use on Android.
2017-02-14 19:47:00 -05:00
Kyle Spearrin
36c6c5a35e
Accessibility service WIP
2017-01-30 19:26:39 -05:00
Kyle Spearrin
83985965f2
Performance tuning layouts: remove stack layouts in favor of grid.
2016-12-18 00:19:14 -05:00
Kyle Spearrin
29c4b8e6ee
i18n resource string for controls
2016-11-25 17:11:28 -05:00
Kyle Spearrin
0257c5b30d
removed monospaced font from username field
2016-11-08 21:29:24 -05:00
Kyle Spearrin
65abb1dfaa
Don't allow entry width to overflow outside of layout
2016-11-08 00:02:43 -05:00
Kyle Spearrin
c72b551e80
Android vault add/edit/view button widths, padding, and background color adjusted.
2016-11-07 23:45:46 -05:00
Kyle Spearrin
9718e5aace
Added toggle apssword button to add site page as well
2016-11-07 22:46:15 -05:00
Kyle Spearrin
db6ceea711
Added button to toggle password field visibility on site edit
2016-11-07 22:07:33 -05:00
Kyle Spearrin
aac4aafde0
Button styling update
2016-08-26 19:13:25 -04:00
Kyle Spearrin
0cdba2a13d
Added Scale to device info service. Stack layout padding adjsutments depending on android scale.
2016-08-25 21:43:47 -04:00
Kyle Spearrin
d4f52bce2b
Button uppercase styling enforcement
2016-08-24 00:07:46 -04:00
Kyle Spearrin
2262e1c4c2
Created extension for adjusting margins on entry fields for specific android API levels.
2016-08-23 23:57:11 -04:00
Kyle Spearrin
a7ba21f2f9
Implemented specific entry padding for android api 21.
2016-08-23 23:15:28 -04:00
Kyle Spearrin
34cb04cbde
Android UI updates.
2016-08-22 22:59:42 -04:00
Kyle Spearrin
610789fd6d
Android font size adjustments
2016-08-22 18:59:15 -04:00
Kyle Spearrin
90a6855e39
Android style updates
2016-08-18 20:20:18 -04:00
Kyle Spearrin
8a47e99a2c
Fixed extended button renderer. Added styles for it.
2016-08-18 08:43:55 -04:00