Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant use custom fonts #64

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Conversation

xysedhasan
Copy link

i need to use the custom font of text i cant do please help

jonatansalas added 30 commits January 24, 2017 21:42
Modified the code, and made some optimizations
- Refactor of DatePickerPopUpWindow
- Modifications on WheelView
- Better layout hierarchies on layouts.xml files
- Refactor over sample app
- Extracting code for date formatting to DateUtils
- Remove unused imports
- Minor changes under sample app
- Extracting code to initialize monthSpinner and yearSpinner
- Removed BitmapDrawable deprecated constructor for ColorDrawable
- Remove external interface LoopScrollListener
- Moved LoopScrollListener to WheelView and renamed to OnLoopScrollListener
- Rename method setLoopListener to setOnLoopScrollListener in order to get more consistence
- OnLoopScrollListener callback was renamed to onLoopScrollFinish and takes two parameters, the object selected and the position.
- Added interface ItemMapper with method map, this interface enables you to map any object to WheelView.
- Added setter for itemMapper field
- Added default itemMapper, object -> (String) object
- Internal changes on DatePickerPopUpWindow to make code more clean, the DateUtils class methods are imported as statics
Added License and Android Arsenal badge
- Fix bug with days not setting correctly
- Minor change in WheelView
- Refactor over WheelView attrs
- Finished to create class DatePickerWheelView
- Added some new methods to DateUtils
- Remove unused method toMilliseconds
- Fixed issue with initial position on year
jonatansalas added 3 commits February 4, 2017 11:58
- Remove log calls in DateUtils parseDateString method
- Added param locale to method formatDate of DateUtils
- Added again support for Locale in DatePickerPopUpWindow
- Simplified code around DatePickerWheelView, also removed prop isLoopEnabled, due to problems when circular iterating list.
- Remove attr isLoopEnabled from attrs.xml
- Fix issue with indexOutOfBounds on when scrolling by month DatePickerWheelView
- Set canLoop in WheelView to false as default value
- Removed unused attributes under datepicker and datepicker inverted XML layouts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant