Recent commits on packages-apps-Calendar (git) - Android-x86 - OSDN https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/ Android-x86 https://static-cdn.osdn.net/thumb/g/5/887/36x36_0.png /projects/android-x86/ ea39ad: add notouch resources to avoid crash https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/ea39ad161688cdb5f1c45c69707a53dee8451271 Chih-Wei Huang Commit: ea39ad161688cdb5f1c45c69707a53dee8451271
add notouch resources to avoid crash
]]>
14e771: Import revised translations Change-Id: Ib458fa5b75881bcf... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/14e77164bddf4d29acaca5bb2ff116a697bf9650 Kenny Root Commit: 14e77164bddf4d29acaca5bb2ff116a697bf9650
Import revised translations

Change-Id: Ib458fa5b75881bcfc9cf531c312264713757db2b
]]>
f1db29: Import revised translations Change-Id: I57d5725c9539ef25... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/f1db29f8bbeadcd890785d089163ce0a3e5d9a9e Kenny Root Commit: f1db29f8bbeadcd890785d089163ce0a3e5d9a9e
Import revised translations

Change-Id: I57d5725c9539ef25f8f021211e5d497c6ad740de
]]>
3acb03: Import revised translations Change-Id: Ia34da4ee4637de6e... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/3acb03a346871f48433df9623cd6a96aa89cd1e0 Kenny Root Commit: 3acb03a346871f48433df9623cd6a96aa89cd1e0
Import revised translations

Change-Id: Ia34da4ee4637de6e6e15f14f8c8d3ad9b6b30fd7
]]>
1feb19: Merge "b/2635283 UtilsTest.java was missing copyright not... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/1feb1948858266344e9048a68907c0127aa75e23 Erik Commit: 1feb1948858266344e9048a68907c0127aa75e23
Merge "b/2635283 UtilsTest.java was missing copyright notice." into froyo
]]>
6e25f4: b/2635283 UtilsTest.java was missing copyright notice. C... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/6e25f480f8dbf18f32248f3666be1e9dd52d3225 Erik Commit: 6e25f480f8dbf18f32248f3666be1e9dd52d3225
b/2635283 UtilsTest.java was missing copyright notice.

Change-Id: I159fa1439cf38a24f7c4ed4ddf9245fda00dc674
]]>
d7bf3a: Import revised translations Change-Id: I9711dbdbf4ba92e0... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/d7bf3ac9f68c27c98272e993fbbb9cc6e44719fc Kenny Root Commit: d7bf3ac9f68c27c98272e993fbbb9cc6e44719fc
Import revised translations

Change-Id: I9711dbdbf4ba92e05e0d644bc2ca17156f433216
]]>
061db4: Revert "b/2622128 Exception events now get updated to be ... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/061db49b29e5a3036398d70599b726c4dff6259f Erik Commit: 061db49b29e5a3036398d70599b726c4dff6259f
Revert "b/2622128 Exception events now get updated to be 'canceled' when deleted"

This reverts commit a9dd45e7a7f422c3c7d74f10d1e65880c181d43b. Moving to master
instead of Froyo.
]]>
e574d4: Revert "b/2622128 Fix crash from editEvent and EventInfoA... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/e574d426fabf57e471346ec787160cd1d7f96213 Erik Commit: e574d426fabf57e471346ec787160cd1d7f96213
Revert "b/2622128 Fix crash from editEvent and EventInfoActivity"

This reverts commit b6a9b7130b754ef2c965a4ddb6134bc82e8a605c. Moving this to
master instead of froyo.
]]>
af45d5: Merge "b/2622128 Fix crash from editEvent and EventInfoAc... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/af45d5b3aad58c55131415b794df1c81c68fc357 Erik Commit: af45d5b3aad58c55131415b794df1c81c68fc357
Merge "b/2622128 Fix crash from editEvent and EventInfoActivity" into froyo
]]>
b6a9b7: b/2622128 Fix crash from editEvent and EventInfoActivity ... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/b6a9b7130b754ef2c965a4ddb6134bc82e8a605c Erik Commit: b6a9b7130b754ef2c965a4ddb6134bc82e8a605c
b/2622128 Fix crash from editEvent and EventInfoActivity

those two activities perform their own query and I didn't add the
originalEvent column to them for previous fix.

