Commit Graph

53 Commits

Author SHA1 Message Date
Nick Kralevich
e800044ab9 Delete development_settings.xml
This does not appear to be used. Also delete stale references
in strings.xml.

Bug: 21388590
Change-Id: I032a3f88624c589e007367693711464401a21a63
2016-10-12 12:21:15 -07:00
Joe Onorato
795b407460 Add exponential broadcast flood to the BadBehaviorActivity.
Bug: 28196243
Change-Id: I26eb8d5f7f9bcc90bfe5aa52f3d61a44b6105006
2016-04-20 15:44:02 -07:00
Paul Jensen
0991017843 Control WifiManager.MulticastLock from connectivity dev app
Add buttons to acquire and release the WifiManager.MulticastLock.

Change-Id: I28fd7743cb3adfeec055b6bcce2c8128b15cf2d3
2016-04-04 23:51:46 +09:00
Lorenzo Colitti
0c87eb6453 Display a progress bar when a network is being brought up.
Change-Id: I5d2c14ffc6010d29ffb832cb924c6b0108fd0048
2016-02-18 16:15:39 +09:00
Lorenzo Colitti
0b3999da19 Add the ability to file a NetworkRequest for TRANSPORT_WIFI.
Change-Id: I3a2cbdbcb94a6d63e853f2dc87ed0ef737620684
2016-02-18 14:13:19 +09:00
Lorenzo Colitti
fd99d399e5 Improve the Connectivity section of the Dev Tools app.
1. Remove one more usage of startUsingNetworkFeature.
2. Use new APIs for bound HTTP requests.

Bug: 25824776
Change-Id: Ic2f30ce9ffc873be198f6ad29cf928dc33574d84
2016-02-17 12:09:09 +09:00
Lorenzo Colitti
29b766e122 Add the ability to request SUPL neworks.
Also:
 - Refactor the code to remove duplication and make it easier
   to add/change the network buttons.
 - Make the MMS network request specify TRANSPORT_CELLULAR as
   well, since that's what the system MMS service uses.

Change-Id: If8e2ca1ae22b3da3fffb0593fbb93a1d479143f3
2015-11-27 19:25:54 +09:00
Lorenzo Colitti
6553b85a96 Remove the crash button from the dev tools connectivity app.
A button that throws an NPE isn't very useful when you can just
swipe the app away from recents.

Change-Id: I62ecfc6f3f4e02a3f9830409ac6a2793eff6a7c1
2015-11-21 21:58:18 +09:00
Lorenzo Colitti
28bb8be0da Update the Connectivity debug app to the multinetwork API.
1. Stop using the deprecated startUsingNetworkFeature and use
   requestNetwork instead.
2. Make use of clearCapabilities().

Bug: 23597341
Change-Id: I65cb813111947d159d2bb18f0d8a93fb726912e5
2015-10-22 08:42:37 +09:00
Pierre Vandwalle
c84e7b11e5 add wifi power calculation
Change-Id: I3176d835454b1324403b844d075709ba277a7189
2015-03-24 19:40:32 -07:00
Lorenzo Colitti
8501840869 Add a button to the debug app to call reportBadNetwork.
Bug: 18777225
Change-Id: I964f3deb60ea509dfb647a01d2b7b357dd47209b
2014-12-17 14:22:11 +09:00
Sreeram Ramachandran
b24ff8773d Update the Dev Tools app to the new route add/remove API.
Cherry-pick of:
https://googleplex-android-review.git.corp.google.com/#/c/450447/

Change-Id: I629123567c907f0979e44998ef8d828b47059ec0
2014-05-14 12:26:23 +00:00
Yuhao Zheng
52245fbc49 Fix UI of testing TDLS in Dev Tools app
The "Stop TDLS" button won't show up on smaller screens such as N4/N5. Fixed
by changing the layout.

