Closed iv-gha closed 1 year ago
Hi Ian,
I ended up manually updating the files in the last pull request as it kept giving me conflicts that I couldn't solve and a few changes seemed to be reverting back to older code. I think I managed to implement everything you had done with the exception of the over saving of the NonOpenSong.db file - did you see my comments? I added a call more explicitly in the onPause() of MainActivity to save the state. I added in a few extra onResume() calls for the toolbar (name) to the other classes. In case you weren't sure, the prepareStrings() sections are due to the fragment being called with no context (due to lifecycle changes) and since the context was null, trying to use getString() was throwing loads of errors on the Play Store crash log. Pulling them in as strings when context is available (first run) seems to have fixed this.
I'll get a look at your updated PR shortly!
Thanks again Ian for your time and devotion to improving the app! Gareth
On Thu, 4 May 2023 at 15:39, iv-gha @.***> wrote:
Hello Gareth,
I hope the last tweaks to toolbar transitions!
See commit comments.
Kind regards Ian
You can view, comment on, or merge this pull request online at:
https://github.com/thebigg73/OpenSongTablet/pull/230 Commit Summary
- ffaa345 https://github.com/thebigg73/OpenSongTablet/pull/230/commits/ffaa3455bd3e3191012c8c5ab6e87341fd8661e6 Enh: Further refinement of toolbar transitions
File Changes
(9 files https://github.com/thebigg73/OpenSongTablet/pull/230/files)
- M app/src/main/java/com/garethevans/church/opensongtablet/MainActivity.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-a86f8dfdf5a2474c26de57b55b2b9034cd6e0358de4815ff53de695a80de5426 (18)
- M app/src/main/java/com/garethevans/church/opensongtablet/beatbuddy/BBCommandsFragment.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-911bbe948d653ea598c6970d3575e8b599156aec9f11e644f555e5367945fc37 (5)
- M app/src/main/java/com/garethevans/church/opensongtablet/customviews/MyRecyclerView.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-ba53fb6cf370c55245d350f9c8e38d1cc4ab091d3eee8ace4935b49bfd3fc366 (7)
- M app/src/main/java/com/garethevans/church/opensongtablet/customviews/MyToolbar.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-713b5658e33c0273c58782fd9baa76469fdb3f620dd4db75dcb1179f7a7863b9 (32)
- M app/src/main/java/com/garethevans/church/opensongtablet/importsongs/ImportFileFragment.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-9c03ef5710ad1ecc6e6df38a30f54fef0aedda4e15e442cd3068f0451ef4b8ea (6)
- M app/src/main/java/com/garethevans/church/opensongtablet/importsongs/ImportOptionsFragment.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-65d42cbe0d16b8a16dea40387e4a8c9091b6d81d00b8c1a38c3b0212ee226f4c (7)
- M app/src/main/java/com/garethevans/church/opensongtablet/performance/PerformanceFragment.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-a7d70b1c5bc1ba9f27d5055acfb3bc6059256ae7432ce43a05ca1149416776ee (3)
- M app/src/main/java/com/garethevans/church/opensongtablet/preferences/SettingsCategories.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-b3dc764d03c60bbd59e9366d1a995dfe9021ea380d5e9c79804ed8869add4ab5 (9)
- M app/src/main/java/com/garethevans/church/opensongtablet/screensetup/DisplayMenuFragment.java https://github.com/thebigg73/OpenSongTablet/pull/230/files#diff-bd912fc33d1656b25e8ecb5ddf23aa31d9af14d59bb313dc262f981d2a493c13 (8)
Patch Links:
- https://github.com/thebigg73/OpenSongTablet/pull/230.patch
- https://github.com/thebigg73/OpenSongTablet/pull/230.diff
— Reply to this email directly, view it on GitHub https://github.com/thebigg73/OpenSongTablet/pull/230, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3X52WPBXTCNDLII77ZJNTXEO5SBANCNFSM6AAAAAAXV4TSAA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
No problem - sorry for all the work! I fully updated my fork to match yours before this commit so it should behave!
Hello Gareth,
I hope the last tweaks to toolbar transitions!
See commit comments.
Kind regards Ian