Change-Id: Ib26c22015599b453e5c7a4b3bc485b11bbb41166
]]>
a26f1e: Merge "b/2622128 Exception events now get updated to be '... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/a26f1e9c8a100117a70f03e9b04bf8e9f05b4b76 Erik Commit: a26f1e9c8a100117a70f03e9b04bf8e9f05b4b76
Merge "b/2622128 Exception events now get updated to be 'canceled' when deleted" into froyo
]]>
a9dd45: b/2622128 Exception events now get updated to be 'cancele... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/a9dd45e7a7f422c3c7d74f10d1e65880c181d43b Erik Commit: a9dd45e7a7f422c3c7d74f10d1e65880c181d43b
b/2622128 Exception events now get updated to be 'canceled' when deleted

Added some checking to the delete helper to make exception events have their status
changed instead of just being removed. This will cause them to hide the instance
of an exception that they represent. Previously that instance was being replaced
by the original recurrence after the event was removed.

Change-Id: If80e1ccb31af901f4d01d09d18e4850d4b763a57
]]>
f012e1: add notouch resources to avoid crash https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/f012e13b3308520b968959783535e0919e38dbf1 Chih-Wei Huang Commit: f012e13b3308520b968959783535e0919e38dbf1
add notouch resources to avoid crash
]]>
b278f2: b/2600675 Make the agenda/day/week/month views consistent... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/b278f23b04f792162b04c28282429b31beafcb33 Michael Chan Commit: b278f23b04f792162b04c28282429b31beafcb33
b/2600675 Make the agenda/day/week/month views consistent

Change-Id: I4cd7faa183aee620eb7132b9cd6dddae6f0ad88a
]]>
2ee88e: b/2600474 Changed colors for Sat/Sun To a dull blue and ... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/2ee88ed980b971aa8009b3392fd97d8f1904658a Erik Commit: 2ee88ed980b971aa8009b3392fd97d8f1904658a
b/2600474 Changed colors for Sat/Sun

To a dull blue and moved busybits and background colors into xml.

Change-Id: I21191c3bc25748dcd312d5ea84113dad3d40caf2
]]>
3c4cb8: b/2593984 New 'DNA' view to show days events in month vie... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/3c4cb80f5535addcab03999ce4c029e123da8612 Erik Commit: 3c4cb80f5535addcab03999ce4c029e123da8612
b/2593984 New 'DNA' view to show days events in month view

Busybits was previously removed due to performance and confusion
issues. This is replacing it to provide a more detailed view of days
in Month View.

Change-Id: I1846934ca55e61b97ab63afe9680f05f3653edc2
]]>
56a50f: Import revised translations Change-Id: I86bbf45a49e65b43... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/56a50f2263c9e495edafeed22af295662a95b9cd Kenny Root Commit: 56a50f2263c9e495edafeed22af295662a95b9cd
Import revised translations

Change-Id: I86bbf45a49e65b4390fd1d14d1c1cce0b535b543
]]>
f7a2a6: Merge "b/2593983 Fixed Month view so that short taps will... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/f7a2a6231c4e28b9041cd5166d687b000288e564 Michael Chan Commit: f7a2a6231c4e28b9041cd5166d687b000288e564
Merge "b/2593983 Fixed Month view so that short taps will launch day/agenda view." into froyo
]]>
94ee9d: b/2593983 Fixed Month view so that short taps will launch... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/94ee9d14145f12f2f3095f5bc3bf9aac0b74f074 Michael Chan Commit: 94ee9d14145f12f2f3095f5bc3bf9aac0b74f074
b/2593983 Fixed Month view so that short taps will launch day/agenda view.

Change-Id: I6109f49ff421a2f99be5fda0b24c3f5a6befcdf8
]]>
e4d715: Merge "b/2593884 Clear out recurrence before updating." i... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/e4d7153c8b0adcb85242e6a0d264bb8b83c07537 Erik Commit: e4d7153c8b0adcb85242e6a0d264bb8b83c07537
Merge "b/2593884 Clear out recurrence before updating." into froyo
]]>
e4b5eb: b/2593884 Clear out recurrence before updating. Previous... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/e4b5eb28efd71a9429e4471eb7e5a202113fe125 Erik Commit: e4b5eb28efd71a9429e4471eb7e5a202113fe125
b/2593884 Clear out recurrence before updating.

