NetNewsWire/iOS
Aaron Raimist 256b805684
Set email text field content type to username so iOS offers to autofill passwords
This is what Apple says to do for email fields. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view

> For example, if your site uses email addresses as user names, set the input view’s textContentType property to .username, and set the keyboardType property to .UIKeyboardType.emailAddress.
2019-05-25 16:04:48 -05:00
..
Add Decrement the static row count instead of using hard-coded values 2019-05-19 19:20:35 -05:00
Base.lproj Disable add new item button when there are no active accounts 2019-05-19 16:08:48 -05:00
Detail Fixed a crash that occurs when presenting the share sheet on iPad. Issue #639 2019-05-24 09:56:26 -05:00
Extensions Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00
MasterFeed Update UI when accounts change or when account state changes 2019-05-19 19:18:28 -05:00
MasterTimeline Remove quality assurance checks from avatar image in timeline 2019-05-19 13:03:07 -05:00
Progress Change progress indicator to be a progress bar instead of the activity indicator. 2019-04-23 07:26:35 -05:00
Resources Add add account selection scene for iOS 2019-05-16 17:45:38 -05:00
Settings Set email text field content type to username so iOS offers to autofill passwords 2019-05-25 16:04:48 -05:00
AppAssets.swift Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00
AppDefaults.swift Made number of lines in timeline configurable. 2019-04-29 15:29:00 -05:00
AppDelegate.swift Add status syncing to iOS 2019-05-20 13:51:08 -05:00
NavigationStateController.swift Rename AccountsDidChangeNotification to AccountsDidChange to match other notification names 2019-05-19 16:36:33 -05:00