summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed clear all does not work under multi-windowNaoki Amano2016-09-192-8/+10
| | | | | | | | After going into multi-window or rotate screen, getFragments() refers wrong fragments, so changed to update UI by adapter Bug: 31510193 Change-Id: Ic5f998e6543954f3bd9c497e10c56b4a939edfe8
* Add extra string to empty statemariagpuyol2016-09-051-2/+2
| | | | | Bug:30927743 Change-Id: Id598557fa19fc3f74274394e3e03a2fb59c5e1d3
* Fix disambiguation problem when calling contactmariagpuyol2016-08-161-1/+15
| | | | | Bug:30872007 Change-Id: I3f498d02b26f65ce872f761389dfefbda32737fd
* Remove date of birthmariagpuyol2016-06-024-366/+8
| | | | | Bug:29071987 Change-Id: I68d6969498ce702c238efeedd474d189d583ed74
* Merge "Force phone number to be LTR" into nyc-devTreeHugger Robot2016-05-141-1/+4
|\
| * Force phone number to be LTRmariagpuyol2016-05-131-1/+4
| | | | | | | | | | Bug:28761742 Change-Id: Ib169b5b9fca8d0cb79817e3d8d0f2b6c18dffdf9
* | Enable ViewInfoActivity.mariagpuyol2016-04-261-2/+10
|/ | | | | | ViewInfoActivity might have been disabled by old code. Bug:28401242 Change-Id: I5c7df01ca22ce32157a27a759a7645a3c8dd5357
* Merge "Press on arrow goes back to prev screen" into nyc-devMaria Garcia Puyol2016-04-141-6/+0
|\
| * Press on arrow goes back to prev screenmariagpuyol2016-04-141-6/+0
| | | | | | | | | | | | | | We don't need to explicitly set what activity to go back to, since now we have the same taskAffinity as Settings Bug:28076797 Change-Id: I40797708a9e2bf017ba6b3f83308ff1bc6331a40
* | Merge "Never disable ViewInfoActivity" into nyc-devMaria Garcia Puyol2016-04-145-112/+1
|\ \
| * | Never disable ViewInfoActivitymariagpuyol2016-04-145-112/+1
| |/ | | | | | | | | | | Bug:28175107 Bug:28176036 Change-Id: I49b2c042aba55d397597b4050b79d2a684b111c8
* / Protect against b/28194605mariagpuyol2016-04-142-2/+29
|/ | | | | Bug:28194605 Change-Id: Ic4d68fe148faa0d17cbf4315b0d7fcae4d57f861
* Merge "Protection against b/27946460" into nyc-devMaria Garcia Puyol2016-04-143-3/+39
|\
| * Protection against b/27946460mariagpuyol2016-04-133-3/+39
| | | | | | | | | | Bug:27946460 Change-Id: I047ac11b7b26b8b91303fb1d32a4c0b0f543fc35
* | Merge "Use apply instead of commit in UI thread" into nyc-devMaria Garcia Puyol2016-04-131-1/+1
|\ \
| * | Use apply instead of commit in UI threadmariagpuyol2016-04-131-1/+1
| |/ | | | | | | | | Bug:28175107 Change-Id: Ic7b9fbdd0d543edf59a99ec6132395dd3f9e57bb
* / Fix bug in tron logs: pass int instead of a strmariagpuyol2016-04-112-4/+13
|/ | | | | Bug:26688835 Change-Id: I995a170df9ed949654433692da008050d9f730ca
* Remove duplicated code and store last consent timemariagpuyol2016-04-083-28/+64
| | | | | Bug:28076797 Change-Id: I4559f1ee202cc56a30f26f80774017a5eb06b6cf
* Disable ViewInfoActivity on bootmariagpuyol2016-04-071-0/+46
| | | | | Bug:28054211 Change-Id: Ia1df07fece2b7f41b44710d4abc5af9768083502
* Add tests for dialogs in EditInfoActivitymariagpuyol2016-04-061-46/+32
| | | | | | | This also fixes tests that were passing with the screen off, but that don't pass with the screen on. Bug:27821764 Change-Id: I0b78497557ea8b21bc41a9817dde5c24dd8db26b
* Add more testsmariagpuyol2016-04-051-0/+3
| | | | | Bug:27821764 Change-Id: I925eccdfff8fb92bb8d834d6c66f4a6ac469bc3a
* Add more tests for EditInfoActivitymariagpuyol2016-04-052-3/+4
| | | | | Bug:27821764 Change-Id: Iac30d22fe1be2dd9cb4c7dcdc2c0bc23de0a4f87
* Merge "Add contact-related tests" into nyc-devMaria Garcia Puyol2016-04-052-2/+18
|\
| * Add contact-related testsmariagpuyol2016-04-052-2/+18
| | | | | | | | | | Bug:27821764 Change-Id: If5f8201c5fd559fdea9b4c5365d72a230718334d
* | Fix bug in clear all preferencesmariagpuyol2016-04-051-1/+1
|/ | | | | Bug:27905566 Change-Id: I820e9d6836fc6c3fe5cc53238cc8aba536b68a3c
* Add test for ViewInfoActivitymariagpuyol2016-04-041-1/+5
| | | | | Bug:27821764 Change-Id: I13497f68c48fcd5b3752b4997a464cbd12327078
* Add more tests for custom preferencesmariagpuyol2016-04-013-73/+53
| | | | | Bug:27821764 Change-Id: If510e154bd8d443723f97ce26a28cd60f947255b
* Setup tests and add first testsmariagpuyol2016-03-315-28/+50
| | | | | Bug:27821764 Change-Id: I0899f763b60b8fbef87ef0690214e671b9aef2c8
* Use same task for Settings>Users and EmergencyInfomariagpuyol2016-03-302-2/+8
| | | | | Bug:27859534 Change-Id: I381cda6731ff16dfa901a24ca26248f506e60035
* Add app icon and remove unused methodmariagpuyol2016-03-303-13/+0
| | | | | Bug:27533454 Change-Id: I704e730bd582574f65e2669871c897b01eb2a6bb
* Add the possibility to clear all infosmariagpuyol2016-03-305-14/+105
| | | | | Bug:27905566 Change-Id: I5bf2ffa82609509e4cfd8258cd1c27a48a6183bf
* Add intent filter for editing emergency contactsmariagpuyol2016-03-302-0/+15
| | | | | Bug:27919201 Change-Id: I7f92c5a65aaa588f1dea04487e56de04bb429c55
* Disable ViewInfoActivity if no info is setmariagpuyol2016-03-293-0/+51
| | | | | Bug:27891776 Change-Id: I91f356c18a72af235822b888d67deedd06e92945
* Merge "Change clear task to clear top" into nyc-devMaria Garcia Puyol2016-03-291-1/+1
|\
| * Change clear task to clear topmariagpuyol2016-03-281-1/+1
| | | | | | | | | | Bug:27859534 Change-Id: I43c14214966536e6f119a3820d6d08d32cdc7104
* | Only show legal warning dialog once a daymariagpuyol2016-03-281-3/+21
|/ | | | | Bug:27621394 Change-Id: I1491efed854185c4ea5a0ba0924fdefed83e9147
* Merge "Go back to correct starting activity" into nyc-devMaria Garcia Puyol2016-03-282-6/+1
|\
| * Go back to correct starting activitymariagpuyol2016-03-282-6/+1
| | | | | | | | | | Bug:27859534 Change-Id: I77c248ae1562572314b08737e9077c241c7da451
* | Show contacts in the same order they are addedmariagpuyol2016-03-282-54/+65
|/ | | | | Bug:27843840 Change-Id: I7c30b180ca8aece66624d20f3554c7b9fa061aa0
* Merge "Small UI changes from UX feedback" into nyc-devMaria Garcia Puyol2016-03-251-7/+14
|\
| * Small UI changes from UX feedbackmariagpuyol2016-03-251-7/+14
| | | | | | | | | | | | | | | | These include: -Make date of birth have 70% opactity -Change tab color to teal Bug:27533454 Change-Id: I4ba21783770923d499c577dbc1e62f406fde1cd1
* | Merge "Close dialog and save when clicking the 'Done' key" into nyc-devMaria Garcia Puyol2016-03-251-2/+16
|\ \
| * | Close dialog and save when clicking the 'Done' keymariagpuyol2016-03-251-2/+16
| |/ | | | | | | | | Bug:27844112 Change-Id: I7ef7cc6b1f22061ea2a2213b55c399628d975dac
* | Merge "Allow more lines in the summary of the preferences" into nyc-devMaria Garcia Puyol2016-03-251-0/+12
|\ \
| * | Allow more lines in the summary of the preferencesmariagpuyol2016-03-251-0/+12
| |/ | | | | | | | | Bug:27853117 Change-Id: I331cb529239b7d73fb10b27a8b285d1044b36f47
* | Merge "Initialize internal value to defaut unset value" into nyc-devMaria Garcia Puyol2016-03-251-0/+1
|\ \
| * | Initialize internal value to defaut unset valuemariagpuyol2016-03-251-0/+1
| |/ | | | | | | | | Bug:27833569 Change-Id: Ifb22abb050b53c0d00488c83b38df0f93f88c797
* | Merge "Fix for ArrayIndexOutOfBoundsException" into nyc-devMaria Garcia Puyol2016-03-252-5/+6
|\ \ | |/ |/|
| * Fix for ArrayIndexOutOfBoundsExceptionmariagpuyol2016-03-252-5/+6
| | | | | | | | | | | | Bug:27843749 Bug:27844062 Change-Id: Ia6647d17dea1763955cc232089f8ed7dfdaa2cf2
* | Change v7 support toolbar to Toolbarmariagpuyol2016-03-241-5/+5
|/ | | | | | | With this change we now extend activity instead of ActionBarActivity (which extends AppCompatActivity, etc.). This is necessary to use ActivityInstrumentationTestCase2 in tests Bug:27843836 Change-Id: I1834366744f04d56706a9db4814fb79199c07b26