Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
apps
/
Calendar
/
7ecf798315d4c54e6435f13e0eaaf5c1a0a089b2
/
tests
49bd484
Fix for build breakage.
by James Kung
· 12 years ago
b25c663
Further test fixes.
by Sam Blitzstein
· 12 years ago
b6b9cb4
Resolving test errors.
by Sam Blitzstein
· 12 years ago
17dfc61
Merge "Allow coordinates in event location." into ics-ub-calendar-burgundy
by Sara Ting
· 12 years ago
29dc76a
Allow coordinates in event location.
by Sam Blitzstein
· 12 years ago
8e93f66
Fix build
by Michael Chan
· 12 years ago
f9d0e04
Merge "Adding alert scheduling to app, to allow unbundled app's alerts to work on more devices." into ics-ub-calendar-burgundy
by Sara Ting
· 12 years ago
3a07a68
Adding alert scheduling to app, to allow unbundled app's alerts to work on more devices.
by Sara Ting
· 12 years ago
7e19bf9
Added new notification actions for map and call.
by Sam Blitzstein
· 12 years ago
7a2de3d
resolved conflicts for merge of 013fda07 to ics-ub-calendar-burgundy
by Sara Ting
· 12 years ago
948c590
Removed use of notification framework's cancelAll so we don't affect SyncAdapter's alerts.
by Sara Ting
· 12 years ago
487d52c
Notifications: made alarm scheduling testable, and a couple minor fixes.
by Sara Ting
· 12 years ago
7e38242
Fix unbundled build of tests.
by Sara Ting
· 12 years ago
5cde037
Fix some NPE and comparison errors.
by Michael Chan
· 12 years ago
b5a2a61
Only fetch vibrate pref once per group of alerts.
by Sara Ting
· 13 years ago
bce26a2
Notifications: adding more tests.
by Sara Ting
· 13 years ago
21af116
Notification tests for rebalancing priority buckets.
by Sara Ting
· 13 years ago
25b09db
Add tests for notification
by Michael Chan
· 13 years ago
e3f85db
Create events with event set to confirmed instead of tentative
by Michael Chan
· 13 years ago
059117d
Fix for bug 6394170: fixing display for multiday all day events.
by Sara Ting
· 13 years ago
23acd26
Fix for bug 5045587: Recurrence and timezone labels should have 40% opacity.
by Sara Ting
· 13 years ago
4e92627
Fixed missing event name from the event info details, and changed datetime description to display "Today at <time>" or "Tomorrow at <time>".
by Sara Ting
· 13 years ago
75f5366
Shorten date/time info in event info to display in one line.
by Sara Ting
· 13 years ago
f09a2bf
Fix a few unit test failures.
by Sara Ting
· 13 years ago
fd8ce5e
Replace libphonenumber with a simple parser
by Andy McFadden
· 13 years ago
c6680c5
b/5309787 support allowedAvailability in calendar app
by RoboErik
· 13 years ago
27998dd
Remove calendar-common from test makefile
by Andy McFadden
· 13 years ago
8ed988f
Relocate common Calendar classes
by Andy McFadden
· 13 years ago
a7c0390
Rename Calendar.java to CalendarContract.java
by RoboErik
· 13 years ago
d46b115
More Calendar unbundling
by Andy McFadden
· 13 years ago
3f88868
Minor tweaks to support Calendar unbundling
by Andy McFadden
· 13 years ago
78de8f4
Merge "Rename "transparency" to "availability" Rename "visibility" to "accessLevel""
by Michael Chan
· 13 years ago
4d68625
Remove obsolete CalendarTests suite.
by Brett Chabot
· 13 years ago
ced0eb6
Rename "transparency" to "availability" Rename "visibility" to "accessLevel"
by Michael Chan
· 13 years ago
fea9af5
Progress toward alert method support
by Andy McFadden
· 14 years ago
392ae1b
Merge "Update calendars table to v300"
by RoboErik
· 14 years ago
71b9ce3
Show overlap time in BusyBits in month view
by Isaac Katzenelson
· 14 years ago
0e1e624
Update calendars table to v300
by RoboErik
· 14 years ago
72a9459
Improved algorithm for BusyBits
by Isaac Katzenelson
· 14 years ago
c18dd7a
Support events that span multiple days in "Busy Bits"
by Isaac Katzenelson
· 14 years ago
82400dd
Support for "Busy Bits" in month view
by Isaac Katzenelson
· 14 years ago
ae5bcce
Sort and uniquify reminders
by Andy McFadden
· 14 years ago
b9b34ea
Clean up
by Michael Chan
· 14 years ago
ece2fbd
b/3370035 Fixed the date header of the widget to match the app/home timezone
by Michael Chan
· 14 years ago
59ead67
Adds saving/restoring on rotation to EditEventFragment
by Erik
· 14 years ago
981874e
Work on making month view a list view
by Erik
· 14 years ago
21a1838
Adds home tz support to cal widget
by Erik
· 14 years ago
d845fbe
New Edit Event layout
by Erik
· 14 years ago
3ea333d
Added day separators in the widget
by Mason Tang
· 14 years ago
fbce65e
Moved EditEvent into a sub package.
by Erik
· 14 years ago
47d4032
Added support for scrolling list views in the widget
by Mason Tang
· 14 years ago
36daf14
Fixed widget tests so that they always run in Pacific timezone
by Mason Tang
· 14 years ago
9a3cb14
Moved the widget into its own package, lowercased existing package names
by Mason Tang
· 14 years ago
9138ce8
Added basic support for searching events
by Mason Tang
· 14 years ago
e700c16
Added a new event button to the calendar widget
by Mason Tang
· 14 years ago
8e3d430
Added support for app-configurable week start day
by Mason Tang
· 14 years ago
4970159
First draft of Fragment implementation. Will need a lot of cleanup
by Michael Chan
· 14 years ago
bb3f08a
Refactored so that the widget is now with the app, not the provider
by Mason Tang
· 14 years ago
37960c0
Switches EditEventHelper to use AsyncQueryService
by Erik
· 14 years ago
7e4b2c1
Tagged a bunch of tests as smoke tests
by Michael Chan
· 14 years ago
88c483a
Changes to DeleteEventHelper to make it async
by Erik
· 14 years ago
bed0275
AsyncQueryService
by Michael Chan
· 15 years ago
eca82e9
Creates an EditEventView with as little app logic as possible
by Erik
· 14 years ago
6ae7d69
Updates to EditEventHelper
by Erik
· 14 years ago
7371416
Creates a model for events and moves edit event methods into a helper
by Erik
· 15 years ago
6e25f48
b/2635283 UtilsTest.java was missing copyright notice.
by Erik
· 15 years ago
aadd4bf
fix Java package name for calendar launch performance test
by Guang Zhu
· 15 years ago
ff6be83
b/2494603 Improve UI to disambiguate calendars with the same name
by Michael Chan
· 15 years ago
b67e98d
b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails.
by Michael Chan
· 15 years ago
98ab9de
findbug fixes
by Michael Chan
· 16 years ago
146de36
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
2cb8df4
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
0d78b56
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
9f28730
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
a9ea5e1
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
a390cbf
Initial Contribution
by The Android Open Source Project
· 16 years ago