Releases: smartnsoft/droid4me
Releases · smartnsoft/droid4me
droid4me v2.9.0
droid4me-2.9.0 Release the version 2.9.0
droid4me v2.8.0
Additions
- The
BitmapDownloader
component can now display Gifs.
droid4me v2.7.0
API Breaking Changes
- Update the signature of the onStatusCodeNotOk method in order to allow the modification of the headers of original request (it may help in order to renwe some tokens).
droid4me v2.6.1
Improvements
- Switch ratio implementation for
SmartViewExtension
, need Width / Height ratio now (instead of Height / Width)
droid4me v2.6.0
- Remove the deprecated
BusinessObjectsRetrievalAsynchronousPolicy
- Rename the
BusinessObjectsRetrievalAsynchronousPolicyAnnotation
annotation toBusinessObjectsRetrievalAsynchronousPolicy
- Remove the deprecated
SendLoadingIntent
annotation - Remove the unused
SendLogsTask
class - Remove the
getLogReportRecipient
method from theSmartApplication
- Indicate the
ForBusinessObject
as deprecated SmartActivities
andSmartFragment
do not override thegetLayoutInflater
and thegetSystemService
methods anymore- Indicate the
AndroidLifeCycle
interface as deprecated - Indicate the
getSystemService
methods of theActivityController
class as deprecated - Indicate the
getSystemService
methods of theDroid4mizer
class as deprecated - Update the
SmartAdapters
inner and nested classes in order to remove the dependency to theLayoutInflator
and theActivity
classes - Introduce the
TypefaceManager
class - Update the projet to Android Studio 3.0.1
- Update the Android Support libraries to the version 27.0.1
droid4me v2.5.3
- Introduce the
DefaultIssueAnalyzer
class with is a default implementation of theIssueAnalyzer
class - Move the
reportIssueIfNecessary
method from theDefaultExceptionHandler
class to theAbstractExceptionHandler
class - Delete the unmigrated class
SmartPreferenceFragmentCompat
- Introduce the
shouldTryToConsumeErrorInputstream
method into theURLConnectionWebServiceCaller
class in order to be able to consume error stream from APIs.
droid4me v2.5.2
Update the license to the MIT one
droid4me v2.5.1
- Remove deprecated classes
- Update dependencies
- Add Gzip support into
URLConnectionWebServiceCaller
- Introduce the
SmartAppCompatImageView
widget - Introduce the
SmartViewPager
widget - Add the
reportIssueIfNecessary
method into theDefaultExceptionHandler
- Remove the log4j implementation
droid4me v2.5.0
- Migrate the project on Android Studio
- Update dependencies
droid4me v2.4.8.3
- We can now pass a
LayoutInflater
to theSmartAdapter
in order to use a custom inflater to inflate the wrappers