This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature] lib major update #4
Draft
yaroslav-android
wants to merge
38
commits into
develop
Choose a base branch
from
feature/new_scope-picker
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add new ScopePikerView
- add extensions for Android, View, Paint, Rect - add view attributes parser - add calculations helper for size change on move - basic setup for Scope View
…re-classes-for-refactoring [Refactoring] Prepare classes for the view redesign
…r_integration-basics [Refactoring] Add modes for view
…gration [Feature] Integrate debug tools
…tion [Feature] Hyperion integration
…v-android/RangePicker into fix/git-ignore_change-props_1 � Conflicts: � .gitignore � .idea/codeStyles/Project.xml
…ops_1 [Git] Fix/ ignore IDEA files
…-1' of https://github.com/yaroslav-android/RangePicker into upd/gradle-upgrade_3-6-1 � Conflicts: � .idea/codeStyles/Project.xml
[Gradle] UPD/ plugin and wrapper update
- remove ScopePickerView - add DuoOptionView - remove useless code - devide functionality by its role - refactor code and packages
- add black to white text transition for selected rectangles - move drawing code to the base class - fix view on layout calculations - add debug drawings - add debug menu - add mesure calculations
…m-mode_to-strategy [Feature] From Mode to Strategy
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Old classes marked with
@Deprecated
annotation, would not be supported after full migration.Notes:
- deprecate old view and related classes
- add new ScopePickerView