Skip to content

Instantly share code, notes, and snippets.

@Akash-Ramjyothi
Last active July 30, 2021 10:04
Show Gist options
  • Save Akash-Ramjyothi/b850680249d7ec01f0b8c608c901720a to your computer and use it in GitHub Desktop.
Save Akash-Ramjyothi/b850680249d7ec01f0b8c608c901720a to your computer and use it in GitHub Desktop.
Contributions made for OkCredit

Contributions made to OkCredit

OkCredit Organization (GitHub): https://github.com/okcredit

1) OkCredit - Material Tap Target Prompt

πŸ“œ Description:

A Tap Target implementation in Android based on Material Design Onboarding guidelines. Contributed through various Pull-Requests, Code Reviews and Minor Bug Fixes.

a) Fixed FullscreenPromptBackground supports display cutout devices

πŸ“œ Description:

When using FullscreenPromptBackground on devices with display cutout, such as punch hole, PromptBackground didn't fill entire screen. More precisely some part of underlaying activity wasn't covered. However, that is fixed in this PR.

b) Fixed FragmentContainerView as Parent

πŸ“œ Description:

With this PR, checks if the parent is FragmentContainerView when retrieving parent in getPromptParentView.

2) OkCredit - Number Picker

πŸ“œ Description:

This is an android library that provides a simple and customizable NumberPicker. It's based on android.widget.NumberPicker. Contributed through Minor feature additions and bug fixes.

a) Changed the typeface of Selected item

πŸ“œ Description:

Added change for typeface of the Selected item.

b) Added Scroll Listener with Number in middle

πŸ“œ Description:

Added a callback to know when the view is being scrolled and what is the number in the middle while doing so, for example to update other views dinamically while scrolling or to make the phone vibrate when scrolling over numbers.

c) Added Update for Material Components library

πŸ“œ Description:

Added Update for Material Components library from version 1.1.0-alpha03 to the latest version 1.4.0.

3) OkCredit - Material SearchBar Android

πŸ“œ Description:

This is a beautiful and easy to use library will help to add Lollipop Material Design SearchView in the project. Contributed through Feature Additions.

a) Allow User Configuration of suggestion Animation speed

πŸ“œ Description:

Allowed User Configuration of suggestion animation speed.

b) Animate suggestion list from last known Height

πŸ“œ Description:

This feature saves last calculated list height, and uses that instead of 0 when showing suggestions list showSuggestionsList(). It drastically improves overall animation when the user is frequently typing and suggestion list is getting updated accordingly.

4) OkCredit - OkCredit - Tap Target View

πŸ“œ Description:

The Tap Target View is an implementation of tap targets from Google's Material Design guidelines on feature discovery. Contributed through update of existing libraries and dependencies.

a) Added feature to choose Dim Opacity

πŸ“œ Description:

Added the feature to choose the Dim Opacity.

b) Removed JCenter Dependencies

πŸ“œ Description:

Removed all JCenter dependencies, updated other build dependencies to latest version.

πŸ‘¦ Contributed By:

Akash Ramjyothi

               ☎️ PH:+91 8939928002.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment