lmw
2024-05-21 0af0750101f969b6ff18d7ade37354b4bcdccd03
refs
用户 lmw <125975490@qq.com>
星期二, 五月 21, 2024 16:06 +0800
提交者 lmw <125975490@qq.com>
星期二, 五月 21, 2024 16:06 +0800
提交0af0750101f969b6ff18d7ade37354b4bcdccd03
目录 0280dcabb476165252c10042dba50e30bf0a0e44 目录 | zip | gz
parent
快运=======================》未来
730个文件已添加
已修改文件
.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/future_dispatch.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/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
app/release/kuaiyun_dispatch-1.0-2024-03-27.apk 对比 | 查看 | 原始文档 | blame | 历史
app/release/kuaiyun_dispatch-1.0-2024-05-21.apk 对比 | 查看 | 原始文档 | blame | 历史
app/release/output.json 对比 | 查看 | 原始文档 | blame | 历史
app/release/调度端7.28-3.apk 对比 | 查看 | 原始文档 | blame | 历史
app/src/androidTest/java/com/f/express_dispatch/ExampleInstrumentedTest.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/ic_launcher-playstore.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseAlipayActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseEvent.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseRecyclerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseRecyclerFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseRvAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseStartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseViewHolder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseWebActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/BaseWebViewActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/Const.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/FaceBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/InnerJsInterface.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/MyApplication.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/MyBaseActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/MyBaseFragment.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/gaode/AMapKit.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/gaode/BaseMapActivity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/gaode/BaseMapFragment.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/local/BaseGrideActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/local/BaseLoginActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/local/OnTripTrackLifecycleListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/local/OnTripTrackListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/local/WeChatPresenter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/test/TestAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/base/test/TestFragment.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/AddOrderBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/AgreeBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/AlipayBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/ApplyReassignBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/CarBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/CarDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/CarManagerBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/DistrictQueryBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/DriverListBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/LineBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/LineClassBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/LineClassDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/LoginBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/OrderBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/OrderDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/OrderPositionBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/PeopleNumBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/PhoneCheckBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/QueryOrderMoneyBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/QueryPositionBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/ReassignDetailBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/SeatBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/SelectCityBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/SelectClassBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/SitePointBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/UserInfoBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/VersionBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/bean/a.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/Api.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/ApiServics.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/BaseBean.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/FaceHttpManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/FaceObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/HttpManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/MyObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/netUtls/NetKit.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/DialogUtil.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/CarManagerAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/ChangeHistoryAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/ChangeNewAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/ChangeOrderAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/CitySelectAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/FilterStatueAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/FilterStatueLineAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/LetterAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/LineClassAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/ManagerCarChangeNewAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/OrderManagerAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/PassengerAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/PopPeopleNUmAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SearchSitedapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SeatClassAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SelectCityDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SelectClassAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SelectLineAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/SelectNumberAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/TestAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/TimeDayAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/TimeHourAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/TimeSelectAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/WorkDetailAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/adapter/WorkManagerAdapter.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/AMapLineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/CityDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/FilterStatueActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/LineClassManagerDetActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/OrderManagerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/OrderManagerListActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/SelectLineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/TaxiDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/WorkDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/WorkingScheduleManagerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/WorkingScheduleManagerTwoActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/AddCityOrderActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/AddSelectLineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/PayQrCodeActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/SearchSiteActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/SelectCityStartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/SelectClassActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/SelectLineActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/add_order/SelectStartPointActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/car_manager/CarDetailActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/car_manager/CarManagerActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/car_manager/ManagerChangeNowActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/change_order/ChangeNowActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/change_order/ChangeOrderActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/change_order/ChangeOrderHistoryActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/order/change_order/RightAwayActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/pub/LoginActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/pub/MainActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/pub/SettingActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/pub/StartActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/push/JCommonByService.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/ui/push/JPushReceiver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/ActivityCollector.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/AndroidBug5497Workaround.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/AudioRecoderUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/BitmapUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/BottomBarUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/Cache/CacheKey.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/Cache/CacheUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/DES.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/DataCleanManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/DateUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/DimenUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/BasePopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/CommonPopupWindow.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/EasyPopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/HomeHotPopup.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/PopupWindowFactory.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/XGravity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/EasePopup/YGravity.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/GPSUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/HMACSHA1.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/HtmlUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/ImageFilter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/ImageUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/LogUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/MyUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/NavigationBarUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/PackageUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/PhoneCheckUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/QRCodeUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/RongYunUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/SoftKeyBroadManager.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/SpanBuilder.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/StatesBarUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/TimeUtilsKt.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/UniException.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/UtilKt.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/CityPickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/RulerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/XRangeSlider.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/XSeekBar.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/WheelView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/adapter/WheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/interfaces/IPickerViewItem.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/listener/LoopViewGestureListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/listener/OnItemSelectedListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/timer/InertiaTimerTask.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/timer/MessageHandler.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/wheelview/timer/SmoothScrollTimerTask.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/BasePickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/OptionsPickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/TimePickerView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/WheelOptions.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/WheelTime.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/adapter/ArrayWheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/adapter/NumericWheelAdapter.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/builder/OptionsPickerBuilder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/builder/TimePickerBuilder.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/configure/PickerOptions.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/configure/TimePickerType.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/CustomListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/ISelectTimeCallback.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/OnDismissListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/OnOptionsSelectChangeListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/OnOptionsSelectListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/OnTimeSelectChangeListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/listener/OnTimeSelectListener.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/utils/ChinaDateUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/utils/LunarCalendarUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/citypickerview/picker/widget/utils/PickerViewAnimateUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/download/DownloadObserver.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/download/DownloadUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/glide/GlideCacheUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/glide/GlideRoundTransform.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/glide/GlideRoundTransformWithCenterCrop.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/glide/GlideUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/payutil/AuthResult.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/payutil/Base64.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/payutil/OrderInfoUtil2_0.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/payutil/PayResult.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/payutil/SignUtils.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/pinyin/CharacterParser.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/pinyin/FirstCharUtil.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/view/CalendarView.java 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/future/dispatch/utils/view/CustomDialog.kt 对比 | 查看 | 原始文档 | 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/armeabi/libAMapSDK_NAVI_v7_4_0.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/armeabi/libmsc.so 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/jniLibs/armeabi/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_filter.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_clicker.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_event_btn_one.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_4.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_gray_line_4.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_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_drawble_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_point_main_color.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/bg_right_login_agreen.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/bg_yellow_25_two.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/gray_3_f9.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/gray_edit_cricle.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_select_fal.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_btn.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_btn_select_false.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_btn_select_true.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_eight.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_eight_two.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_eight_two_cricle.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/main_color_small_btn.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/orange_2.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/orange_slelect_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/red_circle_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/select_eye.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/write_back_radio_15.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_add_city_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_amap_line.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_automatic_work.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_base_recycler.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_car_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_city_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_filter_statue.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_order_add.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_order_manager.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_qr_code_pay.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_right_away.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_start_point.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_setting.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_start.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_taxi_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_webview.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_work_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_work_schedule.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_work_schedule_manager.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/dialog_sure_and_del.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_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_car_manager.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_change_driver.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_change_history.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_change_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_city_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_filter_syayue.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_gride.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_letter_sity.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_line_class.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_map_point.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_order_namager.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_passenger.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_pop_people_num.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_search_order.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_search_site.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_seat_class.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_time_day.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_time_hour.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_time_select.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_work_detail.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_work_manager.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_ys.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/pop_item_select_time.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_work_schedule.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/progress_dialog_main.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_btn_sure.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_btn_sure_and_del.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/view_line_class.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-xhdpi/gps_point.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/android_icon.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_air.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_add.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_arrow_left.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_car_orange.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_close.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_edit_gray.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_empty.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_history.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_history_left.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_nav_back.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_nav_set.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_order.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_reassign.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_search.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/icon_shift.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/login_code.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/login_logo.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/more_black.png 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/more_gray.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/zuobiao.png 对比 | 查看 | 原始文档 | 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/f/express_dispatch/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 | 历史
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 | 历史