TabBarCoordinator: Retain and restore the last used tab when VLC starts
This commit makes VLC store the last used tab into User Defaults, which is a hack.
I tried using Apple state retainment API, see Preserving Your App's UI Across Launches, but could not restore the state after saving it.
I think the TabBarCoordinator needs some rework to :
- inherit
UIViewControllerRestoration
; - override
decodeRestorableState
andencodeRestorableState
correctly.
Edited by Edgar Fouillet
Merge request reports
Activity
Filter activity
added Feature label
See #668 (closed) I believe.
added 18 commits
-
b21fa7ad...6234fe1f - 17 commits from branch
videolan:master
- 8d164739 - TabBarCoordinator: Retain and restore the last used tab when VLC starts
-
b21fa7ad...6234fe1f - 17 commits from branch
@edrflt requires rebasing
added 46 commits
-
8d164739...ddd80946 - 45 commits from branch
videolan:master
- 5d2e35e5 - TabBarCoordinator: Retain and restore the last used tab when VLC starts
-
8d164739...ddd80946 - 45 commits from branch
added 1 commit
- 33d67b87 - TabBarCoordinator: Retain and restore the last used tab when VLC starts
added 3 commits
-
33d67b87...eb888e74 - 2 commits from branch
videolan:master
- 2086172c - TabBarCoordinator: Retain and restore the last used tab when VLC starts
-
33d67b87...eb888e74 - 2 commits from branch
changed milestone to %3.3.0
added 3 commits
-
581a6eed...0a96c9f7 - 2 commits from branch
videolan:master
- f94fc88a - TabBarCoordinator: Retain and restore the last used tab when VLC starts
-
581a6eed...0a96c9f7 - 2 commits from branch
added 1 commit
- 4467a391 - TabBarCoordinator: Retain and restore the last used tab when VLC starts
added 3 commits
-
4467a391...0a96c9f7 - 2 commits from branch
videolan:master
- 6bf98230 - TabBarCoordinator: Retain and restore the last used tab when VLC starts
-
4467a391...0a96c9f7 - 2 commits from branch
enabled an automatic merge when the pipeline for 6bf98230 succeeds
mentioned in issue #956 (closed)
Please register or sign in to reply