Commit Graph

144 Commits

Author SHA1 Message Date
Martin Barreto 39ec00d257
Merge pull request #120 from xmartlabs/updateReadme
banner
2023-02-06 22:45:07 -03:00
Martin Barreto 7ca9026fa5 banner 2023-02-06 20:58:07 -03:00
Martin Barreto 4e5ff1f636
Merge pull request #118 from xmartlabs/updateReadme
vale's review
2023-02-06 18:03:03 -03:00
Martin Barreto 2714b85207 banner 2023-02-06 18:00:49 -03:00
Martin Barreto 687ef22a13 banner 2023-02-06 17:15:06 -03:00
Martin Barreto 3a51a11559
Merge pull request #119 from ValentinaBianco/patch-1
Update README.md
2023-02-06 14:05:10 -03:00
ValentinaBianco 15c7a32742
Update README.md
readme copy changes
2023-02-06 13:28:06 -03:00
Martin Barreto de41f11538 vale's review added 2023-02-06 10:55:47 -03:00
Martin Barreto 46f2d1ee5d
Merge pull request #116 from coffmark/feature/build-example-app
[feat] Build Example App on GitHub Actions
2023-02-06 09:40:58 -03:00
Martin Barreto 730e325629
Merge pull request #117 from xmartlabs/updateReadme
readme update
2023-02-06 09:30:03 -03:00
Martin Barreto febee8785d readme update 2023-02-06 09:29:03 -03:00
coffmark e03b4f90fc [feat] Build Example App on GitHub Actions 2023-02-04 22:52:08 +09:00
Martin Barreto 58f8be3d03
Merge pull request #115 from xmartlabs/changelog
changelog v5.0.0
2023-02-02 17:31:33 -03:00
Cecilia Pirotto 99f33c354e typo 2023-02-02 14:25:35 -03:00
Cecilia Pirotto 631161eae3 changelog v5.0.0 2023-02-02 14:19:29 -03:00
Cecilia Pirotto 53e2851ef7 update release date 2023-02-02 14:05:53 -03:00
Martin Barreto 314df3ece1
Merge pull request #114 from xmartlabs/voiceOver
VoiceOver support
2023-02-01 17:08:13 -03:00
Manuel Lorenze dc3f3b108c Add voice over accessibilities for selection and button in navBarTabs 2023-02-01 16:57:00 -03:00
Martin Barreto dc478f66bd
Merge pull request #113 from xmartlabs/swipeAnimation
Swipe default animation
2023-02-01 10:08:50 -03:00
Manuel Lorenze 1dd614427a Remove parameter (is the same than the default value) 2023-01-31 18:38:28 -03:00
Manuel Lorenze 5c5275effc Updated default animation for swipe and improved code 2023-01-31 18:37:44 -03:00
Martin Barreto e021db3028
Merge pull request #110 from xmartlabs/pageAnimationOnSwipe
added ability to customize swipe gesture transition animation
2023-01-31 17:19:23 -03:00
Manuel Lorenze 0fc5eef875 Removed unused code 2023-01-31 15:37:39 -03:00
Martin Barreto 6d0ad224e7 added ability to customize swipe gesture transition animation 2023-01-30 23:21:18 -03:00
Manuel Lorenze 442aeb05ca
Examples UI changes (#109)
* support dark and light mode in examples

* Update twitter example indicator view height

* update Instagram example UI

* update examples UI color

* reverse config changes

* fix action test
2023-01-30 22:27:45 -03:00
Martin Barreto d934e94c47
update changelog (#108) 2023-01-30 11:07:24 -03:00
Martin Barreto e0eb172433
New library version (#106)
Version 4.0.0
2023-01-27 15:10:29 -03:00
coffmark e1009123cb
fix swiftlint warnings (#100) 2023-01-26 09:00:40 -03:00
Cecilia Pirotto 93217246a4 revert readme 4.0.0 2022-11-03 12:03:11 -03:00
Martin Barreto 3fe4ab2e0b
Refactor code (#90)
* Remove travis.yml file
* Clean up code
* Upgrade library version
* Now PagerStyle is a protocol and styles conform to it. Add background and indicator view closures to be able to set up any view.
* Update readme
2022-10-28 09:08:46 -03:00
Mathias Claassen a0ce4f7d82
Use Xcode 14 in GA (#91)
* Use Xcode 14 in GA

* Update MacOS version
2022-10-12 14:25:40 -03:00
coffmark 08abf94b62
Add: Custom pager animation (#88) 2022-10-10 11:26:28 -03:00
Enrique Galindo 209f8c25f3
Create FUNDING.yml 2022-09-01 13:10:33 -03:00
Cecilia Pirotto 96967dce46 3.2.0 release 2022-03-11 16:34:49 -03:00
Seyed Mojtaba Hosseini Zeidabadi f9a9960516
Add: Custom case for fully access to indicator and navigationBar customization (#78)
* Add: Custom indicator case

* Enhance: Custom indicator case

* Fix: typo in comments

* Update: Little cleanup in code

* Add: A page for exampling custom style

* Update: Default bar color for custom style to enhance developer experience

* Add: Custom indicator (🔺)

* Update: Custom indicator for better showing it's customization capabilities

* Add: Custom background (🌈) for the NavBar

* Fix: Typo in the readme

* Fix: Grammar in the readme

* Fix: The number of styles in the readme

* Add: Description of the `custom` style to the readme

* Update: Readme file text for better readability

* Add: Sample code in the readme file for the `custom` style

* Add: Navigation titile for the `custom` style example

* Update: Rainbow color order to match the emoji 🌈

* Update: The `custom` style example gif to match the current example code

* Update: Version due to adding the new `custom` style

This version is backwar compatible and does not have any breaking changes

* Update: Code for better readabillity and more customizabllity

* Add: Better and easier to use initializers for the `custom` style

Now developer can pass in the views directly and without using the `AnyView` wrapper

* Update: Default values for the original `custom` case

Default values passed in from the helper initializer

* Update: Example file to use the new initializer

* Update: Readme file to match the new initializer code fore the `csutom` style

* Update: Indentations for better visuality

* Update: DRY default values for different initializers of the `custom` style

* Update: Facade `custom` style initializers to use the base initializer instead of calling the original case directly
2022-03-11 16:13:33 -03:00
cecipirotto 5df4dbf4f1
version 3.0.1 (#74) 2021-12-20 19:08:53 -03:00
cecipirotto a5ea4aa55b
Fix swipe to back animation bug (#73)
Linter suggestion fixes.
2021-12-20 17:02:44 -03:00
cecipirotto fa9e00bebf
release 3.1.0 (#70)
* release 3.1.0

* update release date and xcode project version
2021-12-09 13:19:14 -03:00
cecipirotto 5ef962d0f2
add swipe disabled to example app (#69) 2021-12-09 11:39:33 -03:00
An Tran d455293ee6
Add an option to enable/disable Swipe gesture (#68) 2021-12-08 18:49:55 -03:00
cecipirotto 19b8969d17
add linter to gh actions 2021-12-08 16:32:30 -03:00
cecipirotto 674e0a33e0
add linter (#66)
* add linter

* update swiftlint

* update line lenght
2021-12-08 16:10:37 -03:00
cecipirotto e863e6717b
Fix scrollable navigation bar position when return from navigation (#65) 2021-11-30 11:26:52 -03:00
harshadkhedekar d4acb8eab7
- Added padding support (#62)
Co-authored-by: Harshad Prakash Khedekar <hprakashkhedekar@deloitte.com>
2021-10-29 11:32:26 -03:00
Mohammad Yasir a0602b94fe
Fixed Default Iamge Color for Dark and Light Mode (#59) 2021-10-18 09:36:45 -03:00
cecipirotto 582aa625a2
release 3.0 (#58) 2021-10-14 17:05:38 -03:00
cecipirotto 8825900bf8
add scrollable bar to readme (#57)
* add scrollable bar to readme

* Update README.md

Co-authored-by: ValentinaBianco <89604278+ValentinaBianco@users.noreply.github.com>

* Update README.md

Co-authored-by: ValentinaBianco <89604278+ValentinaBianco@users.noreply.github.com>

Co-authored-by: ValentinaBianco <89604278+ValentinaBianco@users.noreply.github.com>
2021-10-14 17:04:19 -03:00
Mathias Claassen 56abc2d045
Fix crash with settings.width not set (#56) 2021-10-13 13:54:04 -03:00
cecipirotto f43c6e4e51
Scrollable nav bar (#52)
* initial approach without indicator

* remove comments and scroll

* add new style and improve animation

* add indicator bar to scrollable navigation bar

* update example

* fix example colors for dark mode

* change modifier

* Update build-test.yml

* requested changes

* Add highlighted state. Renames on example.
2021-10-12 16:57:58 -03:00
cecipirotto 9e52190669
Update build-test.yml (#54) 2021-10-11 20:27:04 -03:00