History log of /packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8133aacf45345c83fc02e2a6ddc86e62153eca8 11-May-2012 Isaac Katzenelson <isaack@android.com> move month fling mechanism into list view

Change-Id: Ia9d2ff84b4b533bc9b7f6b80889bf5319a3b601b
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
ff8fdfad367f1f960078c7631c86b84028380271 27-Apr-2012 Isaac Katzenelson <isaack@android.com> Improve scroll on month view when tapping today

Fixes to ListView makes the scroll better but not perfect. Shortened the
scroll time to make is snappier.

Bug: 5933744 Month - Tap on Today -> Scrolls in low frame rate
Change-Id: I9792f4fc9f58bca02c3697ea809dcb902e9a01a0
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
2d30ee13aa8f1a4f0a11b91c316de64b3051d637 14-Feb-2012 Isaac Katzenelson <isaack@android.com> Fling month view one month at a time.

Bug: 5933578 Month View - Fling should stop at month boundary

When doing a fling motion on the month view perfrom the
following behavior:
1. Short fling - default fling behavior.
2. Medium fling - fling one month.
3. Long fling - fling a few months according to the fling velocity.

Change-Id: I16545dcc7960262dd28e5bf3f49b2b3612bebc51
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
c0ed322afb50be894dca4c8d270b3f6202c2ac61 12-Nov-2011 Isaac Katzenelson <isaack@android.com> Move month view to the right date on OnResume

Bug 5449493: Month view doesn't go to the right date after selecting an event
from the widget

Change-Id: Ieb43336c4aaf3aaca70ee22067703b1572ab6d78
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
e0983f72aa6b33e8733699b6f72d67126fc785bd 14-Oct-2011 Isaac Katzenelson <isaack@android.com> Add missing line separators for tablet

Bug: 5404728 Tablet views are missing lines to separate layouts
Change-Id: I423ec8ec1f99db358850a55e9c0c1156546db2d7
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
5b872523e28fc778a3fc34e7e9096ca1197c6509 04-Oct-2011 RoboErik <epastern@google.com> b/5045933 Highlight the current day/time when Today button is pressed

Adds highlight to month and day views. In month view a border will
fade in around today and in day view the current time line will
flash blue.

Change-Id: I7869253f1afd61ea91ad8e7ff63722381eae1aa4
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
17c0cea5c4e5eee7b6c1676038e9223dd971007b 20-Aug-2011 Michael Chan <mchan@android.com> Fix warnings

Change-Id: Ia28012de0cba552cee8e312c122ae5a3e672c541
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
a50f3172fdb7666f684f190d55d7ed701762fa3d 21-Jul-2011 RoboErik <epastern@google.com> b/5050084 Make month title update during flings

This makes it so the title will continue to update during a fling
but not the highlight. Also comments out the snap to week code
which the designers decided they don't want anymore.

Change-Id: I7865b62df0c530bdd52410344810400d759b1ce8
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
c51a8eca486aa26a233412ec3d8a107db053acb1 14-Jul-2011 RoboErik <epastern@google.com> b/4988570 Make month view update when it stops

Change-Id: I0ff12a5b56db70b07ccd4c888dc6b96f4beddf6d
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
f08cac9c127b248c5ede366a1b51c276bbf2d0e0 11-Jul-2011 RoboErik <epastern@google.com> Visual updates to mini-month

Gray background for selected week, 6 weeks at a time, black box
around the selected day.

Change-Id: I782ad163533f3aea1d65086317f16b4113c2eca6
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
2be617ee36c587a97fe171acf90ed23683be2d80 30-Jun-2011 RoboErik <epastern@google.com> Clean up day and date labeling and colors

Change-Id: If8289b70b35a4f49126bffb589f76ed114a027ed
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
3bff945d29d6ef277391745cd160f3bf16b98905 23-Jun-2011 RoboErik <epastern@google.com> First step of month view visual refresh

