- 03 Nov, 2010 2 commits
-
-
Erik authored
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
-
Erik authored
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
-
- 02 Nov, 2010 5 commits
-
-
Michael Chan authored
Let's see if this takes care of the monkey bugs. BUG:3156612 Change-Id: Ib941d947d034364f4d13f8e2aeb2b4c25655f100
-
Michael Chan authored
Change-Id: Ic2c3e4f0aa2774ac0d070af5ec1e0638b105c734
-
Michael Chan authored
-
Michael Chan authored
Merge "b/2983706 Improve on the calendar not synced UI Changed the string from "Open event" to details in event pop-up"
-
Michael Chan authored
TODO 1) +X if more than 3 events 2) all day event column for day view Change-Id: I537cc890316a69f256a816a4bf9b9141ab3af440
-
- 01 Nov, 2010 2 commits
-
-
Michael Chan authored
Changed the string from "Open event" to details in event pop-up Change-Id: I49448d9a59eca90ae42431b7ad7887c66d4037aa
-
Michael Chan authored
BUG:3153043 Change-Id: I1cae55c59a31159c50108d5f85b00e7837429656
-
- 30 Oct, 2010 3 commits
-
-
Michael Chan authored
Change-Id: I5ca45fe482d951308f13998a183aa21691471768
-
Michael Chan authored
Change-Id: Ie7af863b12ddfdc5c31f48fc5a70750d3d002841
-
Michael Chan authored
-
- 29 Oct, 2010 4 commits
-
-
Michael Chan authored
Instead use the last selection time Change-Id: I0a4a08ee0fa08573e0971f5f0c6d3fe4984f676b
-
Michael Chan authored
Change-Id: Ibf455b70d0d36410c473bf23dcb535561dd99329
-
Michael Chan authored
-
Michael Chan authored
Change-Id: I37c11ceecc2de83723d36088333107565131100d
-
- 28 Oct, 2010 3 commits
-
-
Daisuke Miyakawa authored
Bug: 3099492 Change-Id: I74d266ce00e025a7e19279deb52ed62cf15a82f1
-
Michael Chan authored
-
Michael Chan authored
Change-Id: I52f165c52d706089d0210d54b5a23dd54349c2d6
-
- 27 Oct, 2010 11 commits
-
-
Eric Fischer authored
-
Daisuke Miyakawa authored
-
Daisuke Miyakawa authored
Bug: 3137966 Change-Id: I62eab57e07c01be2e27c01934645de31050eba27
-
Daisuke Miyakawa authored
-
Eric Fischer authored
Change-Id: I74859294e6be22ed6d7cc2fb8141e04480bbbe69
-
Daisuke Miyakawa authored
Views may be reused in Widget, so we should set bg color every time. Bug: 3137928 Change-Id: I4bb533ac035d8f3acd8ec19a89f27d8cd5f16b7d
-
Erik authored
This is the simplest fix for b/3023359. Edit Event is still being moved back into an activity, though this fix should still be correct behavior. It now launches calendar to the time of the event. Change-Id: I8e6be4145f9cb9606b47725482d0100189a8633b
-
Michael Chan authored
Hide the minus button if the user doesn't have permission to remove attendees Change-Id: I65794a104e9c318e360f6f13c5e83ddd67a45908
-
Daisuke Miyakawa authored
Stop using ListView + Adapter implementation and use LinearLayout. - rename AttendeesAdapter to AttendeesView. - let attendee list maintained by LinearLayout (using tag), instead of manually having it with an array. - remove unnecessary logic which has existed in the adapter. TODO: We still see some issue similar to 3101699. Change-Id: Ic19343795a6f9d16632f7338d4d087e4fb44ddc0
-
Michael Chan authored
- Update UI per spec - Remove organizer, reminder, attendee presence. - Reenable showing of calendar email if the calendar display name isn't unique. Change-Id: I8d9f022c0745e98e71726a8cdccfb4a681024c95
-
Erik authored
Calendar was always starting in DayView due to tabs change. This reorders the startup so we can override the tab auto setting us to a view. Change-Id: I071ac7f6c125c96e9e3334d7ae6e4957f20d44dd
-
- 26 Oct, 2010 10 commits
-
-
Erik authored
Change-Id: I74bc52afbcd2504f6015283800b523c703dbe55d
-
Erik authored
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
-
Erik authored
-
Daisuke Miyakawa authored
-
Daisuke Miyakawa authored
Bug: 3130258 Change-Id: Id8d326034ef6a634e6d2aa2b8528cac0066b4865
-
Daisuke Miyakawa authored
Remove "(in progress)" text as we notify it using bg color. Bug: 3125893 Change-Id: Ia3f0b4995241df399156122924133ffb5e455ac6
-
Erik authored
Change-Id: Idffc41c491515626441d4b36cea215263ea9da62
-
Daisuke Miyakawa authored
-
Erik authored
The double scroll was that during a fling it was actually snapping back to the current day then getting a goto event that caused a fling. The speed issue is something with the background image rendering, so we have temporarily disabled the background image and a single color background is being drawn instead. Change-Id: I8a986eb56e93b08051fa6892d41e3a7e4168f39a
-
Daisuke Miyakawa authored
- Show log message about widget update. - Rename TAG. TAG will be seen by the other engineers and the difference between "CalendarAppWidgetService" and "CalendarFactory" are confusing. Just showing "CalendarWidget" would be more consistent to external world. - Modify update algorithm so that it reflects all the events. - remove getEventFlip(). We will highlight an event on progress, so we need two "event flips" for each event (beginning and end). Change-Id: I682957b9bbcfbb5a9dc036ec72614a79c160f543
-