summaryrefslogtreecommitdiff
path: root/apps/Development
Commit message (Collapse)AuthorAgeFilesLines
* development: TRDS 5.0 (3/4)HEADlp5.1Lars Greiss2015-09-281-0/+1
| | | | Change-Id: I33c814d2dac05154e840fb01a7009ad15451234e
* Merge tag 'android-5.1.0_r1' into HEADRicardo Cerqueira2015-03-103-0/+29
|\ | | | | | | Android 5.1.0 release 1
| * Add a button to the debug app to call reportBadNetwork.Lorenzo Colitti2014-12-173-0/+24
| | | | | | | | | | Bug: 18777225 Change-Id: I964f3deb60ea509dfb647a01d2b7b357dd47209b
| * Development: Connectivity: Fix receiver leakageDmitry Shmidt2014-11-031-0/+5
| | | | | | | | | | | | | | Bug: 18229332 Change-Id: Iadd8a1a6e72cf762f6494b586b53b827edebd25d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Grant dev tools system permission to trigger media-scan serviceAllen Shen2014-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | Google add the action ACTION_MEDIA_MOUNT into the list of protected boradcast, so that ordinary apps cannot trigger media scanning by directly sending the action out. The system built-in dev tool is granted system permission so that it will not crash when executing media scaning tools. Change-Id: I19797e61ba829df39d2b66f209cf41bf6565170f
* | Dev Tools: hide the icon!Chirayu Desai2014-11-241-1/+1
|/ | | | | | | change default catergory of the main activity to DEFAULT instead of LAUNCHER Change-Id: I25ed302ea3eedb93b5119a83f08b6d50aaecce08
* Connectivity: Add current scan amount notificationDmitry Shmidt2014-06-121-0/+4
| | | | | Change-Id: I717926f804d7e13192b80e59019310dc63cc0df8 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Use the updated RouteInfo API.Sreeram Ramachandran2014-06-061-2/+3
| | | | | | Bug: 15142362 Bug: 13885501 Change-Id: I97f1625e037c889b0cddd3db418c42c1d48b26b9
* am 361fce55: am d9fb901d: am 479cf9ff: Merge "Track changes to ↵Narayan Kamath2014-05-301-1/+1
|\ | | | | | | | | | | | | IActivityManager.startInstrumentation." * commit '361fce55866e220380fdf1c81f29e5498b5fa0a7': Track changes to IActivityManager.startInstrumentation.
| * Track changes to IActivityManager.startInstrumentation.Narayan Kamath2014-05-301-1/+1
| | | | | | | | Change-Id: Iceaecb720c2824134a1d6d13b1f3e0a16d41d76d
* | Update the Dev Tools app to the new route add/remove API.Sreeram Ramachandran2014-05-143-2/+13
| | | | | | | | | | | | | | Cherry-pick of: https://googleplex-android-review.git.corp.google.com/#/c/450447/ Change-Id: I629123567c907f0979e44998ef8d828b47059ec0
* | Fix UI of testing TDLS in Dev Tools appYuhao Zheng2013-11-061-4/+9
|/ | | | | | | The "Stop TDLS" button won't show up on smaller screens such as N4/N5. Fixed by changing the layout. Change-Id: I708376468eea5b053a7ed15ec5cebb18393ba235
* Expose WifiManager.setTdlsEnabled public APIVinit Deshapnde2013-08-161-4/+4
| | | | | | Bug: 10221775 Change-Id: I559e4a2afd525a03c8a13fd151eca4638426d03e
* Connectivity: Add IP config to TDLS testDmitry Shmidt2013-07-192-3/+15
| | | | | Change-Id: I70096a042faaacdaeed7d6aae16a95704202ef1d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add TDLS testDmitry Shmidt2013-07-183-0/+54
| | | | | | | Bug: 8539031 Change-Id: I68e9e2e93d49f29ed915a462570cb8e782e9a4f2 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Connectivity: Add logs to Wifi Scan testDmitry Shmidt2013-05-221-0/+2
| | | | | Change-Id: Iae13a841c01ee00970c0b08d57b16cad08832ff9 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESSDianne Hackborn2013-05-061-0/+4
| | | | | | | The monkey now gets told about system hangs, and does stuff about it! Most especially, it can collect a bug report. Monkey wins! Change-Id: Ic8350721e715ef21d1ec813c6aff9a83262d5faa
* am 2cb06fc1: am a6eaa197: Merge "Remove dead code that\'s keeping other dead ↵Elliott Hughes2013-03-221-310/+0
|\ | | | | | | | | | | | | code in frameworks/base alive." * commit '2cb06fc1f079bf089ff7dfd2844b5c0935bcc1d3': Remove dead code that's keeping other dead code in frameworks/base alive.
| * Remove dead code that's keeping other dead code in frameworks/base alive.Elliott Hughes2013-03-191-310/+0
| | | | | | | | | | | | | | DateUtils.writeDateTime is @hide, @deprecated, was never in an API level, but is currently kept alive by this dead code. Change-Id: Ibafbd39113a7c505ba8ab8e93e6b526505e5eaf1
* | Connectivity: Add Wifi Scan testDmitry Shmidt2013-03-113-1/+157
| | | | | | | | | | | | | | Initial Revision Change-Id: I6bf5f65f877980ab889e6d08f206cd9c99e5338c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Merge "Refactoring due to removing some private APIs."Svetoslav Ganov2013-01-291-1/+2
|\ \ | |/ |/|
| * Refactoring due to removing some private APIs.Svetoslav Ganov2013-01-231-1/+2
| | | | | | | | Change-Id: Id00d9fa974d8cb747cebb99c5a64ed5b438b56e9
* | Correcting 2 FC's in Dev ToolsHardCorePawn2013-01-241-0/+3
|/ | | | | Added in missing permission required by SyncTester Commented non-existant Google Login Service
* More on issue #7318666: hide developer options from user buildDianne Hackborn2012-10-101-1/+16
| | | | | | | | | | | The Dev Tools app now tries to add a link to Development Settings at the top of its list. Also add a new "Development Settings" app that directly takes you to the development settings activity, as a stand-alone app that could be distributed as a regular third party app. Change-Id: I8fe2b6a32cf4e37d69f4ce7b8d646a147b492d99
* Follow RegisteredServicesCache API changes.Jeff Sharkey2012-10-091-7/+3
| | | | | Bug: 7276595 Change-Id: I6064684380b7bbbec87c2345f782931d731ad5cb
* Remove use of private API.Dianne Hackborn2012-09-101-7/+4
| | | | Change-Id: I6c1e586af108cb1d94120295181d89c5050f5bc2
* Track multi-user change.Dianne Hackborn2012-09-071-1/+2
| | | | Change-Id: I0b45ec880f6149fba5d2d83c014e1e71a6524b99
* Merge "New development tool for creating cache files."Dianne Hackborn2012-07-125-1/+259
|\
| * New development tool for creating cache files.Dianne Hackborn2012-07-125-1/+259
| | | | | | | | Change-Id: I5d4bc5f41a08225a618f68b7afb3b5b3037d96d6
* | Use telephony-common and mms-common.Wink Saville2012-07-111-1/+1
|/ | | | Change-Id: If2e6b49eb9ceafc43de107ce761163c654f3ee35
* Remove old development settings.Dianne Hackborn2012-02-143-779/+0
| | | | | | | These are redundant with the new ones in the settings app, and in some cases conflict with them (or just don't work). Change-Id: I8e03ae1d77c6dfadcd7fdfc80279b54a3f65e7df
* Organize imports to resolve ambiguous type errors.Jeff Brown2012-01-261-8/+26
| | | | | | Fixes an ambiguous import involving OperationCanceledException. Change-Id: Ie96b1225b44342eabb70e25ce6e43dc027b65489
* fix the layout oddness that occurrs in portrait modeFred Quintana2012-01-121-88/+74
| | | | Change-Id: I42bb7479671c99220215cfc63d56d926baece10f
* Make the sync adapter driver understand the new settingsActivityFred Quintana2011-08-251-1/+4
| | | | | | | parameter. Bug: 5204776 Change-Id: I66c5f40f8cc460479232ecdb71c4e8e0495058c3
* am 4a76d154: am 82cdc8cc: Merge "Fix Development app to use netd for routes" ↵Robert Greenwalt2011-05-191-3/+16
|\ | | | | | | | | | | | | into honeycomb-LTE * commit '4a76d154e4d6ca532321e6f6dc9cdad3263affa3': Fix Development app to use netd for routes
| * Fix Development app to use netd for routesRobert Greenwalt2011-05-161-3/+16
| | | | | | | | Change-Id: I668d7165821071850a9b6011bc32eba1682e59ac
* | Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-081-3/+11
|/ | | | Change-Id: I3885d7f8a66868cd2ca5f463d427b891548cf22f
* Switch demo to use new delete observerKenny Root2011-03-011-2/+4
| | | | | | PackageBrowser had a delete observer that needed to be changed Change-Id: Ie0082b9af7a14d7d48f8ae64bee42e4c8fb214d7
* Add WindowOrientationListener log enable/disable checkbox.Jeff Brown2011-01-233-1/+32
| | | | Change-Id: I1107eb39a72b42ddc97e611c3fc33c3997ed49cd
* Update account testerFabrice Di Meglio2011-01-186-135/+251
| | | | | | | | - update Theme to use default one - AccountManager.getAuthTokenByFeatures() can be called thru a button - code refactoring and cleaning Change-Id: I1b4cfb340d9ed1506541fb9faf349f50d05df472
* support the changes to the SyncAdapter definition that allowFred Quintana2010-12-091-1/+6
| | | | | | specifying allowParallelSyncs and isAlwaysSyncable Change-Id: Ifdeddbdd6d5a6e2edb5c340d5ebd3f75ce7d9e18
* Development option to toggle StrictMode flashing.Brad Fitzpatrick2010-11-242-4/+79
| | | | Change-Id: I89a6907a8d0a8a635d7af1c9d124b4531915ba2f
* Move Dev Tools icon to mipmapKenny Root2010-11-233-2/+2
| | | | | | | | | | So that the different icon densities don't get stripped out of the build by aapt, move it to the mipmap directory. This will ensure that any program using the getDrawableByDensity API can read any density/size of the icon needed. Change-Id: I8ee4f7233358be4d68133b20090323251511677a
* Add testing features to devtoolsRobert Greenwalt2010-10-054-114/+377
| | | | | | | Fixed manifest with missing permission. Added some connectivity api-tweakers Change-Id: I10007938e28e8c0f550ae78a7cd6df4a817a8800
* am ebb0b03e: am d424b8d9: Prepare for a new IActivityController method.Dianne Hackborn2010-09-231-0/+4
|\ | | | | | | | | | | | | Merge commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57' * commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57': Prepare for a new IActivityController method.
| * am d424b8d9: Prepare for a new IActivityController method.Dianne Hackborn2010-09-231-0/+4
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82' into gingerbread-plus-aosp * commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82': Prepare for a new IActivityController method.
| | * Prepare for a new IActivityController method.Dianne Hackborn2010-09-231-0/+4
| | | | | | | | | | | | Change-Id: I30823fe0c06aef35a2773760ec938e7979cd1037
* | | am 31018711: am 7d26cd19: Add an activity to Dev Tools that shows the ↵Joe Onorato2010-09-073-0/+109
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Configuration and DisplayMetrics. Merge commit '310187112b211f24c074fd9e34db9dddc59158f3' * commit '310187112b211f24c074fd9e34db9dddc59158f3': Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
| * | am 7d26cd19: Add an activity to Dev Tools that shows the Configuration and ↵Joe Onorato2010-09-073-0/+109
| |\| | | | | | | | | | | | | | | | | | | | | | | | | DisplayMetrics. Merge commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89' into gingerbread-plus-aosp * commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89': Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
| | * Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.Joe Onorato2010-09-073-0/+109
| | | | | | | | | | | | Change-Id: I6d3a682adccfef99eaa4d01b97091eda68f05cd8