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

Add Android Support Library support module #15

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
077b574
moved to support v4 library for fragment manager
kapalex Mar 11, 2017
efb470d
minor change in build.gradle
kapalex Mar 11, 2017
2a034e5
Update README.md
kapalex Mar 11, 2017
0112e47
remove rtl support to get it to work with rtl language
kapalex Mar 11, 2017
da69589
Merge branch 'master' of https://github.com/KaplanAlexander/time-dura…
kapalex Mar 11, 2017
c622f05
update ver num
kapalex Mar 11, 2017
d562ff8
added layoutDirection for rtl support
kapalex Mar 11, 2017
d72b8ff
Update README.md
kapalex Mar 12, 2017
28bdc88
Merge remote-tracking branch 'remotes/upstream/master'
Jan 19, 2018
8008783
Update tooling versions
Jan 19, 2018
27bb2fa
+ time-duration-picker-support library for Android Support Library
Jan 21, 2018
f9c2177
added .idea folder to .gitignore since it was never supposed to be there
Jan 21, 2018
a77f29a
Removed .idea folder from index
Jan 21, 2018
a5af138
Update README.md
Jan 21, 2018
2d37be2
Merge the legacy and support libraries into a single one, only Androi…
ZimM-LostPolygon Dec 10, 2019
54db5e2
Fixed AndroidManifest.xml
ZimM-LostPolygon Dec 10, 2019
ce13055
Cleanup
ZimM-LostPolygon Dec 10, 2019
876d9b2
expose TimeDurationPickerPreference.updateDescription
ZimM-LostPolygon Jan 31, 2020
4927bb2
Updated dependencies
ZimM-LostPolygon Feb 7, 2020
33c32e8
Updated to Gradle 3.6
ZimM-LostPolygon Feb 27, 2020
63b9b62
Updated deps
ZimM-LostPolygon Apr 30, 2020
e800757
Updated deps
ZimM-LostPolygon Sep 3, 2020
36c7e59
Updated time-duration-picker.iml
ZimM-LostPolygon Sep 30, 2020
a9996d4
Updated dependencies
ZimM-LostPolygon Oct 16, 2020
28ed304
Updated dependencies
ZimM-LostPolygon Oct 17, 2020
e4fb951
Updated Gradle plugin
ZimM-LostPolygon Nov 11, 2020
a4ff799
Update deps
ZimM-LostPolygon Feb 19, 2021
7432897
updated deps
ZimM-LostPolygon Jun 6, 2021
b2836ba
chore: updated deps
ZimM-LostPolygon Oct 2, 2022
690571a
chore: updated deps
ZimM-LostPolygon Oct 2, 2022
07558f0
chore: updated deps
ZimM-LostPolygon Jan 12, 2023
1324d52
chore: upgrade AGP
ZimM-LostPolygon Nov 18, 2023
a000bcf
chore: bump targetSdkVersion
ZimM-LostPolygon Nov 19, 2023
6dfe973
feat: migrate to Gradle 8 and compileSdk 34
ZimM-LostPolygon Nov 23, 2023
21cda92
feat: initial version with Material 3
ZimM-LostPolygon Nov 24, 2023
6f2f5b3
fix: optimize layout to not be cut off on short screens
ZimM-LostPolygon Nov 25, 2023
82701c0
chore: updated deps
ZimM-LostPolygon Jun 30, 2024
6e3c70d
refactor: cleanup some warnings
ZimM-LostPolygon Jul 7, 2024
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.gradle
.idea
/local.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
Expand Down
22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

98 changes: 0 additions & 98 deletions .idea/modules/sample/sample.iml

This file was deleted.

Loading