summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Adding a MARKED_AS_DIRTY parameter to Groups.Dmitri Plotnikov2009-08-101-2/+8
| | | | | |
* | | | | | Add a new setting for controling how much time to wait before discarding ↵Cynthia Wong2009-08-101-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | uphill operations
* | | | | | Merge change 20660Android (Google) Code Review2009-08-101-0/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: add the deleted flag to the Groups table
| * | | | | add the deleted flag to the Groups tableFred Quintana2009-08-101-0/+19
| | | | | |
* | | | | | Merge change 20643Android (Google) Code Review2009-08-101-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: Add calendar_sync_window_days setting to control calendar sync window.
| * | | | | Add calendar_sync_window_days setting to control calendar sync window.Ken Shirriff2009-08-101-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge change 20622Android (Google) Code Review2009-08-101-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove unused member mHeaderValueIndex
| * | | | | Remove unused member mHeaderValueIndexCary Clark2009-08-101-4/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | found by findBugs fixes http://b/issue?id=1857163
* | | | | setting the pixel format for a given surfaceDerek Sollenberger2009-08-101-4/+6
|/ / / /
* | | | Merge change 20582Android (Google) Code Review2009-08-091-6/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Live wallpapers become a little more real.
| * | | | Live wallpapers become a little more real.Dianne Hackborn2009-08-091-6/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new theme for having a wallpaper, and fixes up the window manager to do the right thing when transitioning between a windows with and without wallpapers (between two windows with wallpapers is not yet addressed). The wallpaper API now has callbacks to tell you when to start/stop animating. Also fiddle the image wallpaper to be a little more interesting.
* | | | | Make the laves follow the ripplesRomain Guy2009-08-091-1/+1
|/ / / /
* | | | Very primitive wallpapers in a surface.Dianne Hackborn2009-08-0811-65/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is all of the basic pieces: - The WallpaperService now creates a surface with the window manager for its contents. - There is a simple service that displays a bitmap. - The wallpaper manager takes care of starting and stopping the service. - The window manager knows about wallpaper windows and how to layer them with the windows that want to be shown on top of wallpaper. Lots and lots of issues remain, but at this point you can actually write a wallpaper service, select it in the UI, and see it behind an activity.
* | | | Merge change 20493Android (Google) Code Review2009-08-081-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: unhide postUrl
| * | | | unhide postUrlAlex Gruenstein2009-08-071-2/+0
| | | | |
* | | | | Merge change 20454Android (Google) Code Review2009-08-071-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * changes: Added lightweight exception logging to AsyncQueryHandler.
| * | | | Added lightweight exception logging to AsyncQueryHandler.Jeff Sharkey2009-08-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, it's really hard to debug exceptions coming over from a ContentProvider. This is lightweight logging that is only triggered by an exception, and doesn't write a full stacktrace.
* | | | | Add constant for storing market backup state in shared preferences.Christian Sonntag2009-08-071-0/+6
|/ / / /
* | | | Merge change 20357Android (Google) Code Review2009-08-071-33/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Remove Voice Search constants, factored them out into the Voice Search app.
| * | | Remove Voice Search constants, factored them out into the Voice Search app.Alex Gruenstein2009-08-061-33/+0
| | | |
* | | | Merge change 20381Android (Google) Code Review2009-08-071-3/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Clean-up of API for filtering contacts by phone or email. The api is now symmetrical.
| * | | | Clean-up of API for filtering contacts by phone or email. The api is now ↵Dmitri Plotnikov2009-08-061-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symmetrical. Also, giving Presence.RAW_CONTACT_ID and Presence.DATA_ID unique ids to allow easy joining. The main rationale for this is that SQLite does not allow cross-database joins in VIEWs, so we cannot hide this join inside a VIEW.
* | | | | Merge change 20383Android (Google) Code Review2009-08-072-16/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: As createCacheFile is called from WebCore instead of http thread now, remove the endCacheTransaction/startTransaction pairs.
| * | | | | As createCacheFile is called from WebCore instead of http thread now, removeGrace Kloba2009-08-062-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | the endCacheTransaction/startTransaction pairs.
* | | | | | am b8560b66: Fix AppWidget layout inflation to resolve references.Jeff Sharkey2009-08-061-8/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | Merge commit 'b8560b66fd2bdf465a8c7fad983f2236778e8106' * commit 'b8560b66fd2bdf465a8c7fad983f2236778e8106': Fix AppWidget layout inflation to resolve references.
| * | | | Fix AppWidget layout inflation to resolve references.Jeff Sharkey2009-08-061-8/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When RemoteViews inflates a layout and set of actions, it uses a cloned remote Context so it can fully access the resources needed to complete the inflate. However, in one specific case when inflating the root view, LayoutInflater calls back to the soon-to-be parent view to request the correct set of LayoutParams through generateLayoutParams(). The default implementation of generateLayoutParams() uses the Context of the /local/ View instead of the remote Context being used for the inflation, which means that any LayoutParam references in the root view are unresolved. To fix this, we internally create our own copy of the target remote Context. This way, when the remote LayoutInflater calls generateLayoutParams(), we inflate it using the remote Context to correctly resolve any references. This change is required as part of http://b/2038594
* | | | | Introducing default email and phone number to replace the primary ones on ↵Dmitri Plotnikov2009-08-061-0/+39
| | | | | | | | | | | | | | | | | | | | the Contact.
* | | | | am a7a3b6ef: Dismiss both the soft keyboard and the search dialog on back if ↵Karl Rosaen2009-08-062-1/+18
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is no text entered and no shortcuts are being obscured by the soft keyboard. Merge commit 'a7a3b6ef0fdaf6b17993642b76baf90a03ae0077' * commit 'a7a3b6ef0fdaf6b17993642b76baf90a03ae0077': Dismiss both the soft keyboard and the search dialog on back if there is no text entered and no shortcuts are being obscured by the soft keyboard.
| * | | | Dismiss both the soft keyboard and the search dialog on back if there is no ↵Karl Rosaen2009-08-062-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text entered and no shortcuts are being obscured by the soft keyboard. Fixes bug 2039508. This makes backing out of the search dialog easier when dismissing the soft keyboard doesn't really add any value.
* | | | | - add several common kinds and beef up some othersFred Quintana2009-08-062-11/+132
| | | | | | | | | | | | | | | | | | | | - change the ContentProviderOperation selection backref store the backref as a long instead of as a string
* | | | | am e303d2cf: Send a special respond to the cursor in SuggestionsAdapter to ↵Mike LeBeau2009-08-061-0/+26
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | | | | | | | | | tell it to close itself directly because it may not happen correctly for some cursors currently. This fixes http://b/2036290, which is being caused by http://b/2015069 which we are not fixing f Merge commit 'e303d2cf94da6bb7f0569fbddd6dfd5b85ed8295' * commit 'e303d2cf94da6bb7f0569fbddd6dfd5b85ed8295': Send a special respond to the cursor in SuggestionsAdapter to tell it to
| * | | Send a special respond to the cursor in SuggestionsAdapter to tell it toMike LeBeau2009-08-061-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | close itself directly because it may not happen correctly for some cursors currently. This fixes http://b/2036290, which is being caused by http://b/2015069 which we are not fixing for Donut, so this is a hack around that for the time being.
| * | | Do not mergeAndrei Popescu2009-08-062-1/+8
| | | | | | | | | | | | | | | | Fix for 1900694: create the full path to the Gears permission database file so SQLite can actually create the database on the device
* | | | Merge change 20326Android (Google) Code Review2009-08-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix build.
| * | | | Fix build.Dianne Hackborn2009-08-061-1/+1
| | | | |
* | | | | Merge change 20306Android (Google) Code Review2009-08-061-3/+19
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * changes: Fix crash when MotionEvent is initialized with more than 2 fingers, and bump its initial size to allow for up to 5 fingers.
| * | | | Fix crash when MotionEvent is initialized with more than 2 fingers, and bumpDianne Hackborn2009-08-061-3/+19
| |/ / / | | | | | | | | | | | | its initial size to allow for up to 5 fingers.
* | | | Add SHOW_OR_CREATE size modes, trigger from contact header.Jeff Sharkey2009-08-061-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added constants so that apps triggering SHOW_OR_CREATE can request a desired size through EXTRA_MODE. Also added hooks to internal ContactHeaderWidget to launch SHOW_OR_CREATE when user taps on photo.
* | | | Couple of tuning for the Browser zoom.Grace Kloba2009-08-063-34/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added a setting to control whether a page is loaded with overview mode; 2. If there is no viewport metag tag, a page will be loaded in the viewport at least 800px wide. 3. When we adjust zoom scale in the overview mode, don't use animation. 4. When zoom out to close to min zoom scale, switch to overview mode. So double tap will always have visual feedback unless it is mobile site.
* | | | Merge change 20284Android (Google) Code Review2009-08-061-14/+56
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Use multi-pointer support to improve 2-thumb typing. No more missed keys!
| * | | Use multi-pointer support to improve 2-thumb typing. No more missed keys!Amith Yamasani2009-08-061-14/+56
| | | | | | | | | | | | | | | | Also reduce garbage when switching between keyboards.
* | | | adding ability to fix the size of a surface view when created.Derek Sollenberger2009-08-061-3/+9
| | | |
* | | | Merge change 20240Android (Google) Code Review2009-08-057-211/+439
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: First bit of wallpaper work.
| * | | First bit of wallpaper work.Dianne Hackborn2009-08-057-211/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mostly refactoring, adding a new WallpaperManager class that takes care of the old wallpaper APIs on Context, so we don't need to pollute Context with various new wallpaper APIs as they are needed. Also adds the first little definition of a wallpaper service, which is not yet used or useful.
* | | | Fix documentation.Dianne Hackborn2009-08-051-2/+2
|/ / /
* | | Merge change 20126Android (Google) Code Review2009-08-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Removing SyncColumns from Contact - they were put there by accident.
| * | | Removing SyncColumns from Contact - they were put there by accident.Dmitri Plotnikov2009-08-051-1/+1
| | | |
* | | | Merge change 20146Android (Google) Code Review2009-08-051-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Calendar attendee support: add columns.
| * | | | Calendar attendee support: add columns.Ken Shirriff2009-08-051-0/+15
| | | | | | | | | | | | | | | | | | | | Add HAS_ATTENDEE_DATA and OWNER_ACCOUNT column names to the provider classes.
* | | | | Merge change 9649Android (Google) Code Review2009-08-052-156/+226
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Finish implementation of multiple pointer support for MotionEvent.