summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/SearchActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Resolve bug where rotating device was losing event view state." into i...Sam Blitzstein2013-02-251-1/+2
|\
| * Resolve bug where rotating device was losing event view state.Sam Blitzstein2013-02-251-1/+2
* | Adding in experimental reminder setting.Sam Blitzstein2013-02-201-0/+3
|/
* Color picker for eventsJames Kung2013-02-121-2/+0
* Switch from switch to if-else to be compatible with the new ADTMichael Chan2012-08-171-16/+16
* Fix today icon in search activity for unbundledIsaac Katzenelson2012-07-301-2/+8
* Fix today icon in search activityIsaac Katzenelson2012-05-101-0/+30
* Fix agenda view goto behaviorIsaac Katzenelson2012-05-081-2/+2
* b/5233576 Fixed the problem where long desc are not showingMichael Chan2011-11-141-1/+0
* Fix search results event info layout on tabletIsaac Katzenelson2011-11-031-1/+1
* Support for 7 inch devicesIsaac Katzenelson2011-10-311-2/+2
* Unregister all event handlersPaul Westbrook2011-10-071-3/+1
* Fix memory leakPaul Westbrook2011-10-061-0/+3
* b/5399911 Make search launch event info instead of editRoboErik2011-10-041-2/+2
* b/5167988 Update query text on suggestions searchRoboErik2011-08-181-4/+10
* b/5045764 After tapping on a day from Month, back will take you back to monthMichael Chan2011-08-121-2/+1
* b/5128532 Update bg assets for agenda and monthRoboErik2011-08-101-2/+4
* b/5064080 Add toast for empty events not savingRoboErik2011-07-291-0/+1
* b/5076961 update searchView for new behaviorRoboErik2011-07-271-6/+10
* b/5076961 Fixes up search patternsRoboErik2011-07-271-21/+8
* b/5072056 Avoid the Activity Picker by specifying the class in intentsMichael Chan2011-07-251-3/+2
* Make up button specify the current appRoboErik2011-07-111-11/+2
* api comment fixesRoboErik2011-06-231-4/+4
* Update authorities and actions based on packageRoboErik2011-06-201-1/+1
* Rename Calendar.java to CalendarContract.javaRoboErik2011-06-141-3/+3
* Minor tweaks to support Calendar unbundlingAndy McFadden2011-06-081-5/+0
* New intent for creating eventsMichael Chan2011-05-311-11/+9
* Agenda fixesIsaac Katzenelson2011-05-111-10/+12
* Removing icon and hide/show controls from action barIsaac Katzenelson2011-04-111-3/+1
* Fix event info layout and removing icon from bar for phoneIsaac Katzenelson2011-04-111-2/+7
* Clean upMichael Chan2011-03-031-1/+1
* API change - bug 3370353 and bug 3370338Adam Powell2011-01-201-4/+4
* b/3314248 Fix up search implementationErik2011-01-191-9/+34
* Follow API changes.Dianne Hackborn2011-01-171-3/+3
* b/3237643 Adds 'up' button to action barErik2011-01-111-0/+12
* b/3240249 Show the current time when Today is pressed.Michael Chan2010-12-211-3/+2
* b/3189042 Handle ACTION_VIEW in AllInOne. Removed EventInfoActivity.Michael Chan2010-12-101-1/+1
* Add card style event view to searchErik2010-12-081-9/+11
* Clean up unused API from controllerMichael Chan2010-11-231-18/+0
* Makes bubble and event info in search update tzErik2010-09-281-0/+4
* Moves per calendar sync settings into SettingsErik2010-09-211-3/+0
* Make AllInOneActivity use SearchView API.Daisuke Miyakawa2010-09-171-8/+18
* Enabled recent queries for search suggestions in calendar searchMason Tang2010-08-251-0/+8
* Moved agenda-related classes into an agenda packageMason Tang2010-08-231-0/+1
* Added in preliminary action bar support for searchMason Tang2010-08-201-0/+32
* Implemented a search activity, two pane results layoutMason Tang2010-08-201-93/+149
* Converted EventInfo into a fragmentMason Tang2010-08-131-2/+7
* Added search to the action bar, clearing out events with new searchesMason Tang2010-07-271-0/+2
* Remove unneeded classes: MenuHelper, Day/Week View and Agenda/Day/Week/Month ...Michael Chan2010-07-271-21/+1
* - Save/Restore viewType across rotation and quittingMichael Chan2010-07-221-3/+0