Droidparts Versions Save

3.1.0

6 years ago
  • RESTClient2 returns a HTTPResponse2 with methods to get JSONObject & Array.
  • AbstractDBOpenHelper will crash on incorrect DDL.

3.0.0

6 years ago
  • Deserialize lowercase Enums from JSON.
  • Instantiate Maps & Collections.
  • newInstance() method in Fragments.
  • EntityManager: changed names of methods operating on collections.

2.9.8

7 years ago
  • Improved Logger.

2.9.7

7 years ago
  • @Deprecated TabbedAppCompatActivity.
  • Fixed compiling with Java 8.
  • Switched to Gradle.

2.9.6

7 years ago
  • EventBus fix.

2.9.5

8 years ago
  • IntentService: fixed null Intent crash /kudos to @plzen/.

2.9.4

8 years ago
  • ClearableEditText: customizable X location & misc.

2.9.3

8 years ago
  • ClearableEditText fix.

2.9.2

8 years ago
  • EventBus: fixed ReflectiveReceiver registered more than once /kudos to @plzen/.
  • ClearableEditText: improved X tap detection.

2.9.1

8 years ago
  • CookieJar: fixed UnsupportedOperationException /kudos to @plzen/.
  • EventBus: register/unregister in onResume()/onPause() in Fragments.