Commit Graph

1165 Commits

Author SHA1 Message Date
inder123
dcbcf067fc Merge pull request #747 from mbrukman/docs-formatting
Docs fixes: markdown, links, formatting.
2015-11-27 14:27:00 -08:00
Misha Brukman
b4ca41aafe Docs fixes: markdown, links, formatting.
* Removed extra spacing after bullets in list
* Removed extra blank lines; fixed indentation
* Fixed all links (including examples) to code.google.com to use github.com
  instead; deep links to code.google.com redirect to top-level GitHub project
  page, thus rendering them useless
* Removed extra strings in Markdown link targets
* Fixed capitalization and grammar
* Added more code formatting
2015-11-27 17:13:19 -05:00
Jake Wharton
5fdba9f647 Merge pull request #746 from mbrukman/full-license-txt
Add full license text for Apache License 2.0
2015-11-27 16:48:32 -05:00
Misha Brukman
95c5a7d570 Add full license text for Apache License 2.0
Moved the short-form license to README.
2015-11-27 16:42:01 -05:00
Jake Wharton
a270c6b19d Merge pull request #745 from mbrukman/docs-code-formatting
Added code formatting; removed HTML tags.
2015-11-27 16:27:25 -05:00
Misha Brukman
14e53cf7d4 Added code formatting; removed HTML tags.
Also fixed minor grammar issues.
2015-11-27 15:45:21 -05:00
inder123
90fad0181e Update CHANGELOG.md 2015-11-26 09:48:58 -08:00
inder123
f55beadd55 Update README.md 2015-11-26 09:47:08 -08:00
inder123
8e4ad57874 Merge pull request #743 from pjdelport/patch-1
README: Update old Google Sites links to GitHub
2015-11-26 09:45:40 -08:00
Piët Delport
05515adc8b README: Update old Google Sites links to GitHub 2015-11-26 12:22:42 +02:00
inder123
f642395949 added maven instructions 2015-11-24 17:55:40 -08:00
inder123
5e52242ba0 Imported Gson design document from
https://sites.google.com/site/gson/gson-design-document
2015-11-24 17:49:04 -08:00
inder123
6831050a6f Update ReleaseProcess.md 2015-11-24 17:39:47 -08:00
inder123
bc6712e323 Updated to include previous versions change log 2015-11-24 17:38:36 -08:00
inder123
594cb33b5f Fixed ToC 2015-11-24 13:57:20 -08:00
inder123
4e1c352261 Imported User Guide from Google Sites 2015-11-24 13:46:45 -08:00
inder123
cd164202c5 Gson 2.5 changelog 2015-11-24 11:58:02 -08:00
inder123
a16afd035a Updated to Gson 2.5 release 2015-11-24 11:40:03 -08:00
inder123
53d59574f2 updated Javadocs instructions 2015-11-24 11:38:54 -08:00
inder123
3a56011685 Update ReleaseProcess.md 2015-11-24 11:26:30 -08:00
Inderjeet Singh
2b4ac2334e [maven-release-plugin] prepare for next development iteration 2015-11-23 19:32:33 -08:00
Inderjeet Singh
d7d064feb8 [maven-release-plugin] prepare release gson-parent-2.5 2015-11-23 19:32:26 -08:00
inder123
61c27e7ff2 Update ReleaseProcess.md 2015-11-23 19:28:29 -08:00
inder123
59b7de7348 copied over release process from https://sites.google.com/site/gson/release-process 2015-11-23 19:27:37 -08:00
inder123
3c74ca6cb4 Create ReleaseProcess.md 2015-11-23 19:10:54 -08:00
inder123
b45cd98ea1 Merge pull request #740 from IgorMiller/master
ISO8601 Date deserialization
2015-11-23 19:06:51 -08:00
Gorik
d86dfdec7c Removed unused code in ISO8601Utils 2015-11-23 01:21:41 -05:00
Gorik
bcd52a1fdc Added ISO8601 complete support for date deserialization 2015-11-23 01:11:41 -05:00
inder123
e48c780389 Merge pull request #733 from google/java_util_additional_classes
Supported Currency and added additional tests for Vector, Stack and Properties.
2015-11-17 17:57:59 -08:00
inder123
5e3d4320cf Merge pull request #738 from google/missing_field_details
Added details and causes while throwing AssertionError
2015-11-16 14:27:49 -08:00
Inderjeet Singh
c935f89b23 Added the cause to Assertions 2015-11-16 09:16:23 -08:00
Inderjeet Singh
05b17f9271 Adding details in the throw exception on a missing field. 2015-11-16 09:12:23 -08:00
Inderjeet Singh
10cefa49d2 added tests for Properties 2015-11-06 16:17:47 -08:00
Inderjeet Singh
01944b246b additional tests for PriorityQueue, Vector and Stack. 2015-11-06 16:16:56 -08:00
Inderjeet Singh
47cc34548d added currency class 2015-11-06 15:41:15 -08:00
inder123
f8105f0006 Merge pull request #732 from google/fix_typo
renamed JavaUtilConcurrentLocksTest to JavaUtilConcurrentAtomicTest
2015-11-06 15:24:53 -08:00
Inderjeet Singh
457f53f08f renamed JavaUtilConcurrentLocksTest to JavaUtilConcurrentAtomicTest 2015-11-06 15:24:15 -08:00
inder123
00cf46cde4 Merge pull request #731 from google/java_util_concurrent_locks_support
Added support for AtomicInteger, AtomicBoolean, AtomicLong and Atomic…
2015-11-06 09:20:11 -08:00
Inderjeet Singh
da4334b8df fixed typos 2015-11-05 21:43:10 -08:00
Inderjeet Singh
11b26b5256 Added support for AtomicLongArray.
Also added tests to ensure LongSerializationPolicy is honored.
2015-11-05 14:15:46 -08:00
Inderjeet Singh
caef762530 added factory fields for consistency 2015-11-05 14:03:51 -08:00
Inderjeet Singh
cc54e4dbdd made methods static 2015-11-05 10:46:54 -08:00
Inderjeet Singh
7821b73202 Added support for AtomicInteger, AtomicBoolean, AtomicLong and AtomicIntegerArray. 2015-11-05 10:45:23 -08:00
Jesse Wilson
64107353a3 Merge pull request #730 from google/624
Added support to serialize/deserialize ConcurrentMap and ConcurrentNa…
2015-11-05 07:25:34 -05:00
Inderjeet Singh
fef43b2aaa Added support to serialize/deserialize ConcurrentMap and ConcurrentNavigableMap. 2015-11-04 21:25:15 -08:00
Jesse Wilson
9e5f86d10b Merge pull request #729 from google/jdk6
updated minimum JDK version to 1.6.
2015-11-04 22:24:05 -05:00
Inderjeet Singh
79e1c669ed Linking to JDK 6 javadocs 2015-11-04 18:55:23 -08:00
Inderjeet Singh
e5b3f6368d updated minimum JDK version to 1.6.
Added Overrides for methods implementing an interface.
2015-11-04 18:52:20 -08:00
Jesse Wilson
55b4a3f9b0 Merge pull request #724 from cconroy/threadsafe-cache
Thread safe method cache
2015-10-28 19:59:23 -04:00
Chris Conroy
7abeb16080 Thread safe method cache 2015-10-28 17:41:56 -04:00