OSDN Git Service

android-x86/frameworks-base.git
2015-03-19 Yigit BoyarSupport for multi module setups
2015-03-18 George MountUse abstract base class instead of interfaces for Bindi...
2015-03-13 Yigit BoyarMove configuration values into a config file
2015-03-13 Yigit BoyarRestructure project for test apps
2015-03-12 Michal BendowskiMerge "Add a unit test to the sample project."
2015-03-12 Michal BendowskiAdd a unit test to the sample project.
2015-03-12 Yigit BoyarDowngrade to java 1.6
2015-03-11 Yigit BoyarCheck API version for methods called via binding
2015-03-05 George MountSupport bracket expressions for SparseArray.
2015-03-04 George MountDon't require IDs for most bound views.
2015-03-04 Yigit BoyarFix gradle plugin
2015-03-02 George MountMove expression parsing to Annotation Processing stage.
2015-02-24 George MountAdd fraction resource parameters.
2015-02-23 George MountAdd quantity and format string easy formats.
2015-02-20 George MountAdded support for imports in type checking.
2015-02-20 George MountFix broken static import with alias.
2015-02-19 George MountSupport static method and field access and improve...
2015-02-18 George MountSupport casting operation in binding expressions.
2015-02-18 George MountRemoved reflection-based implementations and renamed...
2015-02-17 George MountMove expression generation to annotation processor.
2015-02-11 Yigit BoyarAllow chef to be created from bundle
2015-02-11 Yigit BoyarSeparate resource parser
2015-02-11 George MountPrepare ClassAnalyzer to be replaced by other implement...
2015-02-10 Yigit BoyarFix how we handle non-bindable fields in Observable...
2015-02-10 George MountAdded support for Observable fields.
2015-02-07 Yigit BoyarCheck for final observable fields
2015-02-06 George MountTest now really breaks.
2015-02-06 Yigit BoyarFixed unit test
2015-02-06 George MountMade new breaking test.
2015-02-06 Yigit Boyaradded test for binding to a final field
2015-02-04 George MountMade expressions prefix with "@"
2015-02-04 George MountAdded tests for BindingAdapters
2015-02-03 Yigit BoyarSupport for layout files in multiple resource folders
2015-01-31 Yigit BoyarSupport include tags as inner binders
2015-01-30 George MountMade SetterStore serialization upgradable.
2015-01-30 George MountMade ProcessBindable read intermediate files from class...
2015-01-29 George MountAdded tests for ViewBindingAdapter.
2015-01-28 George MountAdd more tests.
2015-01-27 George MountMoved classes from library to baseLibrary
2015-01-27 Yigit Boyarfix genereated code folder
2015-01-27 Yigit Boyarmore integration tests
2015-01-27 George MountProject renaming
2015-01-27 George MountLazy load classes for SetterStore.
2015-01-27 Yigit BoyarMerge "properly handle expressions which are static."
2015-01-27 George MountFixed and added test for the expression parser.
2015-01-27 Yigit Boyarproperly handle expressions which are static.
2015-01-26 George MountAdd observable collections
2015-01-22 George MountAdd resource support in binding expression.
2015-01-22 Yigit Boyarfixed tests
2015-01-22 Yigit BoyarCleanup previous layout generators.
2015-01-21 Yigit BoyarWIP Moved models to Java, refactored expressions to...
2015-01-20 George MountMade non-android XML namespace uniform for setter retri...
2015-01-20 George MountAdded implementations of BindingAdapters.
2015-01-10 George MountHandle BindingAdapters
2015-01-09 Yigit Boyarinitial implementation for type resolution
2015-01-08 George MountNew expression language.
2014-12-17 George MountStarted renaming to classes and methods to match design...
2014-12-17 George MountMove to android.binding.BR
2014-12-17 George MountAdd annotation processor.
2014-12-17 Yigit BoyarUpload plugin for new lang
2014-12-16 George MountMerge "Revert "Added Bindable annotation processor.""
2014-12-16 George MountRevert "Added Bindable annotation processor."
2014-12-16 George MountRevert "Missed adding annotation processor code."
2014-12-16 George MountMissed adding annotation processor code.
2014-12-16 George MountAdded Bindable annotation processor.
2014-12-13 Yigit Boyarmove dependencies from maven to project
2014-12-12 Yigit BoyarReplace maven dependencies w/ direct project references
2014-12-12 Yigit Boyaradd samples, upload gradle files
2014-12-12 Yigit Boyarupdate demo app, create project gradle file
2014-12-12 Yigit Boyarcleanup personal references
2014-12-11 Yigit Boyaradd copyright to project files
2014-12-11 Yigit Boyaradd demo app
2014-12-11 Yigit Boyarinitial commit
2014-12-10 Qiwen ZhaoInitial empty repository