1. f8cf395 Removed FLAG_ADVANCED. by Felipe Leme · 8 years ago
  2. 1ae5a69 Proper handle of duplicated BUGREPORT_STARTED. by Felipe Leme · 8 years ago
  3. 9545d8e Merge "Changed logic when dumpstate's max progress increases." into nyc-dev by Felipe Leme · 8 years ago
  4. 3fc44b9 Changed logic when dumpstate's max progress increases. by Felipe Leme · 8 years ago
  5. 1719b35 Add config flag to show/hide internal storage. Hide internal storage by default. by Aga Wronska · 8 years ago
  6. f3a65fd Merge "Minor UI improvements and code cleanup:" into nyc-dev by Felipe Leme · 8 years ago
  7. 1f7659b Merge "Log received intent." into nyc-dev by Felipe Leme · 8 years ago
  8. 39355fb Log received intent. by Felipe Leme · 8 years ago
  9. 213e355 Handle AccountManager failures so Shell doesn't crash. by Felipe Leme · 8 years ago
  10. 208b188 Minor UI improvements and code cleanup: by Felipe Leme · 8 years ago
  11. bded63d Merge "Don't log metrics for initial screenshot." into nyc-dev by Felipe Leme · 8 years ago
  12. 52ca701 Don't log metrics for initial screenshot. by Felipe Leme · 8 years ago
  13. 0108597 Merge "Warn user when bugreport is finished but screenshot is pending." into nyc-dev by Felipe Leme · 8 years ago
  14. 509d407 Merge "Vibrate after a screenshot is taken, not before." into nyc-dev by Felipe Leme · 8 years ago
  15. 5ee846d Warn user when bugreport is finished but screenshot is pending. by Felipe Leme · 8 years ago
  16. aa00f2d Vibrate after a screenshot is taken, not before. by Felipe Leme · 8 years ago
  17. d06e5af Merge "Minor improvements on BugreportProgressService:" into nyc-dev by Felipe Leme · 8 years ago
  18. 4f663f6 Minor improvements on BugreportProgressService: by Felipe Leme · 8 years ago
  19. 0f2daaf Call stopSelfWhenDone() *after* canceling the notification. by Felipe Leme · 8 years ago
  20. 2552f8a Do not re-define remote bugreport constants defined in DevicePolicyManager by Michal Karpinski · 8 years ago
  21. 7c43958 Always show intern storage. by Steve McKay · 8 years ago
  22. bbd91e5 Make bugreport details dialog confirm to Material Guidelines for Dialogs. by Felipe Leme · 8 years ago
  23. 1e33af8 Merge "Open bugreport info when touching notification (as well as DETAILS button)." into nyc-dev by Felipe Leme · 8 years ago
  24. db31363 Open bugreport info when touching notification (as well as DETAILS button). by Felipe Leme · 8 years ago
  25. 17fc60e Merge "Using Message.obtain() to decrease number of Messages allocated." into nyc-dev by Felipe Leme · 8 years ago
  26. 8648a15 Using Message.obtain() to decrease number of Messages allocated. by Felipe Leme · 8 years ago
  27. 5d9000a Removed toast messsage sent after screenshot is taken. by Felipe Leme · 8 years ago
  28. 2628878 Reset UI fields when dialog is reused, otherwise it might contain fields by Felipe Leme · 8 years ago
  29. 85ae3cf Final (?) fixes on id / pid split. by Felipe Leme · 8 years ago
  30. 510e922 Created counter (tron_varz_dumpstate_duration) for dumpstate duration. by Felipe Leme · 8 years ago
  31. 6605bd8 Initial implementation of logging metrics for bugreport. by Felipe Leme · 8 years ago
  32. f58179a Merge "Be less aggressive in removing old remote bugreport files" into nyc-dev by Michal Karpinski · 8 years ago
  33. a57f0e6 Be less aggressive in removing old remote bugreport files by Michal Karpinski · 8 years ago
  34. 1eee199 Cancel notifications when user tap on Details or Take Screenshot after by Felipe Leme · 8 years ago
  35. fd8ea07 Split bugreport identifier into id and pid. by Felipe Leme · 8 years ago
  36. e86b63b Add pid on main bugreport notifications. by Felipe Leme · 8 years ago
  37. af6fd40 Added extra sanity checks. by Felipe Leme · 8 years ago
  38. c8e2b60 Fixed check for empty title. by Felipe Leme · 8 years ago
  39. 18b5892 Added entries to zip file before sending the share notification. by Felipe Leme · 8 years ago
  40. 2758d5d Updates notification while bugreport zip is being changed. by Felipe Leme · 9 years ago
  41. b9d598c Skip zip regeneration when user didn't provide extra info. by Felipe Leme · 9 years ago
  42. c4f64677 Save bugreport info on share intent. by Felipe Leme · 9 years ago
  43. 226940e Modifying Shell to accomodate remote bugreports by Michal Karpinski · 9 years ago
  44. 4967f73 Include title and description on bugreport.zip by Felipe Leme · 9 years ago
  45. 2288129 Fixed corner-case scenario where a screenshot is finished after the share by Felipe Leme · 9 years ago
  46. d1e0f12 Handle bugreport screenshots on Shell. by Felipe Leme · 9 years ago
  47. bc73ffc Allows users to add details about a bugreport in progress. by Felipe Leme · 9 years ago
  48. a5d3cfa Merge "Unhardcoded file paths." by Felipe Leme · 9 years ago
  49. a0bf033 Unhardcoded file paths. by Felipe Leme · 9 years ago
  50. 46d4791 Refactored what happens when a BUGREPORT_FINISHED is received. by Felipe Leme · 9 years ago
  51. 4cc8633 Changed ActivityManager.requestBugreport() to take a 'progress' parameter. by Felipe Leme · 9 years ago
  52. 923afa9 Refactoring: pulled ServiceHandler methods to its parent class. by Felipe Leme · 9 years ago
  53. 719aaae Changed workflow so max progress can be dynamically updated. by Felipe Leme · 9 years ago
  54. 9cadb75 Adds a notification action to cancel a bugreport in progress. by Felipe Leme · 9 years ago
  55. 69c0292 Created a new bug report workflow so user can keep track of its progress. by Felipe Leme · 9 years ago
  56. b9238b3 Refactored the BUGREPORT_RECEIVED logic into a new service. by Felipe Leme · 9 years ago
  57. e53e85f Initial integration test for BugReportReceiver. by Felipe Leme · 9 years ago
  58. 3bf521a Improves how cornercase scenarios are handled: by Felipe Leme · 9 years ago
  59. a89c6e4 Added serial number in the bugreport message body. by Felipe Leme · 9 years ago
  60. 96b1195 Set ClipData with attachments URIs on bugreport notification. by Felipe Leme · 9 years ago
  61. e28d7fc Set last modified timestamp for the bugreport entry in the zipped file from original file, otherwise it uses the date the zip was created. by Felipe Leme · 9 years ago
  62. c16a26a Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-dev by Ian Pedowitz · 9 years ago
  63. 9fbee9b resolved conflicts for merge of 1dac6bd9 to mnc-dev by Wei Liu · 9 years ago
  64. bd82c7d Renaming bugreport.txt to bugreportFile.getName() by Ian Pedowitz · 9 years ago
  65. ae363d2 Wear doesn't need Shell to send notification when bugreport captured. by Wei Liu · 9 years ago
  66. 00f4a6e Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM. by Felipe Leme · 9 years ago
  67. 55beae09 Changed BugReportReceiver to send zipped bugreports. by Felipe Leme · 9 years ago
  68. dd98034 Add BugreportStorageProvider by Ryo Hashimoto · 9 years ago
  69. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  70. e255e4e Hide bug report notification in Android Framework from watches. by Wei Liu · 10 years ago
  71. 255dd04 Added notification color to all system notifications by Selim Cinek · 10 years ago
  72. e37e9ba Show notification ticker for finished bugreports. by Jeff Sharkey · 11 years ago
  73. d952690 Move deleteOlderFiles() to framework, tests. by Jeff Sharkey · 11 years ago
  74. 02ffba9 Handle finished bugreports, share from private. by Jeff Sharkey · 11 years ago