Skip to content

Releases: smartnsoft/droid4me

droid4me v2.4.8

15 Feb 11:10
Compare
Choose a tag to compare
  • Fixed the layout inflation into the SmartAppCompatActivity class
  • Added the attribute statusCode into the HttpResponse class
  • Fixed or added some logs
  • Changed the attribut inputstream of the the MultipartFile class from FileInputStream to InputStream

droid4me v2.4.7

23 Aug 07:01
Compare
Choose a tag to compare
  • Removed the getInputStream method from the WebServiceClient class
  • Introduced the runRequest method into the WebServiceClient class
  • introducted the HttpResponse object

droid4me v2.4.6

23 Aug 06:53
Compare
Choose a tag to compare

Fixed memory leak caused by the Droid4meDebugInterceptor when pausing application using a lot of memeory.

droid4me v2.4.5

18 Jul 16:17
Compare
Choose a tag to compare

-The droid4mizer interceptor and BitmapDownloader window is now draggable.
-Added a button the droid4mizer window to trigger the Garbage Collector

droid4me v2.4.4

10 Jun 08:47
Compare
Choose a tag to compare

Updated LoggerWrapper class to be thread safe

droid4me v2.4.3

19 May 14:23
Compare
Choose a tag to compare
  • Added the BitmapConfigAnnotation
  • Updated some methods and classes visibilities

droid4me v2.4.2.1

06 May 09:22
Compare
Choose a tag to compare
droid4me-2.4.2.1

	FSS-153 Updated the pom.xml file

droid4me v2.4.2

06 May 08:29
Compare
Choose a tag to compare
  • Changed some methods visibility into the Droid4meDebugInterceptor class

droid4me v2.4.1

28 Apr 16:29
Compare
Choose a tag to compare
  • Changed the visibility of the performHttpRequest method into the URLConnectionWebServiceCaller class
  • The getInputStream method into the URLConnectionWebServiceCaller class is not final anymore

droid4me v2.4.0

28 Apr 16:01
Compare
Choose a tag to compare
  • Removed the HttpClient dependency
  • Introduced the UrlConnectionWebServiceCaller
  • Removed the SmartGroupActivity
  • Introduced the ConnectivityListener class
  • Cleaned-up the code