Daniil Borisovskii
|
37f2cf01a0
|
Fixed https://github.com/TouchInstinct/RoboSwag/issues/93
Using approach `parcel.writeParcelable(this, 0)` instead of `this.writeToParcel(parcel, 0)` resolves the problem.
|
2019-10-25 17:12:35 +03:00 |
RationalEgoism
|
24098d79f1
|
Merge pull request #95 from TouchInstinct/feature/parentViewModels
added parentViewModels extension to ViewModelLazy
|
2019-10-24 16:15:25 +03:00 |
Stanislav
|
cf7d66ad3c
|
parentViewModels
parentViewModels
|
2019-10-24 15:36:43 +03:00 |
PilotOfSparrow
|
9e304aefdf
|
Merge pull request #91 from TouchInstinct/fix/copy_not_that_easy
Fix/copy not that easy
|
2019-10-17 17:22:09 +03:00 |
alex
|
292ec56815
|
state as val
|
2019-10-17 17:20:35 +03:00 |
alex
|
47bb31b93f
|
unused import
|
2019-10-17 16:26:23 +03:00 |
alex
|
2a87a6b4a4
|
Fix crash on copy
|
2019-10-17 16:21:49 +03:00 |
Даниил Борисовский
|
4846e7818c
|
Merge pull request #86 from TouchInstinct/refactor/tabbar_navigation_modifying
TabData modifying
|
2019-10-14 13:25:58 +03:00 |
Daniil Borisovskii
|
705f4e9e39
|
Correct copying of `viewControllerState` property has provided
|
2019-10-12 19:25:29 +03:00 |
Daniil Borisovskii
|
6d7ebc5de8
|
Changed TabData – now getter of field `viewControllerState` returns new instance every time it be called instead of returning the same instance.
|
2019-10-12 01:48:18 +03:00 |
PilotOfSparrow
|
93cb12fb11
|
Merge pull request #85 from TouchInstinct/fix/navigation_container_fragment
Fields should be restored even if savedInstanceState is not null
|
2019-10-04 12:47:37 +03:00 |
alex
|
31dfd8ffca
|
Fields should be restored even if savedInstanceState is not null
|
2019-10-04 12:45:57 +03:00 |
Даниил Борисовский
|
da4d9c16ef
|
Merge pull request #81 from TouchInstinct/feature/tabbar_navigation_add_possibility_to_reset_tab_state
Add possibility to reset tab state every time you navigate to it
|
2019-10-03 13:03:21 +03:00 |
Nitser
|
ba57ce2e28
|
Merge pull request #83 from TouchInstinct/fix/change-lyfecycle-logging
fix method
|
2019-10-01 17:47:44 +03:00 |
Nitser
|
39c5fd6e0e
|
fix method
|
2019-10-01 17:46:29 +03:00 |
Nitser
|
abfe52aacf
|
Merge pull request #82 from TouchInstinct/fix/change-lyfecycle-logging
Fix/change lyfecycle logging
|
2019-10-01 17:41:22 +03:00 |
Nitser
|
ff76eccc19
|
fix variable bug
|
2019-10-01 17:32:52 +03:00 |
Nitser
|
bbfb4ea273
|
fix getCodePoint method
|
2019-10-01 17:20:19 +03:00 |
Nitser
|
684c67fb85
|
rename call class
|
2019-10-01 17:16:06 +03:00 |
Nitser
|
79bc62e647
|
change return string
|
2019-10-01 17:14:46 +03:00 |
Nitser
|
c7fe4af9fc
|
passes the calling class
|
2019-10-01 17:01:04 +03:00 |
Nitser
|
d13e9a0c21
|
add new method for onLyfecycleMethod string
|
2019-10-01 16:59:52 +03:00 |
Nitser
|
b69854ea63
|
add methods for all lifecycle events
|
2019-10-01 16:58:33 +03:00 |
Daniil Borisovskii
|
2b37d4c662
|
FIxed comment codestyle
|
2019-09-30 21:25:13 +03:00 |
Daniil Borisovskii
|
c173e7ad64
|
Change default value of `saveStateOnSwitching` to `true`
|
2019-09-30 21:16:05 +03:00 |
Daniil Borisovskii
|
dd52179e29
|
Fixed comment https://github.com/TouchInstinct/RoboSwag/pull/81/files#r329668219
Renamed `needToSaveState` to `saveStateOnSwitching`
|
2019-09-30 20:49:31 +03:00 |
Daniil Borisovskii
|
7caf2d121b
|
Add possibility to reset tab state every time you navigate to it
|
2019-09-30 18:54:06 +03:00 |
RationalEgoism
|
37e6f00d9b
|
Merge pull request #80 from TouchInstinct/transfer/fragments-and-tab
tabbar-navigation-new
|
2019-09-27 22:06:05 +03:00 |
Stanisalv
|
678a6d2769
|
review
|
2019-09-27 22:03:55 +03:00 |
Stanisalv
|
54fc5f1f3b
|
review
|
2019-09-27 21:49:55 +03:00 |
Stanisalv
|
1b47075f73
|
changed vars name from viewController to fragment
|
2019-09-27 21:44:51 +03:00 |
Stanisalv
|
4f51610170
|
changed package name
|
2019-09-27 21:19:00 +03:00 |
Stanisalv
|
53968dcfa3
|
fixed isViewControllerFragment() in BottomNavigationController
|
2019-09-27 20:26:18 +03:00 |
Stanisalv
|
793ae973a5
|
update tabbar navigation new
|
2019-09-27 18:56:24 +03:00 |
Stanisalv
|
e7fd229c77
|
updated KeyboardResizeableFragment
|
2019-09-27 18:53:55 +03:00 |
Stanisalv
|
55da67cf86
|
added navigateTo to BottomNavigationActivity
|
2019-09-27 18:46:00 +03:00 |
Stanisalv
|
9215ddbe48
|
Merge branch 'new_tab_bar_navigation' into transfer/fragments-and-tab
|
2019-09-27 17:18:30 +03:00 |
Ivan Vlasov
|
a061121b1d
|
Clear back stack before navigate to tab
|
2019-09-27 15:47:45 +03:00 |
Даниил Борисовский
|
9359988342
|
Merge pull request #78 from TouchInstinct/feature/tabbar_navigation_navigate_to_method_in_activity
Possibility to navigate to certain tab programmatically using activity method
|
2019-09-24 13:17:34 +03:00 |
Daniil Borisovskii
|
4229b2b9c8
|
Fixed comment https://github.com/TouchInstinct/RoboSwag/pull/78#discussion_r327384826 – public method was moved up
|
2019-09-24 11:24:00 +03:00 |
Daniil Borisovskii
|
c65c2ed499
|
Possibility to navigate to certain tab programmatically using activity method
|
2019-09-22 22:46:28 +03:00 |
Nitser
|
b23372a995
|
Merge pull request #77 from TouchInstinct/bugfix/remove-modules.gradle
remove outdated file
|
2019-09-20 23:44:08 +03:00 |
Nitser
|
a80c0fc705
|
remove outdated file
|
2019-09-20 15:48:51 +03:00 |
Aksenov Vladimir
|
dfc3167ecd
|
Merge pull request #66 from TouchInstinct/feature/inset_keyboard_detect
Feature/inset keyboard detect
|
2019-09-17 22:48:46 +03:00 |
Aksenov Vladimir
|
b3144f48e2
|
renamed
|
2019-09-17 22:39:57 +03:00 |
Aksenov Vladimir
|
443b4e56c9
|
renaming
|
2019-09-17 22:33:36 +03:00 |
Aksenov Vladimir
|
17c0090f02
|
Renaming
|
2019-09-17 21:55:59 +03:00 |
Aksenov Vladimir
|
03eeecfea3
|
Fixed review
|
2019-09-16 21:52:59 +03:00 |
RationalEgoism
|
981d069c84
|
Merge pull request #76 from TouchInstinct/feature/update-api-generator-version
api generator updated to 1.4.0-alpha1
|
2019-09-16 19:27:57 +03:00 |
Stanislav
|
4d12d1eded
|
api generator updated to 1.4.0-alpha1
|
2019-09-16 19:27:21 +03:00 |