Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show notes #1050

Merged
merged 26 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f917063
Show notes: add new column to SgShow2
UweTrottmann Aug 22, 2024
b7bad9d
Show notes: restore when adding, sync
UweTrottmann Aug 22, 2024
84ab0c2
Show notes: prepare storing note
UweTrottmann Aug 22, 2024
129a3db
Show notes: add note button and display to ShowFragment
UweTrottmann Aug 22, 2024
8060d6a
Show notes: add EditNoteDialog
UweTrottmann Aug 22, 2024
7426f75
Show notes: make note a card
UweTrottmann Aug 22, 2024
31004e3
Update trakt-java [6.14.0 -> 6.16.0]
UweTrottmann Sep 5, 2024
cb2209f
Show notes: sync with Trakt
UweTrottmann Sep 5, 2024
af4b32b
TraktV2: use getPageCount helper method
UweTrottmann Sep 6, 2024
1597ed6
Show notes: only dismiss once note is sent and saved
UweTrottmann Sep 6, 2024
c27d43e
Show notes: add note Trakt ID column
UweTrottmann Sep 12, 2024
48ffa1f
Show notes: send to Trakt
UweTrottmann Sep 11, 2024
9ae6ff9
Show notes: use empty instead of null string to store no note
UweTrottmann Nov 7, 2024
fd36098
Show notes: do not trust database, fold blank text to empty string
UweTrottmann Nov 7, 2024
6bf52f9
Show notes: fail to save if text is too long instead of truncating
UweTrottmann Nov 7, 2024
11e28c5
Show notes: make text field use available space, grow as needed
UweTrottmann Nov 14, 2024
1f031b3
Show notes: use edit action instead of title for buttons and dialog
UweTrottmann Nov 15, 2024
207c6d7
Show notes: disable save button if text is too long
UweTrottmann Nov 15, 2024
0ae8cdf
Show notes: add to change log
UweTrottmann Nov 15, 2024
bec6279
Show notes: do not export null or blank note text after all
UweTrottmann Nov 15, 2024
e978d5f
Show notes: also update with text and ID from Trakt when uploading all
UweTrottmann Nov 15, 2024
be5cb00
Show notes: use existing TraktTools2 method to upload notes
UweTrottmann Nov 15, 2024
b50299b
Show notes: add new strings
UweTrottmann Nov 21, 2024
082130a
Show notes: when syncing with Trakt also update changed note IDs
UweTrottmann Nov 21, 2024
112b908
Show notes: add more logs to Trakt notes sync and edit actions
UweTrottmann Nov 21, 2024
47f3706
Show notes: handle Trakt note deletion returning null (void) response
UweTrottmann Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o

### Unreleased

* 🌟 Shows: add a note to a show, synced with SeriesGuide Cloud or Trakt (VIP only).
* 🔧 Shows: also use plus symbol for button on discover screen to be consistent.

### 2024.5.0 - 2024-11-06 🧪
Expand Down
Loading