1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-04 11:56:40 +02:00
Commit Graph

2975 Commits

Author SHA1 Message Date
Kyle Spearrin
ca23c9568d centralized complete request code into loading view controller. added support for save login provider type. 2016-07-25 21:32:15 -04:00
Kyle Spearrin
b81eb007ab null checks when loading add site 2016-07-25 18:09:53 -04:00
Kyle Spearrin
118a790689 update renders to use fixed font sizes when not using the named ones. 2016-07-25 18:00:57 -04:00
Kyle Spearrin
b8c6e77fca About and credit page implementation. Adjusted block screen and launch screen logo margins up some. Added decryption message to extension loading. 2016-07-23 23:50:08 -04:00
Kyle Spearrin
8ad2786bb0 settings help page implementation 2016-07-23 19:13:30 -04:00
Kyle Spearrin
7b083d5d0d added instruction label to pin code screens 2016-07-23 15:58:50 -04:00
Kyle Spearrin
4a136315d5 Control showing status bar for home page 2016-07-23 15:32:11 -04:00
Kyle Spearrin
3b7ade30a8 reset badge count when activated 2016-07-23 15:09:00 -04:00
Kyle Spearrin
0a2bc7f053 adjusted build configs for ios. safer parsing od push notifications 2016-07-23 15:04:05 -04:00
Kyle Spearrin
c0214e3707 adjusted config manager builds for iphone 2016-07-23 14:03:01 -04:00
Kyle Spearrin
7113bcca51 added new pages to settings. rearranged security section for settings. 2016-07-23 02:48:56 -04:00
Kyle Spearrin
cf27ace05e support for two factor login flow 2016-07-23 02:17:11 -04:00
Kyle Spearrin
2911af2c16 Password hint page 2016-07-23 00:40:17 -04:00
Kyle Spearrin
aed04828e9 autosend crash reports 2016-07-22 22:56:45 -04:00
Kyle Spearrin
50b0770fd0 Added implementation of BITCrashManagerDelegate for additional contextual information in crash reports. Include AppId. 2016-07-22 17:55:11 -04:00
Kyle Spearrin
89da89a9a1 Added hockeyapp to ios extension 2016-07-22 17:14:57 -04:00
Kyle Spearrin
9ee5571000 Added hockeyapp configuration for ios 2016-07-22 00:04:05 -04:00
Kyle Spearrin
c206d228fc Fixed locked setting bug. Added no site list message to extension. 2016-07-21 23:41:50 -04:00
Kyle Spearrin
ac0a4c3756 extension alert error when not logged in 2016-07-21 21:33:27 -04:00
Kyle Spearrin
580be02e2d color style lock pages 2016-07-21 21:25:18 -04:00
Kyle Spearrin
81473cbefe Some debug logs. Adjusting animations. 2016-07-21 20:59:55 -04:00
Kyle Spearrin
7f5d371bf3 Moved lock logic to loading view controller. 2016-07-21 19:02:04 -04:00
Kyle Spearrin
047f5b100f password lock VC for extension 2016-07-21 18:28:05 -04:00
Kyle Spearrin
c2cb5ac7c9 entry font set by name only when font family is set for the element. 2016-07-21 00:20:04 -04:00
Kyle Spearrin
596a74b394 Adjusted button and entry to handle font upadte on property changes 2016-07-21 00:03:22 -04:00
Kyle Spearrin
98335c6acb clear value after invalid pin 2016-07-20 23:51:31 -04:00
Kyle Spearrin
1a9d58eecc Adjust pin lock page to listen for EditingChanged 2016-07-20 22:48:53 -04:00
Kyle Spearrin
1fffeb5614 Implemented funcitonality for extension pin VC. Apply size adjustments on proeprty changed for Labels. 2016-07-20 20:57:00 -04:00
Kyle Spearrin
d0bf141c5d centralized lock logic into a new lock service to be shared to extension 2016-07-19 23:29:32 -04:00
Kyle Spearrin
7fb51b5aa4 Setup lock apge segues from site list VC. Implemented touchid checking in lock fingerprint VC. 2016-07-19 23:04:37 -04:00
Kyle Spearrin
4f9740043b Setup lock view controllers and storyboard 2016-07-19 22:38:12 -04:00
Kyle Spearrin
81f2f2b1bb Moved BeginInvokeOnMainThread to App.cs 2016-07-19 22:00:28 -04:00
Kyle Spearrin
2fb2d99541 Invoke logout message always on main thread. 2016-07-19 19:38:13 -04:00
Kyle Spearrin
6c496bea14 Change sync started/compelted flag 2016-07-19 19:01:40 -04:00
Kyle Spearrin
b2c96cb8fc background thread on full sync after login 2016-07-19 18:59:46 -04:00
Kyle Spearrin
d07210c7dc Centralized logout into a message subscription in app class. Logout when API results are forbidden or unauthorized. 2016-07-19 18:46:39 -04:00
Kyle Spearrin
a5d2ae9637 created fingerprint lock view controller in storyboard for extension 2016-07-18 21:20:48 -04:00
Kyle Spearrin
a9633e1fd1 added lock setting to persist settings page lock action between app restarts 2016-07-18 19:44:29 -04:00
Kyle Spearrin
299411e9a5 moved password lock page to a table form 2016-07-18 19:37:25 -04:00
Kyle Spearrin
d82c0d7d71 Lock by master password page. 2016-07-18 19:16:27 -04:00
Kyle Spearrin
83f4513604 Move to non-async FetchAndLoadVault 2016-07-15 01:52:33 -04:00
Kyle Spearrin
4d692e7eeb set password on add page when generation is selected. 2016-07-15 01:28:12 -04:00
Kyle Spearrin
b90c153353 Respect options on gneerate password. Allow override parameters to be passed into password generation service. Respect context password options. Copy password. 2016-07-15 01:01:00 -04:00
Kyle Spearrin
83359b2d43 Added length slider to password generation page 2016-07-14 19:44:04 -04:00
Kyle Spearrin
afd22b6462 Stepper table view cell. Min numbers/special to password generator. 2016-07-14 19:01:34 -04:00
Kyle Spearrin
49cb984373 There is already a TableView property for a UITableViewController. Remove assigned one from storyboard. 2016-07-14 08:48:45 -04:00
Kyle Spearrin
61c492f85e searchbar adjustments 2016-07-14 00:58:28 -04:00
Kyle Spearrin
e0b9261a28 added cell options to password generation page 2016-07-14 00:56:55 -04:00
Kyle Spearrin
5b339c63f4 Moved static table view into container view for password manager page 2016-07-13 00:56:07 -04:00
Kyle Spearrin
ba63bf18ec stubbed out password generator pass in ios extension 2016-07-13 00:39:24 -04:00
Kyle Spearrin
ae79eb6a96 select focus inputs in table cells. load folders into picker cell. 2016-07-12 23:55:52 -04:00
Kyle Spearrin
4723e6a101 Setup picker tableview cell to mimic xamarin forms picker 2016-07-12 22:38:36 -04:00
Kyle Spearrin
822a14e56c Added stepper cell to password generator settings page. Conditionally show sync indicator on pages. 2016-07-12 18:59:09 -04:00
Kyle Spearrin
f2893e788d Added busy indicator for sync operations. Optimized vault list loading. Customized search bar appearance on iOS. 2016-07-11 23:55:16 -04:00
Kyle Spearrin
635b09de9b move CbcBlockCipher into crypto methods instead of singleton instance to avoid multithreaded issues 2016-07-11 20:14:24 -04:00
Kyle Spearrin
f0455aad74 async vault fetch and filter (search) tasks. Resolved singleton crypto issue around reuse of PaddedBufferedBlockCipher 2016-07-11 19:36:39 -04:00
Kyle Spearrin
f9fd53c733 added search to vault list page. 2016-07-11 01:12:31 -04:00
Kyle Spearrin
f2ed6a4d33 support ipad for actionviewcontroller presentation on app extension page 2016-07-10 01:15:59 -04:00
Kyle Spearrin
4cb9488ee7 Remove UserDialogs plugin and dependencies for extension. Use custom/native dialogs for extension. Added modern http client to resolve TLS issues in extension. Dismiss and reload table for add site in extension. 2016-07-09 15:23:54 -04:00
Kyle Spearrin
d61d3c201a singleton Random() 2016-07-09 13:12:46 -04:00
Kyle Spearrin
549ac1f996 Save newly added site in extension 2016-07-09 13:11:18 -04:00
Kyle Spearrin
066e48a721 standardized view controller and property names a bit for extension. 2016-07-09 02:01:23 -04:00
Kyle Spearrin
3a82653ae5 Moved cells from storyboard into being managed in controller code. new ios views for tableview cells. 2016-07-09 01:07:02 -04:00
Kyle Spearrin
3291a0d78d Assigning context to add site cells 2016-07-08 00:35:48 -04:00
kspearrin
ecb7e9921d Implement automatic height on static table view for add site 2016-07-08 00:06:10 -04:00
Kyle Spearrin
edd8e2e1a1 downgrade bouncycastle for xamarin studio nuget restore support 2016-07-07 21:23:25 -04:00
Kyle Spearrin
135f323372 revert back to default ios bar color. Added new Add Site view controller for extension (WIP) 2016-07-07 20:53:01 -04:00
Kyle Spearrin
e7c78f6efa only select when there is an action passed in 2016-07-07 00:35:39 -04:00
Kyle Spearrin
6b996e3a98 Generate password cell added to add/edit site pages. Delete callback from generate password page. 2016-07-07 00:27:29 -04:00
Kyle Spearrin
b7869ed763 order names in vault. getbyid can now return null if not found (use find instead of get) 2016-07-07 00:00:12 -04:00
Kyle Spearrin
31ad96ff31 lazy decrypt password and username for vault listing. dynamically show copy and url launch options if provided. 2016-07-06 22:59:13 -04:00
Kyle Spearrin
29c7a0ccf0 background thread full/incremental sync operations. pool sqlconnection. sqlconnection to FullMutex mode for multithread environment. try/catch decryption errors. 2016-07-06 22:33:50 -04:00
Kyle Spearrin
0be15d7a34 updated to forms 2.3.0. Few fixes to NoHeader and NoFooter for tableview on iOS. 2016-07-05 19:07:56 -04:00
Kyle Spearrin
eb265503eb wrap long lines 2016-07-04 23:20:16 -04:00
Kyle Spearrin
cd03acfb70 split push sentence with concatination 2016-07-04 23:19:16 -04:00
Kyle Spearrin
84326811dd Redid a few thigns on extension page with messaging. Added reanable button. Updated refresh icon to orange 2016-07-04 23:11:44 -04:00
Kyle Spearrin
b1592bfd96 only use custom model renderer only when nofooter or noheader 2016-07-04 22:53:13 -04:00
Kyle Spearrin
2712ae10e6 Focus input when cell tapped. 2016-07-04 22:35:49 -04:00
Kyle Spearrin
2d5d9fd113 Added nofooter and noheader options to extendedtable view. 2016-07-04 22:31:15 -04:00
Kyle Spearrin
02d0e57197 bold "no way" 2016-07-04 03:01:43 -04:00
Kyle Spearrin
f74273999c Relative layout on register page to show help text under password and hint. 2016-07-04 02:45:32 -04:00
Kyle Spearrin
b9c823b0aa Added reflection service to handle sizerequest for extendedtableview. Remove footer spacing on uitableview ios renderer. 2016-07-03 02:57:09 -04:00
Kyle Spearrin
ec419a2306 padding option for form entry cell. increased padding on login and register forms. reduced large font size on iOS 2016-07-03 00:27:10 -04:00
Kyle Spearrin
7e6dbecfe3 update packages 2016-07-03 00:09:34 -04:00
Kyle Spearrin
d9b2bc30c4 Added missing service registrations and null check on domain in extension. 2016-07-02 23:53:45 -04:00
Kyle Spearrin
6bb7651ad1 Added tools extension page to help iOS users activate the action extension. 2016-07-02 15:20:06 -04:00
Kyle Spearrin
55ed801fe7 Password generator page. Password generation service. Tests. Renamed some settings constants. 2016-07-02 02:01:47 -04:00
Kyle Spearrin
cd4f1f4c2f Organizated pages into folders based on app "section" 2016-07-01 19:21:12 -04:00
Kyle Spearrin
5a34d4cd6d Check push registration once per day 2016-07-01 19:16:47 -04:00
kspearrin
6d6f4b350b Fix build errors with delete repo contract change 2016-07-01 19:06:07 -04:00
Kyle Spearrin
7d62a89a51 Init HttpClient with each Api Request. Guarg agsint connectivity issues when making API calls. 2016-07-01 18:54:00 -04:00
Kyle Spearrin
a4e6f49959 Building out tools page options 2016-07-01 00:03:54 -04:00
Kyle Spearrin
94f7f715e6 stubbed out tools page and moved sync to settings 2016-06-30 22:04:45 -04:00
Kyle Spearrin
f1ef1a0ce0 few style updates to extension 2016-06-30 21:48:56 -04:00
Kyle Spearrin
515412f863 Added device identifier as header to api calls 2016-06-30 21:40:44 -04:00
Kyle Spearrin
57b6c9f67c sync folder id 2016-06-30 21:26:28 -04:00
Kyle Spearrin
8fd4e09b78 More sync operations with broadcast refreshes of listing pages 2016-06-30 20:08:34 -04:00
Kyle Spearrin
acfe0032ef background color updates 2016-06-30 19:08:09 -04:00
Kyle Spearrin
17af08b7d4 Removed disclosure from view cell in favor of button. Updated sync logic for incrementals. Store revision date from server record. Apply more accessability font size support for editor and picker controls 2016-06-30 18:53:43 -04:00
Kyle Spearrin
7a48128e43 Push notification and sync fixes 2016-06-30 00:36:44 -04:00
Kyle Spearrin
8653a76e26 full sync from sync page 2016-06-29 22:04:09 -04:00
Kyle Spearrin
2d6e0bd95a Cipher api repository and various sync operations from push notifications. 2016-06-29 21:59:18 -04:00
Kyle Spearrin
84836fe89b adjusting cells for vault list view 2016-06-29 00:34:20 -04:00
Kyle Spearrin
2e9410846e Optimizations for dynamic text sizes. 2016-06-28 23:44:47 -04:00
Kyle Spearrin
734d2632dc added custom font renderers for ios dynamic text 2016-06-28 08:21:39 -04:00
Kyle Spearrin
818b1c426f push notification registration for iOS 2016-06-28 00:55:53 -04:00
Kyle Spearrin
3506383733 gray color on home page label 2016-06-27 22:18:48 -04:00
Kyle Spearrin
0cbda0b574 added image option to form entry cell. Added clear option to extended entry 2016-06-27 22:17:49 -04:00
Kyle Spearrin
54da129887 Move to named sizes 2016-06-27 20:56:59 -04:00
Kyle Spearrin
275246f27b app id prefix for keychain service 2016-06-27 19:55:05 -04:00
Kyle Spearrin
aac1c22c56 Changed all background colors for pages. Got rid of custom label colors in favor of defaults. 2016-06-27 19:53:31 -04:00
Kyle Spearrin
a642d9cef2 find-login-action value in extension identifier for chrome support 2016-06-27 19:36:38 -04:00
Kyle Spearrin
76cf566c9e base domain proerpty for domain name 2016-06-26 00:32:22 -04:00
Kyle Spearrin
954e2294c0 added domain name parsing. moved iphone debug profile to only arm64 for faster building. 2016-06-26 00:16:10 -04:00
Kyle Spearrin
e38dbff152 Added register page and accounts repo. Switch to color instead of bg image. 2016-06-25 20:54:17 -04:00
Kyle Spearrin
e7fef012b8 Same service for keychain storage across apps. Changed keychain access group name. Updated fill script with results from site selection in extension. 2016-06-25 02:54:34 -04:00
Kyle Spearrin
1307b6a1b2 access group for keychain. load sites for given hostname in extension 2016-06-25 01:58:42 -04:00
Kyle Spearrin
9d8f54af9d Custom ISettings implemtation for app group support on iOS. 2016-06-24 23:39:13 -04:00
Kyle Spearrin
f97b62c51d Move extensioncontext parsing into ViewDidLoad due to lifecycle conflicts with Safari. Fixed typo with plain-text activation predicate. 2016-06-24 19:24:00 -04:00
kspearrin
80f127dd7f cleanup proj files, added app group for shared db 2016-06-24 19:01:44 -04:00
Kyle Spearrin
96914b9bd8 added plaintext predicate for chrome support 2016-06-24 00:15:25 -04:00
Kyle Spearrin
a1798f68af added extension back ios project references 2016-06-24 00:04:32 -04:00
Kyle Spearrin
712f031650 async fix on log in 2016-06-23 23:06:33 -04:00
Kyle Spearrin
3532037700 Login page updates 2016-06-23 23:03:00 -04:00
Kyle Spearrin
a437731bfa added styles to homepage buttons 2016-06-22 23:50:38 -04:00
Kyle Spearrin
03d3c5921a changed bundleid and added appgroup entitlements 2016-06-22 23:50:25 -04:00
Kyle Spearrin
1b73748d52 Stubbed out new HomePage for landing on when logged out. 2016-06-21 23:54:51 -04:00
Kyle Spearrin
4cfa8e2dee device registration on login 2016-06-21 22:29:29 -04:00
Kyle Spearrin
0f5b2f5721 push device /w token to server upon registration 2016-06-18 16:20:31 -04:00
Kyle Spearrin
3e91510868 implemented repository for device apis 2016-06-18 16:10:09 -04:00
Kyle Spearrin
8677e9e7ae Setup push notifications for android and ios 2016-06-18 02:45:46 -04:00
Kyle Spearrin
244936534e android adjustments 2016-06-17 18:14:24 -04:00
Kyle Spearrin
79892cbf9f Added eye button icon for show/hide password 2016-06-17 00:37:51 -04:00
Kyle Spearrin
0c3bd0b92c some style consolidation 2016-06-17 00:01:25 -04:00
Kyle Spearrin
7c6a4c8fb1 Added back more context menu to list view of vault 2016-06-16 00:09:46 -04:00
Kyle Spearrin
ecc15363b5 Added listview renderer that implements margins as contentinset. Added margin to vault listview. 2016-06-15 23:39:49 -04:00
Kyle Spearrin
527fc00e0a larger box for text cell disclosure button 2016-06-15 23:05:11 -04:00
Kyle Spearrin
0d3cb7c117 added "more" disclosure image for vault listing cell "more options" action sheet. 2016-06-15 00:36:50 -04:00
Kyle Spearrin
a238523551 repurpose vaultlistpage to also serve favorites page 2016-06-14 23:23:05 -04:00
Kyle Spearrin
3c14eaf3f8 Added site favorite option 2016-06-14 22:36:37 -04:00
Kyle Spearrin
cd9d06b0b3 Only display folders that have contents 2016-06-14 22:19:40 -04:00
Kyle Spearrin
4ba721b314 styling updates to ios 2016-06-14 00:19:18 -04:00
Kyle Spearrin
f8f004a798 new star and cogs icons 2016-06-13 23:38:00 -04:00
Kyle Spearrin
29e91ae22e change plus icon on iOS 2016-06-13 22:09:16 -04:00
Kyle Spearrin
e4926c4425 Added favorites tab with new selected icon capabilities in TabbedPage 2016-06-13 22:04:25 -04:00
Kyle Spearrin
0007cac17b retina bg images 2016-06-13 20:24:37 -04:00
Kyle Spearrin
8108f4023a Vault add/edit/view site updates to table section/cell display. 2016-06-13 20:03:16 -04:00
Kyle Spearrin
baeee00a8d PIN value check 2016-06-12 23:35:04 -04:00
Kyle Spearrin
e85fd53d56 PIN settings page 2016-06-12 00:49:35 -04:00
Kyle Spearrin
243a32c62b added bg to android 2016-06-11 11:55:35 -04:00
Kyle Spearrin
9af3239f41 lock page styling. 2016-06-11 02:43:53 -04:00
Kyle Spearrin
afbc5a903b UI updates to ios extension 2016-06-11 01:17:08 -04:00
Kyle Spearrin
e22918a562 launch screen styling. Updated some build configurations for iOS 2016-06-11 00:27:33 -04:00
Kyle Spearrin
0e52920cfd launch screen storyboard 2016-06-10 00:36:15 -04:00
Kyle Spearrin
904ba1ffb8 Updated PIN lock page with gesture recognizer to refocus entry 2016-06-07 19:19:21 -04:00
Kyle Spearrin
a871a839e7 added to login service for android 2016-06-06 22:17:09 -04:00
Kyle Spearrin
15e154feb0 pin lock page modifications 2016-06-06 21:13:00 -04:00
Kyle Spearrin
89e4189779 redid lock pin page with pin control. 2016-06-06 18:48:52 -04:00
Kyle Spearrin
2c19413275 setup lock pin page 2016-06-05 00:17:15 -04:00
Kyle Spearrin
e94be9905f Merge branch 'master' of github.com:bitwarden/mobile 2016-06-04 22:35:14 -04:00
Kyle Spearrin
6a5d40b3ef android checklock 2016-06-04 22:35:03 -04:00
Kyle Spearrin
b73ec16ce1 title white 2016-06-04 21:59:33 -04:00
Kyle Spearrin
1c4de107b9 Table source and row selection. 2016-06-04 18:27:34 -04:00
Kyle Spearrin
9755d4c79b Split extension up into smaller parts. Process in Loading controller. Response in action controller. 2016-06-04 17:04:49 -04:00
kspearrin
bff7c79ebe Fixed nav controller. Pass context from splash. 2016-06-04 15:27:50 -04:00
Kyle Spearrin
9ba5498d18 storybaord work for extension 2016-06-04 12:10:03 -04:00
kspearrin
f7ac5e08f2 Fixed issues with storyboard with xamarin studio 2016-06-03 17:54:49 -04:00
Kyle Spearrin
186bbddff6 added storyboard to extension 2016-06-02 23:28:17 -04:00
Kyle Spearrin
437b565f8e navbar for extension. Added splash image as well 2016-06-02 20:35:54 -04:00
Kyle Spearrin
8c1ac478a2 use js key for browser provider 2016-06-02 18:09:25 -04:00
Kyle Spearrin
7ab247db01 NullValueHandling for fillScript 2016-06-02 00:28:41 -04:00
Kyle Spearrin
ae5b637786 added webview support for app extension. moved safari extension to same code as webview. 2016-06-02 00:18:47 -04:00
Kyle Spearrin
fac4401e97 Added support for find login, save login, and change password app extension provider types. 2016-05-30 22:51:53 -04:00
Kyle Spearrin
72c1a987c9 integrating ios extension with onepassword-app-extension 2016-05-30 03:08:12 -04:00
Kyle Spearrin
48db0e8d13 updated entitlements and added missing service locator package to ios extension 2016-05-29 10:20:31 -04:00
Kyle Spearrin
1502792f28 stubbed out login service using accessibility apis for android. 2016-05-29 00:06:22 -04:00
Kyle Spearrin
cb82fdf31b iOS Core project to house common iOS code between app and extension 2016-05-28 16:06:53 -04:00
Kyle Spearrin
46f480740c extension.js code for filling and submiting login forms 2016-05-28 00:59:36 -04:00
Kyle Spearrin
b5a7f9430a ios extension removed storyboard. return values to js. 2016-05-26 22:22:38 -04:00
Kyle Spearrin
38a8010b81 extension debug 2016-05-25 00:09:11 -04:00
Kyle Spearrin
83e872f4b6 Remove android icon from nav bar. Persist selection for lock options. 2016-05-24 22:32:39 -04:00
Kyle Spearrin
3e14f4a19c header updates 2016-05-24 20:14:37 -04:00
Kyle Spearrin
38b7509fbb remove ios tableview margin correction 2016-05-24 19:50:16 -04:00
Kyle Spearrin
aff118c501 null check on InvokeCompleted 2016-05-24 19:06:19 -04:00
Kyle Spearrin
6f286ded4f entry optimizations on all entry pages 2016-05-23 23:48:34 -04:00
Kyle Spearrin
dd9463fca2 OnComplete return type, autocorrect, and autocapitalize implemented for android. 2016-05-23 22:50:32 -04:00
Kyle Spearrin
7ce1eec96d ios extended entry options. next button actions for add site page 2016-05-23 21:56:38 -04:00
Kyle Spearrin
8e8272c6fd manual lock setting 2016-05-21 23:26:35 -04:00
Kyle Spearrin
29236f7462 security settings for touch id and locking 2016-05-21 22:50:15 -04:00
Kyle Spearrin
c408614a85 added lock fingerprint page. added view for ios to hide app when backgrounded from multitask window. 2016-05-21 12:32:34 -04:00
Kyle Spearrin
54652e639b positioning. extended switch cell. 2016-05-18 23:55:30 -04:00
Kyle Spearrin
383a49b75c icon resources for android. more places for extended obs collection. 2016-05-18 23:30:46 -04:00
Kyle Spearrin
a470f35465 fixed bug in crypto service where field was not being returned when set. 2016-05-18 23:09:17 -04:00
Kyle Spearrin
96daac9b34 remove test list page 2016-05-18 22:53:34 -04:00
Kyle Spearrin
9cd4145217 testing list page perf 2016-05-18 21:45:13 -04:00
Kyle Spearrin
c4161ac5a5 Extended observable collection for bulk addrange 2016-05-18 20:29:03 -04:00
Kyle Spearrin
11f908aab2 folder delete 2016-05-17 23:25:40 -04:00
Kyle Spearrin
08875f7c5a Settings options added to table. Folder add/edit/list pages for settings. 2016-05-17 23:09:20 -04:00
Kyle Spearrin
72c807a5b2 ExtendedTextCell and ExtendedViewCell for iOS and Android. BackgroundColor and Disclousure Indicators 2016-05-17 21:28:19 -04:00
Kyle Spearrin
e9999adcf2 vault page layout positioning 2016-05-16 23:54:24 -04:00
Kyle Spearrin
56733e6652 white status bar on ios 2016-05-16 22:58:06 -04:00
Kyle Spearrin
dc9ebbc5a7 folder icon added to header view. custom bordering. extended text cell for android background color. 2016-05-16 22:47:36 -04:00
Kyle Spearrin
4e906f9370 Wired up view page functionality. Expanded LabeledValueCell. Created custom group template for vault list page. 2016-05-14 01:34:42 -04:00
Kyle Spearrin
d288116b39 new LabelValueCell for tableview on site view page 2016-05-13 19:57:07 -04:00
Kyle Spearrin
83f308cbf0 Moved add/edit pages to use custom form cells. Moved navigation of vault to modals. Created custom renderer for left modal dismiss button on navigation pages. refresh for edit site UI. 2016-05-13 00:11:32 -04:00
Kyle Spearrin
8ec957c39c Extended table view more for iOS 2016-05-12 21:30:02 -04:00
Kyle Spearrin
2ece75b2c0 new icons for ios. new renderers for editor, picker, table view. android style changes. 2016-05-12 00:09:06 -04:00
Kyle Spearrin
6fd81fc40e TableView to add site page 2016-05-11 19:29:43 -04:00
Kyle Spearrin
15be1cbf43 Android styles and theme, updated to extended controls 2016-05-10 22:53:34 -04:00
Kyle Spearrin
3f251d0d12 Extended controls 2016-05-09 23:25:37 -04:00
Kyle Spearrin
b4144a393a init addsite page 2016-05-09 18:16:42 -04:00
Kyle Spearrin
01b318024b New resource strings. TableView implementation for settings page. 2016-05-08 00:28:14 -04:00
Kyle Spearrin
93f1d9ebfb Site edit page. Moved site view page to a bound view model. Renamed view models to Models.Page namespace. 2016-05-07 23:11:47 -04:00
Kyle Spearrin
a6cdce6bb4 make sync a navigation page 2016-05-07 16:32:29 -04:00
Kyle Spearrin
aeb04d0178 More localized resource strings applied. Implemented more options actions on valut list page. Added delete confirmation. 2016-05-07 13:42:09 -04:00
Kyle Spearrin
27e8474dae Setup resx file to house localized resource strings. 2016-05-07 03:06:27 -04:00
Kyle Spearrin
1664c3fbf0 Added and configured iOS Extension project with ExtensionPreprocessingJS for webpage analysis. 2016-05-07 01:54:44 -04:00
Kyle Spearrin
d4b56e0e16 Clipboard service and view site page 2016-05-06 22:29:03 -04:00
Kyle Spearrin
71be9f8780 save last sync in settings 2016-05-06 18:49:01 -04:00
Kyle Spearrin
decd3fc24e Added icons for iOS. Broke out data access into repositories. Added syncing service. 2016-05-06 00:17:38 -04:00
Kyle Spearrin
24a5a16723 wip 2016-05-03 19:49:49 -04:00
Kyle Spearrin
92e74274e0 wip 2016-05-03 02:08:50 -04:00
Kyle Spearrin
c6222c8ed3 Add folder page, folder picker on add site page. 2016-05-02 18:35:01 -04:00
Kyle Spearrin
e05ed4c1f2 updates 2016-05-02 17:50:16 -04:00
Kyle Spearrin
bc3d9c4465 initial commit 2016-05-02 02:52:09 -04:00