Guy Carmeli
be2bc55209
Merge pull request #82 from the-mx-group/android_drawer
Android drawer implementation
před 8 roky
Jason Skuby
fe4835c116
Move drawer setup to BaseReactActivity
před 8 roky
Guy Carmeli
7133b914eb
Merge pull request #83 from the-mx-group/android_style_fixes
Android style fixes
před 8 roky
Jason Skuby
a37239d2a2
Inherit from base navigation styles so nav bar updates properly on screen change
před 8 roky
Jason Skuby
af89ea5c10
Fix possible NPE when setting nav bar button color
před 8 roky
Jason Skuby
b96c05fd8d
Drawer implementation
před 8 roky
Jason Skuby
0f69d1a91d
Style fixes
před 8 roky
Guy Carmeli
3e8dca89f4
Merge branch 'KeepScreenStackViews'
před 8 roky
Guy Carmeli
85bc834cd5
Update README.md
před 8 roky
Guy Carmeli
0975ad4020
Prevent screens pushed to ScreenStack from getting unmounted
před 8 roky
Guy Carmeli
569a6e5d80
Update README.md
před 8 roky
Guy Carmeli
5e2e4a25ee
Update README.md
před 8 roky
Guy Carmeli
c8be55fd5f
Merge pull request #60 from Andreyco/patch-1
Fix Android example
před 8 roky
Guy Carmeli
c25f170dfa
1.0.15
před 8 roky
Guy Carmeli
0514cc998f
Ensure screen is not null when setting Toolbar buttons
před 8 roky
Guy Carmeli
d73b0f7f04
Update README.md
Add Android installation instruction
před 8 roky
Guy Carmeli
25a14e7dc4
Fix flickering when pushing screen
Should consider a better approach
před 8 roky
Guy Carmeli
1b49216a17
Remove tabs specific methods from base activity
před 8 roky
Guy Carmeli
a13d631722
1.0.14
před 8 roky
Guy Carmeli
c1d121608c
Animate Toolbar toggle
před 8 roky
Guy Carmeli
cc425f0c72
Add toggle navBar to example-redux
před 8 roky
Jason Skuby
ab595a4b79
Add toolbar toggle, not sure if animation is working
před 8 roky
Jason Skuby
abcbfdb5d7
Wire up Android setTabBadge
před 8 roky
Jason Skuby
5e29cc03fd
Wire up tab show/hide and tab selection
před 8 roky
Guy Carmeli
3316786ccb
1.0.13
před 8 roky
Jason Skuby
1d49d576ad
Add basic setNavigationTitle method
před 8 roky
Guy Carmeli
cd3f1d2b97
Close Modal on back press
před 8 roky
Guy Carmeli
08a4775b98
Set default back button color to black
před 8 roky
Guy Carmeli
2a764b5c51
1.0.12
před 8 roky
Guy Carmeli
a2a892d660
Support navigatorButtons
před 8 roky
Guy Carmeli
88ad3c81eb
Dismiss all modals when starting new activity
When starting new activity after previous activity showed modals
and did not dismiss them. The modal controller still had
registered modals even though we can't go back in the activity stack.
před 8 roky
Guy Carmeli
3a0a837654
1.0.11
před 8 roky
Jason Skuby
4a7672805c
Implement resetTo
před 8 roky
Guy Carmeli
d99b82a641
Handle back button visibility when switching tabs
před 8 roky
Guy Carmeli
b347104dba
Use iOS properties when styling Toolbar on Android
* Use navBarButtonColor to tint Toolbar instead of buttonsTint
* Use navBarTextColor to tint Toolbar instead of titleColor
před 8 roky
Ran Greenberg
6dcbd21414
update readme with disableIconTint
před 8 roky
Guy Carmeli
13082dfe93
Update toolbar with correct screen after modal dismiss
před 8 roky
Guy Carmeli
f819ebe32e
Update Toolbar with correct screen after pop from modal
před 8 roky
Guy Carmeli
8667a56097
Fix crash when calling navigator.pop
před 8 roky
Guy Carmeli
0a5c6ff99d
Add popToRoot to example-redux
před 8 roky
Jason Skuby
b80b8d29e1
Implement popToRoot
před 8 roky
Guy Carmeli
3960f68af5
Setup Toolbar after it's measured
Since Toolbar icons' height is set according to Toolbar height,
We need to ensure the call to `setupToolbar` from `onCreate` is
called after the Toolbar is measured.
před 8 roky
Guy Carmeli
ecc9da5fbb
Change order buttons are added to Toolbar
před 8 roky
Guy Carmeli
98e9666598
Generate navigatorEventID by screen
navigatorEventID was generated from navigator, probably by mistake.
This caused a bug which was noticeable when showing modals from
a pushed screen. In this case two components shared the same
navigatorEventID thus they both responded to events from native.
před 8 roky
Guy Carmeli
2a8f42adec
Set correct Toolbar buttons after screen pop
před 8 roky
Guy Carmeli
4d1a940c09
Set tint color for text buttons in Toolbar
před 8 roky
Guy Carmeli
064fb1620b
Fix small Toolbar icons in debug builds
před 8 roky
Guy Carmeli
c8bc26a8a4
Handle disabled buttons
The "disabled" property of RightButtons was not handled.
před 8 roky
Guy Carmeli
daee13f55a
Fix buttons not getting set in Modals
* Due to race condition when showing modal, buttons were added to
previous Toolbar.
* Minor refactor, moved `updateStyles` from BaseReactActivity to
StyleHelper class since it's now also used by RnnModal
před 8 roky
Guy Carmeli
a468ce6d55
Hide app name in ToolBar if no title is provided
před 8 roky