summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update manifest for DenimIsaac Katzenelson2013-04-301-2/+1
| | | | Change-Id: I0e603f81b018b108e6f87ddb433f2c02912d0ab4
* Opt out of limited userMichael Chan2013-04-181-1/+2
| | | | | Bug: 8588316 Change-Id: Ie6fae12827182f1f399dde4059a0e303a6f39752
* add global dismiss to calendar, open source partChris Wren2013-04-161-0/+3
| | | | Change-Id: If179adc814a1da977712c9dc804e81a2cc726bce
* Move to SDK 17Michael Chan2012-11-161-1/+1
| | | | Change-Id: If792c8ce949adac67d1832d53638dd7539c9fda2
* Minimize chance of race condition bug that misses alarms by ↵Sara Ting2012-10-241-1/+6
| | | | | | | | | clearing/rescheduling alarms. This was properly fixed in the provider but this tries to minimize the bug until that fix is rolled out everywhere. Bug:7221716 Change-Id: I4cb32b48caf31c8372770b74d7983e54480b755a
* Disable export for CalendarRecentSuggestionsProviderMichael Chan2012-07-311-0/+1
| | | | Change-Id: I62685fdbc8a057317e4fdf16b04a9c8bb97a6c2f
* am 6e354ae4: am 877f5203: Merge "Add quick response when email guests in ↵Michael Chan2012-06-181-0/+4
|\ | | | | | | | | | | | | notification" into jb-dev * commit '6e354ae475cc765598b8520afa742c0a6541eb9d': Add quick response when email guests in notification
| * Add quick response when email guests in notificationMichael Chan2012-06-181-0/+4
| | | | | | | | | | Bug: 6682390 Change-Id: Iee013a88fde397f67f51583bd488d029f12d1a87
* | Fix task stack building on ICSIsaac Katzenelson2012-06-181-0/+2
| | | | | | | | Change-Id: I2f4ed27c49d339ceb4424cfe7457e645c9cc2ad6
* | Modify app so it will run in ICS MR1Michael Chan2012-05-311-1/+1
| | | | | | | | Change-Id: I56e516f87269bf973e256b156a20ec5b06809289
* | Revert "Modify app so it will run in ICS MR1"Michael Chan2012-05-311-1/+1
| | | | | | This reverts commit b8d0a58e51251f4d65917fc27c86f9f0822478a9
* | Modify app so it will run in ICS MR1Michael Chan2012-05-311-1/+1
|/ | | | | | | TODO Notification TODO Changes around TaskStacker needs to be tested Change-Id: I75c8bca8d35e25b7b02512053a3e7434bbb67bf8
* Notification interstitial screen as dialog on phoneIsaac Katzenelson2012-05-221-1/+1
| | | | | Bug: 6500530 Change calendar notification's interstitial screen to dialog Change-Id: Icc50849c2ced0cf3b2b47c9e181f495cb2d8aa79
* AlertReceiver now listens to PROVIDER_CHANGED so event changes will refresh ↵Sara Ting2012-05-161-1/+8
| | | | | | | the notification bar. Bug: 6282451 Change-Id: I16cde055c1f7a522d571da06d1fc711f9d3ea80d
* Fix back and home behaviorIsaac Katzenelson2012-05-021-5/+6
| | | | Change-Id: I9b6085a73043d8d05d99cbfcbc20a8be4f58180d
* Revert "Fix back and home behavior"Isaac Katzenelson2012-05-021-6/+5
| | | This reverts commit 828df5020067aa477adbe1eefd88afa3fc5de900
* Fix back and home behaviorIsaac Katzenelson2012-05-021-5/+6
| | | | Change-Id: Ib4a873ce4727d21a4407635f943300bacc88daca
* Support notification one click to view event and snoozingIsaac Katzenelson2012-03-071-1/+4
| | | | | Bug: 5934678 Alert - Avoid notification list if there's only one notification. Go straight to event details. Change-Id: I5251888acc417aa4c12f9408c82f24cdf93a6ccf
* Cleanup some proguard warningsAlon Albert2012-02-011-8/+0
| | | | | | | I could not find any references to a CalendarTests activity or a com.android.calendar.agenda.AgendaItemView class These were generating some Notes from proguard. Change-Id: Ied065b007b0fefbfef8bc8a0a13fac969e9242d6
* Add application launch category.Jeff Brown2011-11-281-0/+1
| | | | | Bug: 5674723 Change-Id: Icd743cbd6a424fe219c82db3a80c98738e095133
* b/5525982 Fix AllInOne launch behaviorRoboErik2011-11-071-1/+1
| | | | | | | Could get two instances of it before, this makes sure only one is created. Change-Id: I54d745e473afd1a3b487a8fffbc4eb3d1068f267
* Don't show the keyboard on entry, even if a text field has focus.Amith Yamasani2011-11-011-0/+1
| | | | | | | | | | | This prevents the keyboard from showing up in the SearchActivity when changing orientation. The suggestions dropdown still flickers. That part is under investigation. Bug: 5383141 Change-Id: I2f918b9ea09dd9e0aea7e8ec477a6dd682ee3fa3
* b/5282047 Better localization for widget daysRoboErik2011-09-091-0/+1
| | | | Change-Id: Ie0747e1564fed6789331623512d2e01a0fed6767
* b/5250353 Use new no account screen on launchRoboErik2011-09-081-0/+1
| | | | Change-Id: I6678134c97c5c358da9d9d02d3c9ea263fd1a68d
* Set android:exported on some entriesAndy McFadden2011-09-011-8/+15
| | | | | | | | | | | Explicitly set the visibility of some intents. Some minor content and formatting tweaks to bring this in line with the unbundled version of the manifest. Bug 2761308 Change-Id: Ib24178af68b8cbc599055219cc0571cdba6be4f1
* b/5232061 Draw calendar under imeRoboErik2011-08-311-1/+2
| | | | Change-Id: I17787740089a3d673f67c4c68e1be9afc4113cde
* b/5169444 Add mimetype to widget manifestRoboErik2011-08-161-0/+1
| | | | Change-Id: I2b237dd2533c2aae1557bccd092cba71a69055cf
* b/5104431 Restart widget service when db changesRoboErik2011-08-091-2/+20
| | | | | | | | There is still a 30 second delay due to throttling, but the service will now wake back up and update the widgets if the provider changes after the app has been killed. Change-Id: Id0feda9e1ccc77cc861f6e5bce9924f7eabf615f
* b/5039149 hide edit/delete for read only calendarsRoboErik2011-07-211-4/+4
| | | | Change-Id: I1e97dd1f9faa18220e3d9907e3e606a0cfb350ee
* Add UI to select calendar visibility on the phoneMichael Chan2011-07-181-1/+8
| | | | | Bug:4731309 Change-Id: I09975d9a79e407df6e4eb41f4cb7e4e0f42ddd48
* Allow ACTION_INSERT for editeventactivityMichael Chan2011-07-011-0/+2
| | | | | BUG: 4431352 Change-Id: I613b12004cd8ff206b106d883463f01b75173836
* Support event info as dialog and activityIsaac Katzenelson2011-06-081-0/+8
| | | | Change-Id: I28e6fdd1b58151795f894e7b6495c1feaf385488
* Clean upMichael Chan2011-03-031-1/+1
| | | | Change-Id: I90d04b6a44642cca4e7065f3d0ed7cd2a5b70b1d
* b/3465101 b/3440829 Fix widget loading issuesRoboErik2011-03-011-12/+0
| | | | | | | | Makes the widget load asyncronously so it doesn't ANR and limits the reload rate to twice a second so it doesn't flash a lot. Change-Id: I7a8dd9bcec4a9178e9ae898fa2ef21fa21d33a49
* Updated Calendar launcher iconJustin Ho2011-01-291-1/+1
| | | | | | Bug: 3362749 Change-Id: I683b566b719254de2c9a796605104cfbefa329c1
* b/3384087 Fixed AllInOneRctivity leakMichael Chan2011-01-251-1/+2
| | | | Change-Id: I8d5adfc5ad4f7714f5bdcbed5f410c54d800ab4d
* Remove use of old theme name.Dianne Hackborn2011-01-231-1/+1
| | | | Change-Id: I2940c2f5c062354c8f22f495c1718fdfd521715b
* Merge "b/3154082 Update Notification to new ui" into honeycombMichael Chan2011-01-191-1/+1
|\
| * b/3154082 Update Notification to new uiMichael Chan2011-01-181-1/+1
| | | | | | | | Change-Id: Id71f780a8109f0205ba1fefc71ce5892565e963a
* | Updating widget due to API changes.Winson Chung2011-01-181-1/+3
|/ | | | Change-Id: If6e6bb0b525b4717f21401cf498f917ec424b518
* b/3189042 Handle ACTION_VIEW in AllInOne. Removed EventInfoActivity.Michael Chan2010-12-101-11/+5
| | | | Change-Id: Ic00300e5d48d264ade7d400d703cba8f5a2b8626
* Patch to backup settings using BackupAgentHelperGarth Bushell2010-12-091-1/+5
| | | | | | | Integration of external patch: https://review.source.android.com/#change,18649 Change-Id: I518625ff92ddb0a3e43d81a88ba2b2a2634fff3a
* Move icons to mipmap.Ying Wang2010-11-231-1/+1
| | | | Change-Id: I61a3bf133a2feb872bf290ba71a4db3cf3b2a710
* Reenable hardware accelerationMichael Chan2010-11-041-1/+1
| | | | | | This reverts commit 3871c2d65efbf46319b16519a7c3295b4bd70092. Change-Id: I7950da4f89b8e3c60c263a58e244b917e18a89c9
* Disable hardware acceleration until it doesn't crashMichael Chan2010-11-041-1/+1
| | | | Change-Id: Ib03c1d13d690fbb253e2fedba2bc4f26279a4282
* First draft of turning on hardware accelerationErik2010-11-031-1/+1
| | | | | | | | | This enables hardware acceleration and does some tweaks to the draws to make them still usable by the user. The draw code still needs to be tweaked to match the UI design and for performance. Change-Id: Icf86e16e2e3a0c79b852fc48fcbdb1ffde656f73
* Moves Edit Event back into an activityErik2010-11-031-0/+13
| | | | | | | | | | Also updates the permissions for adding reminders to events and fixes b/3125518, b/2976280, and b/3023359. TODO Check exceptions to see if they haven't been synced yet before allowing them to be edited. Change-Id: I0fe7777d69d61da6cc17b4a0714ed020bd2fc1d6
* Remove the bitmap draw/copy from DayViewErik2010-10-261-1/+2
| | | | | | | | | This cuts out the code that did a separate draw to a bitmap and then copied it over to the canvas and instead draws directly to the canvas. This allows us to also have a background image and speeds up draws significantly. Change-Id: I3a7c396c182477dfe17e6d5d65acc45f986b9af5
* Major bug fixing in EventInfo and EditEventMichael Chan2010-10-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In EventInfo/Popup: Fixed reminders and response Set a fixed height Renamed Edit event button to Open event in the Event popup Enabled Open event button unless it's a free/busy calendar Removed action bar buttons in Event popup Disallow reminders for busy/free calendars TODO: Update UI only if everything is loaded In Edit Event: Switch to side-by-side label format Have everything ready before removing "Loading" msg Added organizer Restrict adding of attendees: For non-organizers, write permission to the calendar is sufficient. For organizers, the user needs a) write permission to the calendar AND b) ownerCanRespond == true AND c) attendee data exist (this means num of attendees > 1, the calendar owner's and others). TODO: Attendees do not always show up. Need to switch from listview to linear layout TODO: Move to one column format for portrait in EditEvent Turned on Holo.light theme but the light version isn't ready in the framework yet. Removed dependency to android.test.runner b/3052155 b/2709441 b/3060967 b/3060985 Change-Id: I4a25fecf3ade6a7924ba7b55801daced3dca6fa7
* Switches settings to use the light holo themeErik2010-10-011-1/+2
| | | | | | | | PreferenceCategory titles don't inherit the theme correctly, but this seems to be a frameworks issue. See b/2569810 and b/2308250 for related bugs. Change-Id: I6890e273740071fbd6603c292276bccee1f81270