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

upgraded to android x, fixed the white lines issue #5

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
424dc4e
upgraded to android x, fixed the white lines issue
martinseal Dec 6, 2019
bcc738d
added jitpack
martinseal Dec 6, 2019
432e5e4
rolled back gradle because of an obsolete api in the gradle plugin
martinseal Dec 6, 2019
42e52a5
rolled back gradle because of an obsolete api in the gradle plugin
martinseal Dec 6, 2019
c319481
rolled back gradle because of an obsolete api in the gradle plugin
martinseal Dec 6, 2019
9ccc268
changed order of bitmaps to a more predictable order, 1 = center, 2 =…
martinseal Dec 22, 2019
50afabd
added a new example to showcase some of the shortcomings of the multi…
martinseal Feb 20, 2020
9758f01
adding a badge with proper setting in xml
martinseal Feb 20, 2020
b93323b
added values to attrs you can now set shape and corner radius from xml
martinseal Feb 22, 2020
f459286
updated read me
martipello Feb 22, 2020
eda4379
adding screenshots
martinseal Feb 22, 2020
7b42f9f
Merge remote-tracking branch 'origin/master'
martinseal Feb 22, 2020
498e2cd
updated read me
martipello Feb 22, 2020
3c97793
updated read me
martipello Feb 22, 2020
e52562f
renamed screenshots
martinseal Feb 22, 2020
a3ce234
Merge remote-tracking branch 'origin/master'
martinseal Feb 22, 2020
5da8fd8
update readme
martipello Feb 22, 2020
91e4241
may have fixed the recycler view problem where the view would sometim…
martinseal Feb 23, 2020
7f720c3
Merge remote-tracking branch 'origin/master'
martinseal Feb 23, 2020
4c21f67
changed package name removed nova helper updated dependencies blah bl…
martinseal Sep 24, 2020
33762d1
changed build files
martinseal Sep 24, 2020
1f10dfa
fixed an incorrect build variable
martinseal Sep 24, 2020
b797793
fixed an incorrect build variable
martinseal Sep 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions .idea/navEditor.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading