History log of /packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
992f371d37da0f3e444c5a2cdcd2681a15dcb183 29-Jun-2012 Marc Blank <mblank@google.com> Manual merge of Exchange from jb-ub-mail

Change-Id: I326e5dc720dc29b510764142ec84770c46880429
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
1010fce96a725642e0510e42beb0db9e83ebca9f 11-May-2012 Marc Blank <mblank@google.com> Remove Exchange1 files

Change-Id: I8f768531ddafb5343571c96ed131aab3c9b1d0bb
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
604a1cf6f2401d78f57edcfb702d560d9c80dd14 16-Mar-2011 Marc Blank <mblank@google.com> Add @SmallTest, @MediumTest annotations to Exchange tests

Bug: 4102002
Change-Id: I00ce41e199cc729eec1c740c18f70f57afa2f08d
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
c8e4352ea6cfa67f15140512e84af8ccede222d2 15-Feb-2011 Marc Blank <mblank@google.com> Separate Exchange application

* Clean up AndroidManifest, Android.mk, and proguard.flags
* Refactor to use emailcommon
* Remove Email app code/resources (note: this CL starts from the
single Email application)
* Update Exchange unit tests to use EmailProvider "live" and
clean up after itself
* All unit tests pass

Bug: 3442973
Change-Id: Iced00ae546dd4ddb9a66e297d3ac2dc2977e20eb
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
1acf87471496d2024e7303754c37d668e9f4fb9b 07-May-2010 Makoto Onuki <omakoto@google.com> Cleanup imports.

(Note it's for froyo-plus-asop)

Change-Id: Ia5b771cd41099ab486ba2e556b441fc7c0affe5f
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
d38b4e9c1893a6c4ac70c08c5211629da3840cb2 24-Mar-2010 Makoto Onuki <omakoto@google.com> Moved fromUtf8 from TestUtils to Utility.

And cleaned up SimpleIcsWriter.toString().

Change-Id: I383d91256c48be5263c695c8e8dd151d0e95d0a6
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
2674b86e833d0b958c90d60ed6548d54738d2922 22-Mar-2010 Makoto Onuki <omakoto@google.com> Fix failing unit tests.

Bug 2534698
Bug 2534665

Change-Id: If07fc7113b517059bee937d019d464e9c1bc600f
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
bc0c8c1523fc0bc42eb82dba6c2977492e441c03 16-Mar-2010 Makoto Onuki <omakoto@google.com> Exchange calendar: fixes for the ICS writer.

- Now SimpleIcsWriter does the UTF-8 conversion, and folds lines according
to the number of bytes in UTF-8.
- It now escapes special chars in TEXT values. You can safely put , ; \ or
line breaks. in summary, location, and description.
- Quotes all CN. (leftover from Ibb8f155a)
- Replace "s in CN with 's (rather than removing them)

Bug 2508283
Bug 2515768

Change-Id: Ibdced53ee32bba950608d63f507b11b24eaad7b0
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
302238ee714b518fc0423459064946357f988683 15-Mar-2010 Makoto Onuki <omakoto@google.com> ICS Writer: Quote common name.

Quote common name (CN) in ATTENDEE per RFC 5545.

Bug 2510783

Change-Id: Ibb8f155a43cbe43886b903472489563242cb6771
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
f773512c0701a616188320ec96218284f777d3bf 11-Mar-2010 Marc Blank <mblank@google.com> Fix #2508283 (Improper wrapping of long text in ics attachments)

* Ignore CR and change LF into backslash + n
* Write unit test for handling of CRLF's
* Rename mLineCount to mColumnCount, which is more appropriate

Bug: 2508283
Change-Id: I8b2081aa474cb07b6cb09383ff6ac58a1dab1bba
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
8d5c79fe3d792065b72edb6231d51e4301fd2bcc 23-Feb-2010 Marc Blank <mblank@google.com> Fix bugs in SimpleIcsWriter

* Guilty of failing to run the unit tests
* Fix the (obvious) issues

Change-Id: If12e02facce768ca2d410320bea68a2ca2c116c6
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java
c8dc8009bcbb9dbf781f0028f07b2bbca600aeeb 21-Feb-2010 Marc Blank <mblank@google.com> Send meeting invitations for new/updated Exchange events

* Wrote utility to create an ics file (iCalendar) based on a
CalendarProvider Event. This is a good first pass, but we need
to consider whether to include alarms, etc.
* Use aforementioned utility and new convenience method to send
meeting invitations to attendees of newly created meetings (events)
when they are uploaded to the server via the CalendarSyncAdapter
* Overall, attempted to modify existing provider and rfc822 output
code as little as possible. Rfc822Output is actually very limited
in its capabilities and should be made more robust in future

Change-Id: Ie20b9137df56dc414de6737d05fa40ec9cdf47e0
/packages/apps/Exchange/tests/src/com/android/exchange/utility/SimpleIcsWriterTests.java