Commit Graph

55 Commits

Author SHA1 Message Date
Dianne Hackborn
ebb0b03e17 am d424b8d9: Prepare for a new IActivityController method.
Merge commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82' into gingerbread-plus-aosp

* commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82':
  Prepare for a new IActivityController method.
2010-09-23 16:02:22 -07:00
Dianne Hackborn
d424b8d9cc Prepare for a new IActivityController method.
Change-Id: I30823fe0c06aef35a2773760ec938e7979cd1037
2010-09-23 14:51:56 -07:00
Joe Onorato
310187112b am 7d26cd19: Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Merge commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89' into gingerbread-plus-aosp

* commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89':
  Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
2010-09-07 11:39:40 -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
Jean-Baptiste Queru
0fd0e932d2 am 898004c4: Merge "Activity/provider used is restricted to the application\'s Package, but can be spread across other packages as well. A better way to construct the activity name should be by getting the substring from the fully qualified classname itself and not usi
Merge commit '898004c4b2322c8fece08944731eed9fc08a14a5' into gingerbread-plus-aosp

* commit '898004c4b2322c8fece08944731eed9fc08a14a5':
  Activity/provider used is restricted to the application's Package, but can be spread across other packages as well.
2010-08-16 08:24:20 -07:00
Madan Ankapura
39529c673a Activity/provider used is restricted to the application's Package, but can be spread across other packages as well.
A better way to construct the activity name should be by getting the substring from the fully qualified classname
itself and not using the PackageInfo.
Credit:Ritu Srivastava

Change-Id: I9ff5a27d828d5d3836bb55101cb947f670ea5941
2010-06-24 15:55:55 -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
Fred Quintana
af112b0b51 need to save the mLongPressedAccount in the instance data
Change-Id: I10458dcc4c539efa64b620ba998b09c14cead28e
http://b/issue?id=2527346
2010-03-25 10:47:35 -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
82ace4a0d7 Update to use correct resources. 2010-03-04 11:37:50 -08:00
Dianne Hackborn
2bde11c81e Pointer location in framework, no longer need to link common. 2010-03-01 21:42:38 -08:00
Dianne Hackborn
a437c21d51 New dev tools option for window manager pointer location. 2010-02-11 23:55:03 -08:00
Jeff Hamilton
9ceb967cde Remove reference to unused static library.
Change-Id: I46237ccd501706e13de2fad8335c09f02306e98b
2010-02-05 18:29:39 -06:00
Dan Egnor
4903dae035 Add a native crash facility to Bad Behavior. 2010-01-27 15:10:58 -08:00
Doug Zongker
2fe229a6d9 relocate GoogleLoginService
Change-Id: Ic634e64593c850efe0b81811a60cee4b34257bc8
2010-01-21 14:36:08 -08:00
Fred Quintana
943cc05e25 rename testHasFeatures to hasFeatures 2010-01-14 18:11:17 -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
Dianne Hackborn
bdb0690de9 Switch to ActivityManager.killBackgroundProcesses() API.
The new force stop API is not available outside of the system.
2010-01-05 15:47:12 -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
c34c79fc66 am cf229bb0: make consistent with new RegisteredServicesCache API
Merge commit 'cf229bb013317db77034980c212ab07bea260261' into eclair-mr2

* commit 'cf229bb013317db77034980c212ab07bea260261':
  make consistent with new RegisteredServicesCache API
2009-11-11 17:07:27 -08:00
Fred Quintana
cf229bb013 make consistent with new RegisteredServicesCache API 2009-11-10 16:33:20 -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
Dianne Hackborn
862eadb622 am a8baf9bc: Merge change Ie7eb359a into eclair
Merge commit 'a8baf9bcc8d9776e9aba35207af17723f7226027' into eclair-mr2

* commit 'a8baf9bcc8d9776e9aba35207af17723f7226027':
  Tweaks to Pointer Location.
2009-10-14 18:21:28 -07:00
Dianne Hackborn
9b528c143a Tweaks to Pointer Location.
Have it show the amount of total movement after a release, and whether this
is above the touch slop.

Change-Id: Ie7eb359a84e20786779015c3146ea5d96f380188
2009-10-14 16:30:09 -07: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
Fred Quintana
db8fdbec42 account manager api review changes 2009-10-05 09:59:03 -07:00
Android (Google) Code Review
aa3eaa7057 Merge change I343737c9 into eclair
* changes:
  Remove GAIA string
2009-09-30 01:43:32 -04:00
Costin Manolache
6c9579e709 Remove GAIA string 2009-09-29 19:28: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
Dianne Hackborn
da48bed5d7 Tweaks to make pointer location a little easier to see. 2009-08-20 19:40:35 -07:00
Fred Quintana
bb57ac8ccf do not merge: cherrypicked a83a03bbf0 and a076d0dbd1 from master branch 2009-08-15 21:44:00 -07:00
Dianne Hackborn
067ea67251 Add a little more info to the top of Pointer Location. 2009-08-06 13:41:17 -07:00
Dianne Hackborn
30712dcdf7 Update to use new multi-pointer APIs. 2009-08-04 20:03:31 -07:00
Fred Quintana
2b873447c4 update the permissions for the AccountManagerService 2009-07-23 16:03:17 -07:00
Dianne Hackborn
e8cd49de9a Update Pointer Location app to show multiple pointers. 2009-07-21 18:35:12 -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
Dianne Hackborn
f934a160fd Automated import from //branches/donutburger/...@140818,140818 2009-03-24 18:36:43 -07:00
The Android Open Source Project
692ab02175 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:11 -07:00
The Android Open Source Project
52d4c30ca5 auto import from //depot/cupcake/@135843 2009-03-03 19:29:09 -08:00