Change-Id: I708376468eea5b053a7ed15ec5cebb18393ba235
2013-11-06 16:00:06 -08:00
Dmitry Shmidt
81253bc376 Connectivity: Add IP config to TDLS test
Change-Id: I70096a042faaacdaeed7d6aae16a95704202ef1d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-07-19 15:55:35 -07:00
Dmitry Shmidt
47a5a18431 Connectivity: Add TDLS test
Bug: 8539031

Change-Id: I68e9e2e93d49f29ed915a462570cb8e782e9a4f2
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-07-18 16:32:30 -07:00
Dmitry Shmidt
6420ac2c74 Connectivity: Add Wifi Scan test
Initial Revision

Change-Id: I6bf5f65f877980ab889e6d08f206cd9c99e5338c
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2013-03-11 11:35:58 -07:00
Dianne Hackborn
5b6b540207 New development tool for creating cache files.
Change-Id: I5d4bc5f41a08225a618f68b7afb3b5b3037d96d6
2012-07-12 14:50:08 -07:00
Fred Quintana
70c13b1957 fix the layout oddness that occurrs in portrait mode
Change-Id: I42bb7479671c99220215cfc63d56d926baece10f
2012-01-12 16:57:38 -08:00
Jeff Brown
2559c31618 Add WindowOrientationListener log enable/disable checkbox.
Change-Id: I1107eb39a72b42ddc97e611c3fc33c3997ed49cd
2011-01-23 14:57:12 -08:00
Fabrice Di Meglio
ac3b18ffe1 Update account tester
- update Theme to use default one
- AccountManager.getAuthTokenByFeatures() can be called thru a button
- code refactoring and cleaning

Change-Id: I1b4cfb340d9ed1506541fb9faf349f50d05df472
2011-01-18 13:31:33 -08:00
Brad Fitzpatrick
0480ef56ab Development option to toggle StrictMode flashing.
Change-Id: I89a6907a8d0a8a635d7af1c9d124b4531915ba2f
2010-11-24 13:27:53 -08:00
Kenny Root
0cba157889 Move Dev Tools icon to mipmap
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
2010-11-23 09:58:50 -08:00
Robert Greenwalt
40f7d44cac Add testing features to devtools
Fixed manifest with missing permission.
Added some connectivity api-tweakers

Change-Id: I10007938e28e8c0f550ae78a7cd6df4a817a8800
2010-10-05 12:12:18 -07:00
Joe Onorato
461baf515d am 31018711: am 7d26cd19: Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Merge commit '310187112b211f24c074fd9e34db9dddc59158f3'

* commit '310187112b211f24c074fd9e34db9dddc59158f3':
  Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
2010-09-07 14:48:17 -07:00
Joe Onorato
7d26cd1982 Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Change-Id: I6d3a682adccfef99eaa4d01b97091eda68f05cd8
2010-09-07 12:03:48 -04:00
Kenny Root
895fa90b76 am 8aede04b: Add positional parameters to aid in i18n 2010-06-01 16:10:22 -07:00
Kenny Root
8aede04bf2 Add positional parameters to aid in i18n
Different languages might have different word orders, so add in
positional parameters for strings that have more than one substitution.

Change-Id: Ie9fc74eb0a22471b272e65c6cd521f1518b322d1
2010-06-01 11:50:47 -07:00
Marco Nelissen
3021e718e2 Rename the "Media Scanner" DevTool to "Media Provider", and add
functionality to insert random filler data in to the database.

Change-Id: I632c7c8fea8aceca7b71dab88f3b01ed7ae49a92
2010-04-05 15:53:43 -07:00
Fred Quintana
5edd3d7a39 - change the accounts list to include the account type
- removed the list of account types from the top
- changed the context menu to use the actual account type, not
  the one selected in the spinner
- add the clear password option to the context menu

Change-Id: Icd509ed3f3da889f48b064cf524345e0121899fc
2010-03-16 12:49:29 -07:00
Dan Egnor
9d5338249b More bad behavior: ANR and long-term wedge in system process.
Use ActivityController (the special monkey hook) to wedge
ActivityManagerService, useful for triggering system ANRs
and for setting off the watchdog.