Previously settings could be left over when we changed the recurrence.
This is handled by Google's servers but not by Exchange. This change
will clear out the recurrence setting before recreating it when the
recurrence is changed.

Change-Id: Ife9c6b1fd81723314e6e0fcb3249cf8bfca20cb2
]]>
eb10fa: Change to TextUtils.equals instead of .equals Could cras... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/eb10fa8bee049e0052b5cb53dcfbdaccef9f2740 Erik Commit: eb10fa8bee049e0052b5cb53dcfbdaccef9f2740
Change to TextUtils.equals instead of .equals

Could crash on a NPE for an empty string without this.

Change-Id: I1f88889580cfd30f82e867f403e9466a1d7d7819
]]>
356204: Merge "b/2558564 Fixed the problem where going to "today"... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/356204b5e6c5b862442bb7cd9e68163f67af92e3 Michael Chan Commit: 356204b5e6c5b862442bb7cd9e68163f67af92e3
Merge "b/2558564 Fixed the problem where going to "today" would cause to a previous time." into froyo
]]>
c8609a: b/2558564 Fixed the problem where going to "today" would ... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/c8609a6b5062553f47ae7a864ca95426c2c06dfa Michael Chan Commit: c8609a6b5062553f47ae7a864ca95426c2c06dfa
b/2558564 Fixed the problem where going to "today" would cause to a previous time.

This is a workaround for the fact that Listview doesn't me telling it to show a particular item

Change-Id: Ibf78961698cdd8c4290dde9c00d7de16ceb3dffb
]]>
1c1990: b/2575593 Added accountType to the calendars query Chang... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/1c19909146868ad4bdc2d478649fd0ba171d0732 Erik Commit: 1c19909146868ad4bdc2d478649fd0ba171d0732
b/2575593 Added accountType to the calendars query

Change-Id: I8b4d01a51632c8ab3a18691f26a00dfedf335d5e
]]>
212f06: b/2574912 Made postDelayed calls get cancelled on pause ... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/212f06fde96fa53be7c8a1ca878f4ba3ab8624b6 Erik Commit: 212f06fde96fa53be7c8a1ca878f4ba3ab8624b6
b/2574912 Made postDelayed calls get cancelled on pause

postDelayed calls to stop the calendars list from being refreshed were
surviving the activity being finished and re created. This explicitly
turns them off and on when the activity calls onPause and onResume
respectively. This also rearranges where the refresh post gets set up
to make it more dependable.

Change-Id: Icdc1c0ee4e6dad91fb1792748d1a43df8e2ad6c2
]]>
0d11d3: Merge "fix Java package name for calendar launch performa... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/0d11d3320ead8f0e8e2145e8a2b68d4f8be24120 Guang Zhu Commit: 0d11d3320ead8f0e8e2145e8a2b68d4f8be24120
Merge "fix Java package name for calendar launch performance test" into froyo
]]>
aadd4b: fix Java package name for calendar launch performance tes... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/aadd4bf8efd9144d7df125a11f9828f70478f704 Guang Zhu Commit: aadd4bf8efd9144d7df125a11f9828f70478f704
fix Java package name for calendar launch performance test

the package name cited in the test class does not agree with the actual path
leading to the .java file. while this has not been a problem for our build
system, it confuses IDEs and also package rename mechanism in the build system

Change-Id: I5754b99a4ccf58530daf2ae2f40cac7b35c9aed5
]]>
a144f8: b/2555049 Will only query accounts once when entering Cal... https://osdn.net/projects/android-x86/scm/git/packages-apps-Calendar/commits/a144f86b41170e8ee7fe8d966cc51c5fc90cd44a Erik Commit: a144f86b41170e8ee7fe8d966cc51c5fc90cd44a
b/2555049 Will only query accounts once when entering Calendars screen

There was noticeable jitter on entering the Calendars screen including
misregistering taps due to the cursor requerying repeatedly during a
sync. This change makes it so we only query on accounts once and then
will requery every five seconds for about a minute. The view will only
be updated if a change has occurred.

Change-Id: I53610836e78d970d452d4c9724a2d3525cd85482
]]>