changelog
- Sat, 14 Feb 2015 19:20:40 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 19:20:40 +0100] rev 29
- Avoid build time optimization symbol conflicts by removing duplication.
- Sat, 14 Feb 2015 00:40:28 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:40:28 +0100] rev 28
- Back out change e1ea0f6a5a50 to implicitly match Android runtime name.
- Sat, 14 Feb 2015 00:38:55 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:38:55 +0100] rev 27
- Correct build by partially backing out maintenance change e8c0da59391a.
- Sat, 14 Feb 2015 00:38:16 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:38:16 +0100] rev 26
- Back out change b9b0fbab11a4 to implicitly match Android runtime name.
- Sat, 14 Feb 2015 00:35:00 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:35:00 +0100] rev 25
- Correct build time dependency of assert added in changeset e8c0da59391a.
- Sat, 14 Feb 2015 01:57:28 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 01:57:28 +0100] rev 24
- Manually merge changeset e1ea0f6a5a50, explicitly specifying app name.
- Sat, 14 Feb 2015 00:32:38 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:32:38 +0100] rev 23
- Conform to Android standard by specifying the app name in the manifest.
- Sat, 14 Feb 2015 00:30:34 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:30:34 +0100] rev 22
- Improve style and maintenance while aknowledging bugfix ical4j failure.
- Sat, 14 Feb 2015 00:28:10 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:28:10 +0100] rev 21
- Implement a quasi singleton to access the main application context,
and use this as a alternative solution to ical4j correction but
unfortunately this doesn't work either as too many errors are
in the embedded library.
- Sat, 14 Feb 2015 00:21:19 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:21:19 +0100] rev 20
- Make last throes at duplication of flawed ical4j classes before bailing.
- Sat, 14 Feb 2015 00:01:16 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 14 Feb 2015 00:01:16 +0100] rev 19
- Partially back out correction to NPE in changeset e0e108e77052, since
the most important blocks relate to the flawed ResourceLoader class.
- Fri, 13 Feb 2015 23:45:37 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Fri, 13 Feb 2015 23:45:37 +0100] rev 18
- Give up after a longwinded and unfruitful attempt to patch ical4j,
made difficult by the neverending graph of method calls leading up
to the NPE caused in getResource*() of the ResourceLoader class.
- Thu, 12 Feb 2015 21:48:00 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 12 Feb 2015 21:48:00 +0100] rev 17
- Introduce lame effort to avoid NPE problems in calling createRegistry().
- Thu, 12 Feb 2015 21:40:00 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 12 Feb 2015 21:40:00 +0100] rev 16
- Specify optimization to use ProGuard minification on release builds.
- Thu, 12 Feb 2015 20:16:00 +0100
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 12 Feb 2015 20:16:00 +0100] rev 15
- Restructure project integration of Ical4j dependencies by replacing with
a external repository reference, unfortunately implicitly invalidating
the previous NPE workaround hack.