ReleaseNotes

WonderCsabo edited this pageon 13 Oct· 124 revisions

Download AndroidAnnotations 3.2

Pages99

09/11/2014The 3.2 release is out !

Using AndroidAnnotations

  • Get started!
  • Download
  • Cookbook, full of recipes
  • Customize annotation processing
  • List of allavailable annotations
  • Release Notes
  • Examples

Questions?

  • Read theFAQ
  • Join theMailing list
  • Createan issue
  • Tag onStack Overflow

Enjoying AndroidAnnotations

  • Apps using AndroidAnnotations
  • References
  • Sponsors
  • Twitter
  • Google +

Improving AndroidAnnotations

  • Contributing
Clone this wiki locally
Clone in Desktop

Thanks a lot to all thecontributors!

Releases are available asstandalone jarsor viaMaven.

Latest stable release : 3.2#

Released on November 9, 2014

Main changes

  • #1100RemoveGreenDroidsupport
  • #1099RemoveHoloEverywheresupport
  • #1058Add@Resultannotation for@OnActivityResult
  • #1101New@Receiverattribute:scheme
  • #1130Add@WakeLockannotation
  • #1092Add@ReceiverActionannotation
  • #1181Add@Extraannotation for@Receiver
  • #1184AdddataSchemesparameter for@ReceiverAction

Minor changes

  • #1150Improve JavaDoc on@EditorAction
  • #1151Add missing system services for@SystemService
  • #1154Update@ReceiverJavaDoc
  • #1155Update RoboGuice example for RoboGuice 2.0
  • #1159@AfterExtrasannotation also overrides theonNewIntentmethod
  • #1214Don't add the extra methods inIntentBuilderwith@ServiceAction

Bug fixes

  • #1124Fix validation of@SupposeXXX
  • #1134Re-addOttoannotation handlers
  • #1075Fix issues with generic@EViewand@EViewGroup
  • #1117Fix generic issues in@EFragment
  • #1158Fix classpath issues withRoboGuice
  • #1171Fix possible memory leaks with@EFragmentandsetRetainsInstanceState(true)(see details in the issue)
  • #1179Fix compilation error on enhanced protected inner classes

Contributors

  • Csaba Kozák@WonderCsabo
  • Yoann Delouis@yDeoluis
  • @dodgex
  • Drozdov Artyom@Artyomcool
  • Nikolay Belikov@nbelikov
  • @simonz

3.1#

Released on September 7, 2014

Main changes

  • #289The parametermodelof the annotation@OrmLiteDaois now unnecessary (it is deprecated)
  • #791Add@SupposeUiThreadand@SupposeBackground
  • #494Add@EditorActionto injectOnEditorActionListener
  • #832Inject aRequestFactoryinRestTemplate
  • #872AddsetBearerAuthmethod toRestClientHeadersinterface
  • #852Add@Receiverto inject an anonymousBroadcastReceiverin an enhanced component
  • #264Add support forSet<String>to@SharedPref
  • #975Add@ViewsByIdto inject views in a list
  • #875Add@IgnoredWhenDetachedto prevent a method of fragment from being called if detached from activity
  • #928Add@AfterExtras
  • #172Integrate with RoboGuice 2.0

Minor changes

  • #746Allow any constructors for@EBean
  • #1081Allow any constructors to abstract classes
  • #831Inject EBeans in Rest interceptors and converters
  • #503Automatically cast Strings in Shared preferences
  • #826AddedkeyResparameter to@DefaultXXXannotations
  • #782Copy non AA annotations into generated class
  • #992Allow any order of parameters of method annotated with@CheckedChange,@Touchand@FocusChange
  • #990Factorize builders
  • #1002RestErrorHandlercatchesNestedRuntimeException
  • #1016Expose fragment args in fragment builder
  • #1028AddresNameparam to@HttpsClientto support library projects
  • #797Add parameters and return value in trace

Bug fixes

  • #552FindViewById is called only once
  • #248Enable to enhance inner classes
  • #892Fix typo in output
  • #894Remove unnecessary field restErrorHandler
  • #915Fix error not handled with@SetsCookies
  • #778Fix warning about java version
  • #957Fix tests with java 7
  • #956Add missing@Overridein generated fragments
  • #991Fix parameterized param in method annotated with@ItemLongClick
  • #993RemoveResolve log filein logs if unwanted
  • #997Fix@ItemSelectcalled on bad reference
  • #1030Remove unusedContextfield inSharedPref
  • #1033Fix javadoc with java 8
  • #1051Add support for proxy in@HttpsClient
  • #1084Remove warning (dummyXXXXX) in logs

Contributors

  • Damien Villeneuve:@DayS
  • Yoann Delouis:@yDelouis
  • Csaba Kozák:@WonderCsabo
  • Drozdov Artyom:@Artyomcool
  • @dodgex
  • @PerfectCarl
  • Vincent Pizzo:@vincentjames501
  • @Bananeweizen
  • Ryan Yee:@Ryn830
  • Matt Rein:@vwmattr
  • Tom Reay:@tomreay
  • Maarten Mulders:@mthmulders
  • Jess Thrysoee:@JessThrysoee

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android 3.0动画学习笔记
  2. Eclipse+android 开发配置步骤
  3. Android命令使用--am
  4. Android Service 服务(一)—— Service
  5. Android:数据存储之SQLite
  6. DelphiXE Android的所有权限按照分类总结
  7. Android 利用animation-list自定义progre
  8. android中实现指针滑动的动态效果
  9. Qt5.1.1 for android 环境配置
  10. Android_Canvas_Bitmap_关系