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
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
cfe34355bd
helper for empty header value
2017-11-20 22:39:49 -05: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
2fa7b532b1
new enc key implementation
2017-05-31 22:47:19 -04:00
Kyle Spearrin
24382b8607
resolving warnings for obsolete APIs
2017-05-30 14:13:53 -04:00
Kyle Spearrin
d392dc82a1
settings features page setup with analytics cell
2017-05-27 14:52:37 -04:00
Kyle Spearrin
408d66ee74
update xamarin forms. empty string section titles
...
There appears to be a bug regression introduced with the new xamarin
forms that removes headers if there is no title. Hack to fix it for now
is to include a empty string header title.
2017-04-20 14:18:16 -04:00
Kyle Spearrin
22f3bd1073
tearing down event handlers on page disappears
2017-02-17 00:16:09 -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
8322e49305
i18n resource strings for pre-login pages
2016-11-25 16:54:33 -05:00
Kyle Spearrin
0257c5b30d
removed monospaced font from username field
2016-11-08 21:29:24 -05:00
Kyle Spearrin
bb37372be0
relax password requirements during registration
2016-10-10 22:04:00 -04:00
Kyle Spearrin
23274ef914
Password rules for registration.
2016-10-03 23:20:17 -04:00
Kyle Spearrin
c27d427799
Splash screen, styling updates, focus with delay for android.
2016-08-19 00:27:37 -04:00
Kyle Spearrin
2c05c9595b
Await async calls after loading. Added ConfigureAwaits throughout API repositories. Formatting.
2016-08-16 19:20:41 -04:00
Kyle Spearrin
b4a80751b2
Android UI improvements. Added hockeyapp for android. Recycle lsitview elements.
2016-08-13 21:43:15 -04:00
Kyle Spearrin
748698b33f
Fixes to android. Added assets for android.
2016-08-13 00:30:41 -04:00
Kyle Spearrin
d3b1fed9b7
Track activity more accurately throughout the app & extension so that lock screen is not presented prematurly.
2016-08-08 19:00:36 -04:00
Kyle Spearrin
7de33d1c60
load login page after registration completed
2016-08-06 11:57:05 -04:00
Kyle Spearrin
7ba4baa5ce
Tracked a few events in the main app.
2016-08-04 00:32:37 -04:00
Kyle Spearrin
39b7420c52
Updated to new version of user dialogs with new toast messages
2016-07-26 00:38:41 -04:00
Kyle Spearrin
4a136315d5
Control showing status bar for home page
2016-07-23 15:32:11 -04:00
Kyle Spearrin
2911af2c16
Password hint page
2016-07-23 00:40:17 -04:00
Kyle Spearrin
eb265503eb
wrap long lines
2016-07-04 23:20:16 -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
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
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
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
e38dbff152
Added register page and accounts repo. Switch to color instead of bg image.
2016-06-25 20:54:17 -04:00