Releases: smartnsoft/droid4me
Releases · smartnsoft/droid4me
droid4me v2.4.8
- Fixed the layout inflation into the
SmartAppCompatActivity
class - Added the attribute
statusCode
into theHttpResponse
class - Fixed or added some logs
- Changed the attribut
inputstream
of the theMultipartFile
class fromFileInputStream
toInputStream
droid4me v2.4.7
- Removed the
getInputStream
method from theWebServiceClient
class - Introduced the
runRequest
method into theWebServiceClient
class - introducted the
HttpResponse
object
droid4me v2.4.6
Fixed memory leak caused by the Droid4meDebugInterceptor when pausing application using a lot of memeory.
droid4me v2.4.5
-The droid4mizer interceptor and BitmapDownloader window is now draggable.
-Added a button the droid4mizer window to trigger the Garbage Collector
droid4me v2.4.4
Updated LoggerWrapper class to be thread safe
droid4me v2.4.3
- Added the
BitmapConfigAnnotation
- Updated some methods and classes visibilities
droid4me v2.4.2.1
droid4me-2.4.2.1 FSS-153 Updated the pom.xml file
droid4me v2.4.2
- Changed some methods visibility into the
Droid4meDebugInterceptor
class
droid4me v2.4.1
- Changed the visibility of the
performHttpRequest
method into theURLConnectionWebServiceCaller
class - The
getInputStream
method into theURLConnectionWebServiceCaller
class is not final anymore
droid4me v2.4.0
- Removed the
HttpClient
dependency - Introduced the
UrlConnectionWebServiceCaller
- Removed the
SmartGroupActivity
- Introduced the
ConnectivityListener
class - Cleaned-up the code