summaryrefslogtreecommitdiff
path: root/packages/Shell/src
AgeCommit message (Expand)Author
2016-03-04Do not re-define remote bugreport constants defined in DevicePolicyManager Michal Karpinski
2016-03-02Always show intern storage. Steve McKay
2016-02-29Make bugreport details dialog confirm to Material Guidelines for Dialogs. Felipe Leme
2016-02-26Merge "Open bugreport info when touching notification (as well as DETAILS but... Felipe Leme
2016-02-25Open bugreport info when touching notification (as well as DETAILS button). Felipe Leme
2016-02-26Merge "Using Message.obtain() to decrease number of Messages allocated." into... Felipe Leme
2016-02-25Using Message.obtain() to decrease number of Messages allocated. Felipe Leme
2016-02-25Removed toast messsage sent after screenshot is taken. Felipe Leme
2016-02-25Reset UI fields when dialog is reused, otherwise it might contain fields Felipe Leme
2016-02-25Final (?) fixes on id / pid split. Felipe Leme
2016-02-23Created counter (tron_varz_dumpstate_duration) for dumpstate duration. Felipe Leme
2016-02-23Initial implementation of logging metrics for bugreport. Felipe Leme
2016-02-17Merge "Be less aggressive in removing old remote bugreport files" into nyc-dev Michal Karpinski
2016-02-17Be less aggressive in removing old remote bugreport files Michal Karpinski
2016-02-16Cancel notifications when user tap on Details or Take Screenshot after Felipe Leme
2016-02-09Split bugreport identifier into id and pid. Felipe Leme
2016-02-08Add pid on main bugreport notifications. Felipe Leme
2016-02-01Added extra sanity checks. Felipe Leme
2016-01-29Fixed check for empty title. Felipe Leme
2016-01-29Added entries to zip file before sending the share notification. Felipe Leme
2016-01-20Updates notification while bugreport zip is being changed. Felipe Leme
2016-01-19Skip zip regeneration when user didn't provide extra info. Felipe Leme
2016-01-13Save bugreport info on share intent. Felipe Leme
2016-01-07Modifying Shell to accomodate remote bugreports Michal Karpinski
2016-01-06Include title and description on bugreport.zip Felipe Leme
2016-01-06Fixed corner-case scenario where a screenshot is finished after the share Felipe Leme
2015-12-21Handle bugreport screenshots on Shell. Felipe Leme
2015-12-16Allows users to add details about a bugreport in progress. Felipe Leme
2015-12-11Merge "Unhardcoded file paths." Felipe Leme
2015-12-11Unhardcoded file paths. Felipe Leme
2015-12-09Refactored what happens when a BUGREPORT_FINISHED is received. Felipe Leme
2015-12-05Changed ActivityManager.requestBugreport() to take a 'progress' parameter. Felipe Leme
2015-12-04Refactoring: pulled ServiceHandler methods to its parent class. Felipe Leme
2015-12-04Changed workflow so max progress can be dynamically updated. Felipe Leme
2015-12-02Adds a notification action to cancel a bugreport in progress. Felipe Leme
2015-11-25Created a new bug report workflow so user can keep track of its progress. Felipe Leme
2015-11-24Refactored the BUGREPORT_RECEIVED logic into a new service. Felipe Leme
2015-11-20Initial integration test for BugReportReceiver. Felipe Leme
2015-11-18Improves how cornercase scenarios are handled: Felipe Leme
2015-11-03Added serial number in the bugreport message body. Felipe Leme
2015-10-30Set ClipData with attachments URIs on bugreport notification. Felipe Leme
2015-07-13Set last modified timestamp for the bugreport entry in the zipped file from o... Felipe Leme
2015-06-22Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-dev Ian Pedowitz
2015-06-18resolved conflicts for merge of 1dac6bd9 to mnc-dev Wei Liu
2015-06-18Renaming bugreport.txt to bugreportFile.getName() Ian Pedowitz
2015-06-17Wear doesn't need Shell to send notification when bugreport captured. Wei Liu
2015-06-16Improved zipping logic so it zips chunks, instead of the whole file at once, ... Felipe Leme
2015-06-16Changed BugReportReceiver to send zipped bugreports. Felipe Leme
2015-03-23Add BugreportStorageProvider Ryo Hashimoto
2015-03-18Replace usages of deprecated Resources.getColor() and getColorStateList() Alan Viverette