summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/text/DateFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Wire up frameworks notifications of 12/24 hour preferences.Elliott Hughes2014-10-231-0/+8
* Allow Calendar.getInstance to be called with a null Locale.Narayan Kamath2014-08-141-0/+10
* Fix mapping for Field.TIME_ZONE.Narayan Kamath2014-05-121-1/+1
* Add a stub set24HourTimeFormat function for the framework.Narayan Kamath2014-02-271-0/+6
* Fix a bug in DateFormat, clean up some SimpleDateFormat tests.Elliott Hughes2013-09-091-1/+1
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-13/+8
* Improve the System.currentTimeMillis/Date/DateFormat/SimpleDateFormat documen...Elliott Hughes2012-11-081-88/+25
* Fix a native memory leak in SimpleDateFormat cloning.Elliott Hughes2012-09-201-4/+0
* Change all "final static"s to "static final".Elliott Hughes2011-01-111-51/+51
* Fix deserialization of NumberFormat.Field and related types.Jesse Wilson2010-10-011-37/+0
* Move more stuff out of icu4jni; ICU and LocaleData.Elliott Hughes2010-10-011-2/+2
* Improve DateFormat.parse's exception detail.Elliott Hughes2010-09-271-1/+2
* Document Unicode versions and that we don't support the locale spi junk.Elliott Hughes2010-09-121-0/+1
* Sorting imports.Jesse Wilson2010-08-111-1/+1
* Support stand-alone month and weekday names in SimpleDateFormat.Elliott Hughes2010-06-101-6/+3
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-26/+26
* merge more modules into luniPeter Hallam2010-04-271-0/+939