Also add more logging so it's clear what happens when.
2010-03-04 17:29:40 -08:00
Dianne Hackborn
a437c21d51 New dev tools option for window manager pointer location. 2010-02-11 23:55:03 -08:00
Dan Egnor
4903dae035 Add a native crash facility to Bad Behavior. 2010-01-27 15:10:58 -08:00
Fred Quintana
26a72c269d add support for testing testFeatures() 2010-01-14 12:22:55 -08:00
Romain Guy
74192eafec Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
2010-01-08 15:11:18 -08:00
Dan Egnor
b4e39aebf6 Expand BadBehaviorActivity to add a few new flavors of ANR.
In addition to the basic sleep-for-20, add activity launch,
ordered broadcast, and service start that go to special bad
versions that sleep for a while to cause the respective sorts
of ANR to trigger.
2010-01-07 21:17:24 -08:00
Fred Quintana
7b6cdf615b remove obsolete GLS driver 2010-01-04 13:52:07 -08:00
Dan Egnor
1e9eb6722c Add some more buttons to Bad Behavior:
- crash system server
- report a Log.wtf()

Update Monkey for changes to IActivityController interface.
2009-12-21 15:32:57 -08:00
Dan Egnor
d0225ee63f Remove the old Dev Tools exception browser (since it relies on
now eliminated checkin database crash storage functionality).

Add a new test app to Dev Tools, "Bad Behavior", which has
buttons to crash and generate an ANR on command.

Update the Monkey to follow changed APIs.
2009-12-11 13:26:46 -08:00
Fred Quintana
a04b9614ce am b5723869: Merge change I85aa2b1d into eclair
Merge commit 'b57238690e7e4afa66416e3ad25183a576f35075' into eclair-mr2

* commit 'b57238690e7e4afa66416e3ad25183a576f35075':
  create a test app that allows direct control of a sync adapter for testing purposes
2009-11-05 13:53:36 -08:00
Fred Quintana
d7a3ea819d create a test app that allows direct control of a sync adapter for testing purposes
http://b/issue?id=2239791
2009-11-05 11:05:11 -08:00
Robert Greenwalt
d53aa9b917 Add Conn Man testing tools.
First test toggles wifi on/off forever (must have wifi associated to start,
or at least a remembered network in range)

Second test toggles the screen on off so you can test wifi cycle from that point.

Lastly adds some network-feature tests using mms or hipri net features.

bug: 2170806
2009-10-07 14:14:45 -07:00
Daniel Sandler
75ab82e25f hdpi artwork for development/{apps,samples}.
(drop dated 29-Sep-2009)

Change-Id: Ie022d478ed4eafc641e475dad94f507a6c358595
2009-09-29 20:41:24 -04:00
Dianne Hackborn
5bc6141cb2 Add development setting for compatibility mode.
Also some cleanup here and there.

Change-Id: Iebf563cf6ec2d0b1671a54bd534336e8fef4b9c0
2009-09-29 00:03:59 -07:00
Fred Quintana
bb57ac8ccf do not merge: cherrypicked a83a03bbf0 and a076d0dbd1 from master branch 2009-08-15 21:44:00 -07:00
Fred Quintana
ac657e02c0 a sample app that uses the AccountManager API 2009-06-16 15:25:58 -07:00
Suchi Amalapurapu
25be4bad76 Define a new activity that lists permissions and apps using that permission with some additional details as well
First pass.
2009-06-12 11:03:00 -07:00
Suchi Amalapurapu
28004750d0 Add new text display attribute for gles version number 2009-06-08 10:02:52 -07:00
Wink Saville
b10012bd65 Teleca 2b changes. 2009-05-16 20:49:28 -07:00
Xavier Ducrohet
a2dd1440e3 AI 147271: am: CL 147269 Remove "show compass" option as it requires Google Maps dependency.
Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 147271
2009-04-21 16:22:51 -07:00
The Android Open Source Project
52d4c30ca5 auto import from //depot/cupcake/@135843 2009-03-03 19:29:09 -08:00