lmw
2024-05-27 c00669a852702e1aa1326872bb916f9a079b57e2
refs
用户 lmw <125975490@qq.com>
星期一, 五月 27, 2024 17:18 +0800
提交者 lmw <125975490@qq.com>
星期一, 五月 27, 2024 17:18 +0800
提交c00669a852702e1aa1326872bb916f9a079b57e2
目录 30dd06bb2d529b2196f20c274bec36bfab450f87 目录 | zip | gz
parent
福伴================》未来
1,008个文件已添加
已修改文件
.gitignore 对比 | 查看 | 原始文档 | blame | 历史
.idea/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
.idea/compiler.xml 对比 | 查看 | 原始文档 | blame | 历史
.idea/gradle.xml 对比 | 查看 | 原始文档 | blame | 历史
.idea/jarRepositories.xml 对比 | 查看 | 原始文档 | blame | 历史
.idea/misc.xml 对比 | 查看 | 原始文档 | blame | 历史
.idea/vcs.xml 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/ParamsType.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/BottomGravityModifierTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/CenterInRowGravityModifierTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/GravityDataProvider.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/GravityModifierTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/RowGravityModifiersFactoryTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/androidTest/java/com/beloo/widget/chipslayoutmanager/gravity/TopGravityModifierTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChildViewsIterable.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChipsLayoutManager.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/DeviceOrientation.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/DisappearingViewsManager.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/HorizontalScrollingController.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IBorder.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IChipsLayoutManagerContract.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IDisappearingViewsManager.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IPositionsContract.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IScrollingContract.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IScrollingController.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/IStateHolder.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/Orientation.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ParcelableContainer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/RowStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ScrollingController.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/SpacingItemDecoration.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/SpanLayoutChildGravity.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/VerticalScrollingController.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/anchor/AbstractAnchorFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/anchor/AnchorViewState.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/anchor/ColumnsAnchorFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/anchor/IAnchorFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/anchor/RowsAnchorFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/cache/CacheParcelableContainer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/cache/IViewCacheStorage.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/cache/ViewCacheFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/cache/ViewCacheStorage.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/BottomGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/CenterChildGravity.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/CenterInColumnGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/CenterInRowGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnFillSpaceCenterDenseStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnFillSpaceCenterStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnFillSpaceStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnFillStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnGravityModifiersFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/ColumnStrategyFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/CustomGravityResolver.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/EmptyRowStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/GravityUtil.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/IChildGravityResolver.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/IGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/IGravityModifiersFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/IRowStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/IRowStrategyFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LTRRowFillSpaceCenterDenseStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LTRRowFillSpaceCenterStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LTRRowFillSpaceStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LTRRowFillStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LTRRowStrategyFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/LeftGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RTLRowFillSpaceCenterDenseStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RTLRowFillSpaceCenterStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RTLRowFillSpaceStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RTLRowFillStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RTLRowStrategyFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RightGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/RowGravityModifiersFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/SkipLastRowStrategy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/StrategyDecorator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/gravity/TopGravityModifier.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/AbstractLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/AbstractPositionIterator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ColumnSquare.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ColumnsCreator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ColumnsStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/DecrementalPositionIterator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ICanvas.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ILayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ILayouterCreator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/ILayouterListener.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/IMeasureSupporter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/IOrientationStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/IStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/IncrementalPositionIterator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/Item.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LTRDownLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LTRRowsCreator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LTRRowsOrientationStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LTRUpLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LayouterFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/LeftLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/MeasureSupporter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RTLDownLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RTLRowsCreator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RTLRowsOrientationStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RTLUpLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RightLayouter.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RowSquare.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/RowsStateFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/Square.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/BackwardBreakerContract.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/CacheRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/ColumnBreakerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/DecoratorBreakerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/EmptyRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/ForwardBreakerContract.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/IBreakerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/ILayoutRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/IRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/LTRBackwardColumnBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/LTRBackwardRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/LTRForwardColumnBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/LTRForwardRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/LTRRowBreakerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/MaxViewsBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/RTLBackwardRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/RTLForwardRowBreaker.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/RTLRowBreakerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/breaker/RowBreakerDecorator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/AbstractCriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/ColumnsCriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaAdditionalRow.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaDownAdditionalHeight.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaDownLayouterFinished.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaLeftAdditionalWidth.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaLeftLayouterFinished.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaPolitePositionReached.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaRightAdditionalWidth.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaRightLayouterFinished.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaUpAdditionalHeight.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/CriteriaUpLayouterFinished.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/EmtpyCriteria.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/FinishingCriteriaDecorator.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/ICriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/IFinishingCriteria.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/InfiniteCriteria.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/InfiniteCriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/PreLayoutCriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/criteria/RowsCriteriaFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/AbstractPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/DisappearingPlacerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/DisappearingViewAtEndPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/DisappearingViewAtStartPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/IPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/IPlacerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/PlacerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/RealAtEndPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/RealAtStartPlacer.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/layouter/placer/RealPlacerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/AssertionUtils.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/LayoutManagerUtil.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/StateHelper.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/AndroidLog.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/FillLogger.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/IFillLogger.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/Log.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/LogSwitcherFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/LogWrapper.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/LoggerFactory.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/log/SilentLog.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/testing/EmptySpy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/util/testing/ISpy.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/test/java/com/beloo/widget/chipslayoutmanager/layouter/AbstractPositionIteratorTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/test/java/com/beloo/widget/chipslayoutmanager/layouter/DecrementalPositionIteratorTest.java 对比 | 查看 | 原始文档 | blame | 历史
ChipsLayoutManager/src/test/java/com/beloo/widget/chipslayoutmanager/layouter/IncrementalPositionIteratorTest.java 对比 | 查看 | 原始文档 | blame | 历史
app/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
app/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
app/debug/app-debug.apk 对比 | 查看 | 原始文档 | blame | 历史
app/debug/output.json 对比 | 查看 | 原始文档 | blame | 历史
app/future.jks 对比 | 查看 | 原始文档 | blame | 历史
app/libs/AMap3DMap_7.4.0_AMapNavi_7.4.0_AMapSearch_7.3.0_AMapTrack_1.3.0_AMapLocation_4.9.0_20200426.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/Msc.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/Sunflower.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/alipaySdk-15.7.5-20200422171619.aar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/umeng-common-2.2.5.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/umeng-share-QQ-simplify-7.0.0.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/umeng-share-core-7.0.0.jar 对比 | 查看 | 原始文档 | blame | 历史
app/libs/umeng-share-wechat-simplify-7.0.0.jar 对比 | 查看 | 原始文档 | blame | 历史
app/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
app/src/androidTest/java/com/kuaiyun/driver/ExampleInstrumentedTest.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseAlipayActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseEvent.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseRecyclerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseRecyclerFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseRvAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseStartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseViewHolder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseWebActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/BaseWebViewActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/Const.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/InnerJsInterface.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/MyApplication.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/MyBaseActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/MyBaseFragment.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/ShareActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/AMapKit.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/BaseMapActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/BaseMapFragment.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/BaseGpsMapActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/GPSNaviActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/overlay/AMapServicesUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/overlay/DrivingRouteOverlay.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/overlay/RouteOverlay.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/util/ICallBack.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/util/IFlyTTS.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/util/SystemTTS.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/util/TTS.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/gaode/gpsnav/util/TTSController.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/BaseGrideActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/BaseLoginActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/BasePhotoActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/OnTripTrackLifecycleListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/OnTripTrackListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/local/WeChatPresenter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/base/test/TestAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AddOrderBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AgreeBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AlipayBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AlipayBean2.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AllCarBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AllIncomeDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/AllPhoneBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/BaseBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/CarLocationBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/CardListBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/CerNeedBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/CloseRecordBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/DelMoneyDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/DistrictQueryBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/DriverBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/EvalBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/EventBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/EventHistoryBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/FaceBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/HomeDataBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/InComeDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/LineBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/LineClassBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/LoginBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/MajorMoneyBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/MsgSysBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/MyCarBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OpenCity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OpenCityBean.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderCityBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderListBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderPayBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderResData.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/OrderSimpleData.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/PhoneCheckBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/QrBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/QueryOrderMoneyBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/QueryPhoneBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/QueryPositionBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/RessignBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/SeatBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/SelectClassBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/SelectServerModeBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/SitePointBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/UserBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/UserInfoBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/VersionBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/bean/websocket/HeartBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/Api.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/ApiServics.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/BaseBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/FaceHttpManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/FaceObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/HttpManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/MyObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/netUtls/NetKit.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/DialogUtil.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/UiUtil.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/AllIncomeDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/CardListAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/CardListPopAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ChangeCarAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/CityOverMoneyAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/CitySelectAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/CloseRecordAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ColorOnlyAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/DelMoneyDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/HistoryEventAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ImcomeDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/LetterAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/LineAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/LineClassAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/MainAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/MineEvalAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/MineEventAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/MsgNoticeAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/MsgSysAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/OrderSettingAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/PopPeopleNUmAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ReassignAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SearchSitedapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectCityDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectClassAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectLineAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectNumberAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectPeopleAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/SelectServerModeAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ServerModeAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/ServerOnlyAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/StartAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/TimeSelectAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/TimeSelectMineAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/adapter/TripItemAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/AddCardActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/CardListActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/CardListFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/CommitPwdActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/CommitPwdTwoActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/card/VerifyCardPwdActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/AddOrderActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/BaseDialogFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/ChooseCityActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/FaceActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/FaceSucActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/FillOutActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/GetOrderFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/HistoryOrderActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/MainActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/MainFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/MainNavActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/MineOrderFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/OpenCityAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/OrderOverActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/ReassignActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/SelectServerModeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/SelectServerModeFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/TripActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/AddCityOrderActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/PayQrCodeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/SearchSiteActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/SelectCityStartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/SelectClassActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/SelectLineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/add_order/SelectStartPointActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/EventDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/EventDetailFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/HistoryEventActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/HistoryEventFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/MineEventActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/event/MineEventFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/major/MajorMoneyDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/major/MajorSureMoneyActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/small_cargo/SmallCargoActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/main/small_cargo/SmallOverActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/AcountSafeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/AddCarActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/ChangeCarActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/ChangePhoneOneActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/FeedbackRemarkActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/LineClassManagerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/LineClassManagerDetActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MineEvalActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MineEvalFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MsgActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MsgNoticeFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/MsgSysFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/OrderSettingActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/OrderSettingFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/QrCodeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/SafeVerifyActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/ServerPhoneActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/SettingLoginPwdActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/AllIncomeDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/AllIncomeDetailFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/ApplyMoneyActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/CloseRecordActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/CloseRecordFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/DelMoneyDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/DelMoneyDetailFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/IncomeCommitDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/IncomeDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/InconeDetailFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/MineAwardActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/money_bag/MineIncomeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/mine/setting/SettingActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/pub/BecomeDriverActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/pub/ForgetPwdActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/pub/HttpUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/pub/LoginActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/pub/StartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/to_city/CityOrderOverActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/to_city/GetCityFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/to_city/SelectPeopleActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/ui/to_city/TripCityActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/ActivityCollector.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/AndroidBug5497Workaround.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/AudioRecoderUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/BitmapUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/BottomBarUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/Cache/CacheKey.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/Cache/CacheUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/DES.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/DataCleanManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/DateUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/DimenUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/BasePopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/CommonPopupWindow.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/EasyPopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/HomeHotPopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/PopupWindowFactory.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/XGravity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/EasePopup/YGravity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/GPSUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/HMACSHA1.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/HtmlUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/ImageFilter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/ImageUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/LogUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/MyUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/NavigationBarUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/OSSUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/PackageUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/PhoneCheckUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/QRCodeUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/RongYunUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/SoftKeyBroadManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/SpanBuilder.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/StatesBarUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/TimeUtilsKt.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/UniException.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/UtilKt.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/CityPickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/RulerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/XRangeSlider.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/XSeekBar.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/WheelView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/adapter/WheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/interfaces/IPickerViewItem.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/listener/LoopViewGestureListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/listener/OnItemSelectedListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/timer/InertiaTimerTask.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/timer/MessageHandler.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/wheelview/timer/SmoothScrollTimerTask.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/BasePickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/OptionsPickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/TimePickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/WheelOptions.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/WheelTime.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/adapter/ArrayWheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/adapter/NumericWheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/builder/OptionsPickerBuilder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/builder/TimePickerBuilder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/configure/PickerOptions.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/configure/TimePickerType.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/CustomListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/ISelectTimeCallback.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/OnDismissListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/OnOptionsSelectChangeListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/OnOptionsSelectListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/OnTimeSelectChangeListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/listener/OnTimeSelectListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/utils/ChinaDateUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/utils/LunarCalendarUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/citypickerview/picker/widget/utils/PickerViewAnimateUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/download/DownloadObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/download/DownloadUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/glide/GlideCacheUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/glide/GlideRoundTransform.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/glide/GlideRoundTransformWithCenterCrop.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/glide/GlideUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/payutil/AuthResult.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/payutil/Base64.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/payutil/OrderInfoUtil2_0.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/payutil/PayResult.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/payutil/SignUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/pinyin/CharacterParser.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/pinyin/FirstCharUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/CalendarView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/CameraPreview.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/CustomDialog.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/SlidingButton.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/UserRuleDialog.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/utils/view/WaveSideBar.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/wxapi/WXEntryActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/driver/wxapi/WXPayEntryActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/arm64-v8a/libAMapSDK_NAVI_v7_4_0.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/arm64-v8a/libmsc.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/arm64-v8a/libneonuijni.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/armeabi-v7a/libAMapSDK_NAVI_v7_4_0.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/armeabi-v7a/libmsc.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/armeabi-v7a/libneonuijni.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/x86/libAMapSDK_NAVI_v7_4_0.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/x86/libneonuijni.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/x86_64/libAMapSDK_NAVI_v7_4_0.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/x86_64/libneonuijni.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/color/selector_white_orange.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/android_icon.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/android_red_logo.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_choice_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_cj_bz.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_clicker.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_date.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_dialog_sex.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_event_btn_one.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_event_btn_one_2.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_face.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_4.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_fill_out.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_line_4.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_top_mine.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_grey_4dp.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_letter_gray_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_login.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_login_19.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_login_left_back.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_login_top_left.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_login_top_left_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_logion_top_left.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_logion_top_right.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_main_4dp.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_main_back.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_main_gray.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_map_gray.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_point_main_color.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_point_main_color_black.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_qr_code.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_red_point.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_right_login_agreen.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_shift_time.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_stroke_gray.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_text_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_white_8dp.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_white_round_2.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_white_round_5.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_write_cricle.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_yellow_25.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/car_get_close.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/car_get_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/car_get_start_1.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/car_get_top.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/city_color_btn.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/cursor_color.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/driver_line.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/gray_3_f9.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/gray_slelect_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/ic_launcher_background.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/icon.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_btn.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_eight.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/orange_slelect_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/select_eye.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/selector_bg_btn_left.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/selector_bg_btn_right.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/selector_radio.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/write_back_radio_15.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/write_cricle_stroke.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_add_car.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_add_card.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_add_city_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_add_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_all_detail_income.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_apply_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_base_recycler.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_basic_navi.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_become_driver.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_car_list.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_change_car.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_change_one.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_choose_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_commit_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_commit_two.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_face.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_face_suc.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_feedback_remark.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_fill_out.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_forget_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_history_event.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_income_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_list_card.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_login.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_main.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_major_money_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_mine.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_mine_award.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_mine_event.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_mine_income.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_mine_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_msg.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_navigation_view.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_cancel.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_over.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_over_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_over_small.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_setting.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_qr_code.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_qr_code_pay.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_reassign.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_safe_acount.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_safe_verify.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_search_site.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_select_city_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_select_class.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_select_server.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_select_start_point.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_server_phone.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_setting.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_setting_login_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_sure_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_trip.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_trip_cargo.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_trip_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_webview.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/acyivity_mine_eval.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/app_title.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/base_activity_gride.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/base_list_activity.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_change_phone.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_phone.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_select_pay_type.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_server_mode.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_sex_show.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_show_car_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_show_cargo_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_show_cha_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_sure_and_del.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/dialog_user_rule.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/driver_one.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/driver_three.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/driver_two.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_base_recycler.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_back.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_back_0.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_14.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_18.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_8.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_left_12.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_left_14.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_line_left_15.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_code.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_code_no_tip.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_phone.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_phone_no_tip.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_login_pwd_no_tip.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_order_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_order_top.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_order_top_cargo.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_weight_height.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/include_weight_width.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/ine_14_back_write.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_all_income_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_card_list.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_card_list_pop.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_card_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_change_var.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_city_over.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_city_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_close_record.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_get_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_gride.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_history_event.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_income_del_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_income_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_letter_sity.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_line.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_line_class.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_main_list.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_map_market.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_map_market_make.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_map_point.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_mine_eval.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_mine_event.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_msg_notice.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_msg_sys.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_open_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_over_city_money.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_pop_people_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_reassign.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_search_site.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_city_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_class.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_line.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_number.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_people.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_select_server_mode.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_server_mode.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_time.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_time_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_time_select_mine.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_top_mine_eval.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_trip_item.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_ys.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_card_list.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_item_select_time.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_pay.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_pay_city.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_select_car_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_select_number.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_select_type_to.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_share.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/progress_dialog_main.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/verify_card_pwd.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_btn_sure.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_line_class.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_no.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_include_bottom.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_include_titlebar.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_include_topbar.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_layout_options.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_layout_options_1.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_layout_options_dialog.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/xui_view_time.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-hdpi/gps_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-hdpi/ic_launcher.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/ic_launcher.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/icon_history_left.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/icon_reset_map.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/icon_search.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/more_gray.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/back_white.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/bg.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/bg_blue.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/bg_point_main_color.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/bg_shadow.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/bz_money.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/car.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/car_trip.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/choice_0.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/choice_1.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/daohang.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/driver.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/end_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/evaluate.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/face_erro.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/face_suc.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/fill_cj.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/hongbao.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_air.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_check_date.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_cross.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_launcher.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_spe.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_arrow_left.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_arrow_open.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_arrow_open_black.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_arrow_right.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_back.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_close.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_close_black.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_dial.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_empty.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_end_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_eye.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_eye_closed.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_item.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_boy.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_calender.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_car.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_code.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_edit.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_evaluation.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_line.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_orders.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_people.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_safety.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_services.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_me_set.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_nav_news.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_nav_user.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_order_success.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_people_gray.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_people_orange.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_raidobutton.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_raidobutton_selected.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_reset_map.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_right.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_rocket.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_search.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_star.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_starting_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_tick.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_tick_no.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_time_gray.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_top.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/img110.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/iv_tip.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/line_arraw.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/login_code.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/login_password.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/login_phone.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/me_phone.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/moment.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/more_black.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/more_gray.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/old_man.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/phone.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/photo_update.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/pos.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/qq.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/qq_zone.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/score.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/seat_five.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/seat_seven.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/slide.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/starting_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/starting_yellow_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/time_history.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/trip_yuyue.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/weixin.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/zuobiao.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/attrs.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/colors.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/ic_launcher_background.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/strings.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/styles.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/xml/file_paths.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/xml/network_security_config.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/test/java/com/kuaiyun/driver/ExampleUnitTest.kt 对比 | 查看 | 原始文档 | blame | 历史
build.gradle 对比 | 查看 | 原始文档 | blame | 历史
gradle.properties 对比 | 查看 | 原始文档 | blame | 历史
gradle/wrapper/gradle-wrapper.jar 对比 | 查看 | 原始文档 | blame | 历史
gradle/wrapper/gradle-wrapper.properties 对比 | 查看 | 原始文档 | blame | 历史
gradlew 对比 | 查看 | 原始文档 | blame | 历史
gradlew.bat 对比 | 查看 | 原始文档 | blame | 历史
hs_err_pid13580.log 对比 | 查看 | 原始文档 | blame | 历史
hs_err_pid3208.log 对比 | 查看 | 原始文档 | blame | 历史
hs_err_pid7692.log 对比 | 查看 | 原始文档 | blame | 历史
replay_pid3208.log 对比 | 查看 | 原始文档 | blame | 历史
replay_pid7692.log 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/Config.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/CoreService.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/NJobService.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/NettyClient.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/OnCheckListener.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/OnConnectListener.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/OnMessageListener.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/OnSendListener.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/netStatus/NetChangeObserver.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/netStatus/NetStateReceiver.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/netStatus/NetUtils.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/java/cn/sinata/rxnetty/pipeline/LengthFieldConfigurator.java 对比 | 查看 | 原始文档 | blame | 历史
rxnetty/src/main/res/values/strings.xml 对比 | 查看 | 原始文档 | blame | 历史
settings.gradle 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/libs/armeabi/libsecurity.so 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/util/Base64DES.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/util/DES.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/BaseApplication.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/BaseActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/CropImageActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/DialogActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/ImagePagerActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/RecyclerListActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/SelectPhotoDialog.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/TabLayoutActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/TitleActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/activitys/WebViewActivity.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/BaseRecyAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/BaseRecyclerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/BaseRecyclingPagerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/BaseViewHolder.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/HFRecyclerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/ImagePagerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/ListAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/RecycleBin.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/RecyclingPagerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/adapter/util/ViewHolder.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/bean/Image.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/bean/ResultData.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/fragment/BaseFragment.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/fragment/ImageFragment.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/fragment/RecyclerViewFragment.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/net/utils/Error.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/net/utils/ResultDataSubscriber.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/net/utils/ResultException.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/net/utils/ResultSubscriber.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/netstatus/NetChangeObserver.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/netstatus/NetStateReceiver.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/netstatus/NetUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/ActivityUtil.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/Base64.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/Base64Util.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/BitmapUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/DensityUtil.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/DialogUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/Md5.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/SPUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/SpanBuilder.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/StringUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/TimeUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/Toast.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/utils/Utils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/AddSubView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/BannerLayout.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/ClipImageBorderView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/ClipZoomImageView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/DefaultZoomableController.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/DirectionalViewPager.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/HackyViewPager.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/MultiImageView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/SwipeRefreshRecyclerLayout.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/TitleBar.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/TwoTextLinearView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/WheelView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/XTwoTextView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/ZoomableController.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/ZoomableDraweeView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/gesture/MultiPointerGestureDetector.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/gesture/TransformGestureDetector.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/utils/PagerAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/view/utils/ViewHolder.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/CustomSectionIndexer.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/MyDatePickerDialog.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/PinnedHeaderListView.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/ProgressDialog.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/autoscoll/AutoScrollViewPager.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/autoscoll/FixedSpeedScroller.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/autoscoll/LoopPagerAdapterWrapper.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/autoscoll/LoopViewPager.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/widget/utils/TabManager.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/java/cn/sinata/xldutils/xldUtils.java 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/activity_popup_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/activity_popup_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_bottom_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_bottom_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_left_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_left_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_right_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_right_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_up_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_slide_up_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/base_stay_orig.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/fade_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/fade_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/popup_in.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/popup_in_from_top.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/popup_out.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/anim/popup_out_from_top.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/color/default_text_color.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/color/folder_text_color.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_center_cation_lv.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_lucency.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_round20_white.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_round_white.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_10.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_10_top.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_22_top.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_6.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_8.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_round25.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/bg_white_round5.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/divider_line.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/double_line_bg.9.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/double_line_h.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/page_indicator.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/red_circle_bg.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/drawable/title_bg.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_base_recyclerview.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_base_title.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_image_crop.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_image_pager.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_recycler_view.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_user_disclose.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/activity_web_view.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/base_activity_list.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/base_activity_tab_layout.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/cropimage_layout.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/fragment_image.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/fragment_image_grid.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/fragment_vertical_linear_recyclerview.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/item_image_grid.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/progress_dialog.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/take_photo_popupwindow.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/titler_bar_layout.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/layout/view_title_bar.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/back.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/car_right_icon.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/default_error.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/default_head.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/right_arrow.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/mipmap-xxhdpi/text_indicator.png 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values-v20/styles.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values-w820dp/dimens.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values/attr.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values/colors.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values/dimens.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values/strings.xml 对比 | 查看 | 原始文档 | blame | 历史
xldUtils/src/main/res/values/styles.xml 对比 | 查看 | 原始文档 | blame | 历史