summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
| * More "Manual Setup" button tweaksTony Mantler2014-04-042-0/+6
| | | | | | | | | | | | b/13750692 Change-Id: I8e4c7cc1cb74af16998ec26aae506d30735ed068
* | Merge "Make oauth error handling localizable" into ub-mail-algolMartin Hibdon2014-04-031-0/+2
|\ \ | |/ |/|
| * Make oauth error handling localizableMartin Hibdon2014-04-031-0/+2
| | | | | | | | | | | | Also, add some logging to track down b/13545303 Change-Id: I44a0d63b5c3b53018b48eb1c58d6a9ff74bddd9c
* | Change 'Manual setup' into clickable text instead of a checkboxTony Mantler2014-04-013-0/+11
|/ | | | | | b/13733521 Change-Id: I7f338cbfb8357c5e1a27c6e886ea96e5c6924d22
* More setup layout tweaksTony Mantler2014-03-313-3/+17
| | | | | | | b/13675117 b/13677552 Change-Id: I8a89d634f0c1d6e0766b6ecf0a839abc03864af6
* Add more padding in setup flow for wide screensTony Mantler2014-03-311-3/+4
| | | | | | b/13728657 Change-Id: Ib7c996d188b9f70cc4adbd2a7545c5f8a2099d87
* Add disambiguation screen when user protocol choice differs from providers.xmlTony Mantler2014-03-282-0/+11
| | | | | | b/13640868 Change-Id: I75116f30e9c12d2e8b6757bf208e1519e438aed9
* Move nav buttons to left and right on account setup flowTony Mantler2014-03-273-1/+4
| | | | | | | | For extra-wide displays b/13640931 Change-Id: Ibc99dc287b9bb3f125abe3f931a34589927443e7
* Add giant yellow email logo to account setup screenTony Mantler2014-03-271-0/+4
| | | | | | b/13677552 Change-Id: Icfd2e878fd62118486c347ae4737c5409a2e5c9b
* Remove hairline in account setup flowTony Mantler2014-03-272-15/+0
| | | | | | b/13675117 Change-Id: I499929c4b4dd05c26aa24e5bd4c29fd89c6da963
* Make account setup flow headline grey and skinnyTony Mantler2014-03-262-1/+2
| | | | | | b/13639943 Change-Id: I1c1fd6c3438baadbc006a1f2c340ab0abbd7b5c1
* Begin fixing layouts for account setup flowsTony Mantler2014-03-212-38/+100
| | | | | | | | | | Also address some RTL issues b/10784160 b/13544189 b/13585832 Change-Id: I5c86497940ce4b972e0ee9189418f120391a8833
* Fix setup flow dialog dismissalTony Mantler2014-03-191-4/+0
| | | | | | | | Also remove redundant ok/cancel strings b/13512724 Change-Id: Idfc7745fbf6a08f09051eb4a6154fc446b43eb67
* Add the password failed warning textMartin Hibdon2014-03-122-1/+11
| | | | | | | | | | | Now, if you fail to authenticate on the credentials fragment, instead of taking you to the full accountSetupIncoming, it just takes you back to the credentials fragment with a warning that your password is wrong. Also, make it so that pressing "next" on the password IME behaves the same as pressing the Next button. Change-Id: Ice91c842659c33ba6f8ac876356a79265c703e2e
* Merge "Disambiguate providers between AOSP and EmailGoogle" into ub-mail-masterTony Mantler2014-03-101-0/+3
|\
| * Disambiguate providers between AOSP and EmailGoogleTony Mantler2014-03-101-0/+3
| | | | | | | | | | | | b/13323222 Change-Id: I7d10182973b57e4c2c306739a15237952a7e6c95
* | Fix appearance and a11y of account setup navigation buttonsTony Mantler2014-03-061-0/+5
|/ | | | | | b/13341957 Change-Id: I3664c83ef6c9016448fa6691bb27146fcb8144b4
* Update the title for the oauth authentication screenMartin Hibdon2014-02-201-1/+1
| | | | Change-Id: I93300791551e199c47880773f2ea9301154cd077
* Fix authentication viewMartin Hibdon2014-02-181-3/+3
| | | | | | | | | | | | Unfortunately, there are problems with making a single view handle all kinds of authentication and certificate selection. The layouts for the account settings screen on phones versus tablets are just too different. So now the certificate selection code has moved back to the fragments themselves, and the authenticationView only handles passwords and oauth. Change-Id: I1ef0c69687a00029717b836458c85c1b0667ff95
* Make settings flow work for OAuthMartin Hibdon2014-02-141-1/+1
| | | | | | | | | | | | Now the password entry is removed from AccountSettingsBasics, and the user is taken to either SignInActivity or AccountSetupType after hitting the next button. This is a lot closer to the desired setup flow as it allows for oauth signin. Ideally this is not what we will ship for Algol, but it put us in a state where we could ship if we had to. Change-Id: I5b28bccd27c515572e4947ca877bd1772732507d
* Add sign in ActivityMartin Hibdon2014-02-051-1/+9
| | | | | | | This allows the user to choose which type of authentication to use for existing IMAP accounts. Change-Id: Ib44364a1059a2c4b8a7a0fa66b14cd042b28770e
* Merge "Create AuthenticationFragment" into ub-mail-masterMartin Hibdon2014-01-292-0/+9
|\
| * Create AuthenticationFragmentMartin Hibdon2014-01-292-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one fragment that holds all types of authentication information, e.g. password, OAuth info, and client certificates. What gets displayed depends upon the type of account it is dealing with. So far this is only used in AccountSetupIncoming, but later it can be added to other settings fragments. There are still some issues with this, but I'd like to check it in sooner than later to unblock other work. Change-Id: Iea675ad5c1727f32ca0baa270dfa793ab7109993
* | Add missing dimensions to base resource fileTony Mantler2014-01-211-0/+11
|/ | | | | | b/12664658 Change-Id: I40b4cc91d5ed9deaeb3dc897a4f69d88d9613072
* Merge "Make intents more explicit" into ub-mail-masterTony Mantler2013-12-091-0/+1
|\
| * Make intents more explicitTony Mantler2013-12-091-0/+1
| | | | | | | | | | | | also fix intent strings. Change-Id: I880fd6cd6192ae43002e1ddc8558f823141c5952
* | Add temporary code to do oauth authenticationMartin Hibdon2013-12-061-0/+6
|/ | | | | | | | This just adds an oauth button to the accountSetupBasics screen, which will launch a webview and go to the google authentication page. Change-Id: I09d5182fa6081fb94b40e7910b71afbbee70387e
* am 06e140e4: Update messaging when autodiscover fails due to an auth errorTony Mantler2013-11-051-0/+9
|\ | | | | | | | | * commit '06e140e4a42c11e60331229963d27548ea35551c': Update messaging when autodiscover fails due to an auth error
| * Update messaging when autodiscover fails due to an auth errorTony Mantler2013-11-051-0/+9
| | | | | | | | | | | | b/11538085 Change-Id: I76689cbd89eef233588804edeb3893f1ad36bebe
* | am eb280d1b: Merge "Disable Move Actions for POP3 Folders" into jb-ub-mail-ur10Alon Albert2013-10-291-0/+1
|\| | | | | | | | | * commit 'eb280d1b457cef098e2d5fe70fb7a83aa1c18121': Disable Move Actions for POP3 Folders
| * Disable Move Actions for POP3 FoldersAlon Albert2013-10-291-0/+1
| | | | | | | | | | Bug: 11311812 Change-Id: I5813281cca76b9b4a373b5b40dbbd1909800f951
* | Add override string.Andrew Sapperstein2013-10-101-0/+3
|/ | | | Change-Id: I10d12a7e66765c0e3cdce5b45eb048c23cd39d63
* Use the correct widget provider classTony Mantler2013-10-091-0/+3
| | | | | | b/11043157 Change-Id: Icb4e6408535ca4cc055581ca7e8bd74c83aeecdf
* Fix string for quick response editing.Yu Ping Hu2013-09-251-2/+2
| | | | | Bug: 10793424 Change-Id: I3b04f8680b5a2764a17e3adec3a16b512a8e98d9
* Use unified strings for sender image preference and switch to checkboxTony Mantler2013-09-181-13/+0
| | | | | | b/10693718 Change-Id: Iec81347915611f81ded0c62ca37c401fdb28ae9f
* Remove subtitle from "Confirm before X" preferencesTony Mantler2013-09-111-0/+2
| | | | | | b/10696931 Change-Id: I6353f045322d49c26b69d7e96357ec7a8ef426f8
* Don't use implicit eventsPaul Westbrook2013-08-282-1/+3
| | | | | Bug: 10189773 Change-Id: I4579f2e465bd23b8ab4cdf291bfbe80cf6518328
* Increase char limit for a string.Yu Ping Hu2013-08-231-1/+1
| | | | | Bug: 10460863 Change-Id: Iaaaf2988f86cf1182a29ec6b99e88d4bbe9c309c
* Remove a bunch of unused resourcesScott Kennedy2013-08-227-543/+2
| | | | Change-Id: I3ae05b530046a087f150da0ceb8b59f7970da817
* Fix some sync related strings to match UX spec.Yu Ping Hu2013-08-201-12/+11
| | | | | Bug: 9564587 Change-Id: Ibf09f3a7c6fcd9fe2c939f35d8f41261e1b8005f
* Reimplement QuickResponse supportTony Mantler2013-08-161-0/+2
| | | | | | b/8622751 Change-Id: Id079efcf34dce15b5f5057f937582c0e198d3d50
* Move the "Add new quick response" button into the action barTony Mantler2013-08-121-1/+1
| | | | Change-Id: I433fb686837d0de125fb277f5055bc33b7769eff
* Cleanup service loading.Yu Ping Hu2013-07-261-2/+0
| | | | | | | | Authenticator upgrading no longer uses the services file to specify upgrades, so we can remove the fields associated with that functionality. Change-Id: I2122f18614d714a3d5a565fb4a6a547ddc010b6f
* Change the concept of a default accountScott Kennedy2013-06-271-8/+0
| | | | | | | | | | | | | | | | The user no longer has control over this. Now, the "default" account (which is only used for prepopulating the name of new accounts is either the last used account (to be defined), or the first account in the database. This removes a setting, and simplifies a lot of code. We may also want to auto-select the default account when entering the compose screen from the combined view, but we do not currently have an easy way to do that. Bug: 7442992 Change-Id: Iff5bb36d8cbd327334211b670fa4851cbda6b9a0
* Use resource strings for system folders.Andrew Sapperstein2013-06-261-0/+2
| | | | | | | | | Fixes b/9193813. Previously we returned a value from the database in all cases. This meant that system folders were not translated. Change-Id: Ife568651886bfb6de76221b8bc5d013dac8fa21a
* Fix mailbox sync options.Yu Ping Hu2013-06-241-2/+5
| | | | | | | - Change mailbox sync interval to be a boolean. - Decouple Inbox settings from account settings. Change-Id: Id02d43b281f323ca4db499ce97e8f4bb6d82c2bb
* Support eml attachments in email.Andrew Sapperstein2013-06-211-0/+3
| | | | Change-Id: I76274540d00a292d5a8f777d75d8e9f7b2ef3a51
* Update the signature summaryPaul Westbrook2013-06-181-4/+0
| | | | | Bug: 9480853 Change-Id: I8996efa268c906485ee1d5cfcf0f883d40927009
* Remove auto sync windows.Yu Ping Hu2013-06-141-4/+0
| | | | | | | | | Also includes other DB upgrade code. Bug: 8668336 Bug: 9226612 Change-Id: Id9664fd8cda466ec34862a793e41cbcce78efb4c
* Move support for settings menu to UnifiedEmailPaul Westbrook2013-06-121-2/+0
| | | | | | | Move the base settings menu to UnifiedEmail Bug: 9393150 Change-Id: Ifa69125d84802a0d7dd2275e4704ec7a4d1fb2f1