Lyubomyr Shaydariv
bdea5b9e99
Removed the executable flag from clearly text files
2018-04-26 10:23:15 +03:00
Warren Smith
9f8ace9ac4
Dont warn on sun.misc package.
2017-09-15 08:18:32 -07:00
Chaitanya Pramod
74f4f74b8b
Prevent Proguard from stripping interface info from @JsonAdapter classes
...
Previously after Proguard, the classes would no longer implement the interfaces, leading to `JsonAdapterAnnotationTypeAdapterFactory` throwing.
Fixes #925
2016-09-14 18:57:35 +05:30
Marcelo Camargo
bddc1a9ed3
Fixed code style to remove explicit casting op.
...
· Separated binary operators
2016-02-14 03:47:05 -02:00
inder123
8cf538169c
Updated proguard.cfg example to Gson only settings
...
Fixed https://github.com/google/gson/issues/713
2015-10-18 10:21:32 -07:00
Jesse Wilson
bb92447317
Retain annotations when using proguard + gson. From patch on issue 358.
...
Fixes issue 358.
2011-12-16 05:18:01 +00:00
Inderjeet Singh
f127398ad1
Made the proguard example work by using -keepattributes Signature (as advised in https://sourceforge.net/tracker/?func=detail&aid=3375947&group_id=54750&atid=474704 )
2011-07-25 06:23:02 +00:00
Inderjeet Singh
a85807818f
Invoking Gson toJson and fromJson with-in the Android application.
...
Gson.fromJson does not currently work in this application with proguard enabled: The reason seems to be that Cart's field List<LineItem> gets rewritten as raw List type.
2011-07-23 01:08:34 +00:00
Inderjeet Singh
ea4cfcd4b9
initial cut at an example Android application that uses Proguard with Gson
2011-07-22 20:55:37 +00:00