1. f402bff Adding more action filters and map them to cooresponding fragment by Lujiang Xue · 6 years ago
  2. edee4d3 Merge "- moving all intent filters into a single activity in manifest file - use a static class to map from action string into fragment that handles that action" into pi-car-dev by Roger Xue · 6 years ago
  3. b026471 Merge "Prevent config string resource from being translated." into pi-car-dev by TreeHugger Robot · 6 years ago
  4. 88ad2eb Merge "DO NOT MERGE Add dialogs to enable renaming the local and remote Bluetooth devices." into pi-car-dev by TreeHugger Robot · 6 years ago
  5. 5613701 Merge "Refactor Applications to SettingsFragment/PreferenceController<T>" into pi-car-dev by TreeHugger Robot · 6 years ago
  6. 19e5a36 Prevent config string resource from being translated. by davidln · 6 years ago
  7. 4c242f1 Refactor Applications to SettingsFragment/PreferenceController<T> by Heemin Seog · 6 years ago
  8. cfaee5b Merge "Add BluetoothDeviceAddressPreferenceController which will deisplay the Bluetooth MAC of a remote device." into pi-car-dev by David Nelloms · 6 years ago
  9. 8a91a4b Add BluetoothDeviceAddressPreferenceController which will deisplay the Bluetooth MAC of a remote device. by davidln · 6 years ago
  10. 0504041 DO NOT MERGE Add dialogs to enable renaming the local and remote Bluetooth devices. by davidln · 6 years ago
  11. 8959005 Migrate add wifi fragment to preferences by Heemin Seog · 6 years ago
  12. 8d6a985 - moving all intent filters into a single activity in manifest file by Lujiang Xue · 6 years ago
  13. c81ab38 Merge "Refactor Datetime related code to use SettingsFragment/PreferenceController<T>" into pi-car-dev by TreeHugger Robot · 6 years ago
  14. fd077f0 Refactor Datetime related code to use SettingsFragment/PreferenceController<T> by Heemin Seog · 6 years ago
  15. c7c6c62 Merge "Add default ringtones to sound settings" into pi-car-dev by Heemin Seog · 6 years ago
  16. 204381f Add default ringtones to sound settings by Heemin Seog · 6 years ago
  17. 793cf38 Merge "Add filter which will be used to limit the length of user entered Bluetooth names." into pi-car-dev by TreeHugger Robot · 6 years ago
  18. 174bcb5 Merge "Add preference controller extended by several Bluetooth preference controllers which correspond to a specific device." into pi-car-dev by TreeHugger Robot · 6 years ago
  19. 57d6a21 Merge "Increase limit for dialog title per translation team request." into pi-car-dev by TreeHugger Robot · 6 years ago
  20. fbb9fc2 Merge "Developer options in car settings: USB debugging" into pi-car-dev by Heemin Seog · 6 years ago
  21. 9ca7c37 Add preference controller extended by several Bluetooth preference controllers which correspond to a specific device. by davidln · 6 years ago
  22. b92a613 Increase limit for dialog title per translation team request. by davidln · 6 years ago
  23. 9d7cbc9 Add filter which will be used to limit the length of user entered Bluetooth names. by davidln · 6 years ago
  24. e0fc21f Developer options in car settings: USB debugging by Heemin Seog · 6 years ago
  25. 21714e9 Merge "DO NOT MERGE Delete unused code in users settings." into pi-car-dev by Heemin Seog · 6 years ago
  26. 4c8c22b Merge "DO NOT MERGE Add BluetoothAddressPreferenceController which will display the vehicle Bluetooth MAC." into pi-car-dev by TreeHugger Robot · 6 years ago
  27. 5707489 Merge "Move intent update util into only controller that uses it." into pi-car-dev by TreeHugger Robot · 6 years ago
  28. c29e33e Merge "Add ability to send lifecycle events to a controller with PreferenceControllerTestHelper." into pi-car-dev by TreeHugger Robot · 6 years ago
  29. 71fa559 Merge "Fix example for Tap to Sync string" into pi-car-dev by Roshan Agrawal · 6 years ago
  30. c0b1d7f Move intent update util into only controller that uses it. by davidln · 6 years ago
  31. 22cb02c Add ability to send lifecycle events to a controller with PreferenceControllerTestHelper. by davidln · 6 years ago
  32. fce60f5 Merge "DO NOT MERGE Migrate system settings page to PreferenceController and SettingsFragment." into pi-car-dev by TreeHugger Robot · 6 years ago
  33. bdcfa2d DO NOT MERGE Add BluetoothAddressPreferenceController which will display the vehicle Bluetooth MAC. by davidln · 6 years ago
  34. ebca8df Merge "DO NOT MERGE Add preference controller extended by most Bluetooth preference controllers." into pi-car-dev by David Nelloms · 6 years ago
  35. b65078b Merge "Refactor sound settings to use SettingsFragment/PreferenceController<T>" into pi-car-dev by TreeHugger Robot · 6 years ago
  36. bd250bc Fix example for Tap to Sync string by Roshan Agrawal · 6 years ago
  37. f26fb43 Refactor sound settings to use SettingsFragment/PreferenceController<T> by Heemin Seog · 6 years ago
  38. 757bca5 DO NOT MERGE Delete unused code in users settings. by Heemin Seog · 6 years ago
  39. 8721913 DO NOT MERGE Migrate system settings page to PreferenceController and SettingsFragment. by davidln · 6 years ago
  40. c8a8f9f Allow OEM configuration of the fragment to start at launch. by davidln · 6 years ago
  41. 3dee2a6 Merge "Prework cleanup and addition of strings for Bluetooth preference migration." into pi-car-dev by David Nelloms · 6 years ago
  42. f227769 Merge "Setup entry points for car setting to handle different intent actions" into pi-car-dev by David Nelloms · 6 years ago
  43. 323cf29 Merge "Revert "Notify the current fragment of ux restrictions when restoring it from the backstack."" into pi-car-dev by TreeHugger Robot · 6 years ago
  44. bfda7f5 Prework cleanup and addition of strings for Bluetooth preference migration. by davidln · 6 years ago
  45. e0301e4 DO NOT MERGE Add preference controller extended by most Bluetooth preference controllers. by davidln · 6 years ago
  46. 66d6236 Revert "Notify the current fragment of ux restrictions when restoring it from the backstack." by David Nelloms · 6 years ago
  47. 6b3d371 Merge "Fix stopped check logic for sync details update" into pi-car-dev by TreeHugger Robot · 6 years ago
  48. 78be1ad Setup entry points for car setting to handle different intent actions by Lujiang Xue · 6 years ago
  49. 24cc688 Fix stopped check logic for sync details update by Roshan Agrawal · 6 years ago
  50. 9504b18 Merge "Attach and detach screen in PreferenceControllerTestHelper to simulate what would happen to the screen in a preference fragment." into pi-car-dev by David Nelloms · 6 years ago
  51. ca0c9f2 Merge "Minor cleanup from ag/5684396 where local variables could be used." into pi-car-dev by David Nelloms · 6 years ago
  52. b604305 Merge "Create Developer options settings page." into pi-car-dev by Heemin Seog · 6 years ago
  53. 77cba75 Merge "Notify the current fragment of ux restrictions when restoring it from the backstack." into pi-car-dev by David Nelloms · 6 years ago
  54. 04d0757 Merge "Fix a crash where try to convert a regular preference into AccessPointPreference" into pi-car-dev by TreeHugger Robot · 6 years ago
  55. 21659ed Minor cleanup from ag/5684396 where local variables could be used. by davidln · 6 years ago
  56. 16b03b1 Attach and detach screen in PreferenceControllerTestHelper to simulate what would happen to the screen in a preference fragment. by davidln · 6 years ago
  57. 548c990 Notify the current fragment of ux restrictions when restoring it from the backstack. by davidln · 6 years ago
  58. 0ec95e8 Merge "Update implementations of BasePreferenceFragment and BasePreferenceController to incorporate feedback and learnings from migration work." into pi-car-dev by David Nelloms · 6 years ago
  59. 4bf5da3 Fix a crash where try to convert a regular preference into AccessPointPreference by Lujiang Xue · 6 years ago
  60. f401cf2 Create Developer options settings page. by Heemin Seog · 6 years ago
  61. 5773bcc Merge "Add Account Sync Details to Settings" into pi-car-dev by Roshan Agrawal · 6 years ago
  62. d5f8a23 Add Account Sync Details to Settings by Roshan Agrawal · 6 years ago
  63. 47c5c43 Update implementations of BasePreferenceFragment and BasePreferenceController to incorporate feedback and learnings from migration work. by davidln · 6 years ago
  64. 34925a0 Add ability to enable developer settings via car settings by Heemin Seog · 6 years ago
  65. 73e46b9 Merge "Add a layer of indirection for Language settings" into pi-car-dev by TreeHugger Robot · 6 years ago
  66. ebbbf91 Merge "Shorten button text" into pi-car-dev by TreeHugger Robot · 6 years ago
  67. 7bbc923 Add a layer of indirection for Language settings by Heemin Seog · 6 years ago
  68. fb6bc65 Shorten button text by Jian Jin · 6 years ago
  69. 6af64d8 Fix issue for granting admin access. by Heemin Seog · 6 years ago
  70. 9d5e907 DO NOT MERGE Migrate UserDetailFragment to Preferences. by Heemin Seog · 6 years ago
  71. ee7dacb make fallback activity distraction optimized by Lujiang Xue · 6 years ago
  72. 86e72ef Merge "DO NOT MERGE" into pi-car-dev by Roger Xue · 6 years ago
  73. a351f76 DO NOT MERGE by Lujiang Xue · 6 years ago
  74. a5068cc Merge "DO NOT MERGE Include cleanup from ag/5624122 to prevent merge conflicts for changes in files." into pi-car-dev by TreeHugger Robot · 6 years ago
  75. e304de1 DO NOT MERGE Include cleanup from ag/5624122 to prevent merge conflicts for changes in files. by davidln · 6 years ago
  76. 6afd212 Clean up use of progress bar in Fragments now that it is a shared resource. by davidln · 6 years ago
  77. 4e1e502 Merge "Move progress bar to activity layout so that all uses are the same." into pi-car-dev by David Nelloms · 6 years ago
  78. 618ba10 Move progress bar to activity layout so that all uses are the same. by davidln · 6 years ago
  79. fa8b395 Add a general preference widget with a secondary button and split background. by davidln · 6 years ago
  80. ab75d75 Merge "Convert CarAlertDialogs to AlertDialogs." into pi-car-dev by Heemin Seog · 6 years ago
  81. 51124b2 Refresh users list on resume. by Heemin Seog · 6 years ago
  82. 11d45c1 Convert CarAlertDialogs to AlertDialogs. by Heemin Seog · 6 years ago
  83. b2fb785 Extend FragmentController to help with Dialogs by Heemin Seog · 6 years ago
  84. bb13f68 Merge "Migrate reset network confirm fragment to preferences." into pi-car-dev by Heemin Seog · 6 years ago
  85. 46aad5dd Merge "Migrate Reset App Pref Fragment to preferences." into pi-car-dev by TreeHugger Robot · 6 years ago
  86. b890292 Migrate reset network confirm fragment to preferences. by Heemin Seog · 6 years ago
  87. 72064a8 Merge "fix crashes on wifi-detailed page" into pi-car-dev by TreeHugger Robot · 6 years ago
  88. 69d6db4 Migrate Reset App Pref Fragment to preferences. by Heemin Seog · 6 years ago
  89. 1752a0b fix crashes on wifi-detailed page by Lujiang Xue · 6 years ago
  90. d2ba756 DO NOT MERGE Migrate ChooseNewAdminFragment to preferences. by Heemin Seog · 6 years ago
  91. 5486b09 Merge "Remove linebreaks from the strings file." into pi-car-dev by TreeHugger Robot · 6 years ago
  92. 93f3d6d Remove linebreaks from the strings file. by davidln · 6 years ago
  93. 76c9b38 Merge "Sound Settings connects to car on onCreate()" into pi-car-dev by TreeHugger Robot · 6 years ago
  94. 29653dd Merge "Migrate UsersListFragment to use preferences." into pi-car-dev by Heemin Seog · 6 years ago
  95. 217abd9 Merge changes Ibc282b1d,If701c53b into pi-car-dev by Roshan Agrawal · 6 years ago
  96. 4da1679 Migrate UsersListFragment to use preferences. by Heemin Seog · 6 years ago
  97. a2dfed7 Sound Settings connects to car on onCreate() by Heemin Seog · 6 years ago
  98. 682fd25 Add Account Sync information to Account Details by Roshan Agrawal · 6 years ago
  99. a2df3f1 Migrate AccountDetailsFragment to PreferenceFragment by Roshan Agrawal · 6 years ago
  100. 682435f Merge "Use all levels for wifi signal drawable and descriptions." into pi-car-dev by TreeHugger Robot · 6 years ago