-Changes the line colors to white and makes them a single pixel
-Moves the month number right and busybits left on phones
-colors busybits light gray and black
-removes busybits background
-fixes font sizing issues

Change-Id: I9fe61b8eff5f04fe04aebcc707ba5b6274e05416
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
d46b1150f9493a478647e64cc101d45660a458f3 10-Jun-2011 Andy McFadden <fadden@android.com> More Calendar unbundling

A few minor items:
- Remove an unnecessary import, missed in previous checkin.
- Drop guava from libs (not currently needed).
- Add commented-out build lines for the benefit of anyone who wants
to experiment.

Bug 4575374

Change-Id: I5669e41008a97810f9c23247447e91637c54bc22
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
636269c7220a2b12e090cab43a91eb34922eb61f 09-Jun-2011 Andy McFadden <fadden@android.com> More Calendar unbundling

Move CalendarUtils from the framework to the app.

Use java.util.Calendar APIs rather than LocaleData.

Bug 4575374

Change-Id: Ie5063f451bd1b8ece92acbadea708428cd725be4
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
5756bbc36a5483a068984004c206aae015dd91ab 03-Mar-2011 Michael Chan <mchan@android.com> b/3176306 Added animation when switching tabs.

Currently only enabled for transition between Day and Week views.
Transitions that involves Month has been disabled until it doesn't
look worst than before.

Change-Id: I68970fdd695f8bfa0a30ea4c75950be613031501
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
bdd7af6fb85c67e3156feee2e898906cb4c53f34 24-Feb-2011 RoboErik <epastern@google.com> b/3393896 Make Today stand out in minimonth

Now with fake bold and midnight updates!

Change-Id: If852d2246da6b653a6e9481242c200eb64852a2f
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
cfa204ba5c59eb6ebd4b54788ceb31010e4a37a0 23-Feb-2011 RoboErik <epastern@google.com> b/3459404 Fix format of minimonth view in other languages

Change-Id: I352c9770f0b4da8dbd91c53e2b95770d20ea57cb
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
1589e789c37e2c7467abfb713760d50dfd24afe8 04-Feb-2011 RoboErik <epastern@google.com> b/3249758 Don't snap month if we're at an edge

Change-Id: I488bddc461ad9b78db9824b413ee35d0fa9157da
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
63cd053150e00fde045b019dbe0f48b8a9ed3559 26-Jan-2011 Erik <epastern@google.com> b/3395354 Make month view always go to correct time

Also makes month views not animate if they're moving more
than two visible ranges and fixes a bug with popups not
being created after pressing home and then launching an
event from the widget.

Change-Id: I5cf32170227f839e14af018141efe0224d324497
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
259b8f9a21fffd3858218581e9daaf689b6b888f 12-Jan-2011 Erik <epastern@google.com> b/3293809 Adds basic support for accessibility in Calendar

This adds accessibility events for navigating the views in Calendar.
-Moving times in Day/Week view says the time and any overlapping
events.
-Switching between events in the same time slot says the event.
-Opening an event popup reads the event.
-Opening edit event reads the event.
-Opening an event in search reads the event.

Fixed a bug in month view that caused a crash.

Change-Id: I734b43597fbdf76cbf693374ac8585645fab94fe
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
bf4aa400663a072813c87cf9c8aaee2d07abc945 05-Jan-2011 Erik <epastern@google.com> Work on pixel perfect for month view

Fixes off by one errors, spacing issues, and some color
issues.

Change-Id: I0038a3a6b6b5919533c95fa5e9eea51702d80954
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java
e21674aefc9755ba519dfc5b3ff4348be4814903 24-Nov-2010 Erik <epastern@google.com> Renames simple month files to fit fw naming style

Change-Id: Ic1b3833f943d91d6d87e9d93696e745d0b4000e7
/packages/apps/Calendar/src/com/android/calendar/month/SimpleDayPickerFragment.java