No description provided.
partygames-2.0 #39
Closed
lm41
wants to merge 0 commits from
partygames-2_0 into beta
pull from: partygames-2_0
merge into: rm-rf:beta
rm-rf:master
rm-rf:beta
rm-rf:Matrial-3-compose
rm-rf:+18mode
lm41
commented 2023年08月18日 17:26:48 +02:00
lm41
added 7 commits 2023年08月18日 17:26:49 +02:00
lm41
added 1 commit 2023年08月18日 18:19:13 +02:00
lm41
added 1 commit 2023年08月18日 18:26:31 +02:00
lm41
added 1 commit 2023年08月18日 18:33:16 +02:00
lm41
changed title from (削除) WIP: partygames-2_0 (削除ここまで) to WIP: partygames-2.0 2023年08月18日 18:50:38 +02:00
lm41
added 4 commits 2023年08月20日 19:20:52 +02:00
lm41
added the 2023年08月20日 19:23:17 +02:00
Status: In progress
Status: Help wanted
Kind: Enhancement
Kind: Maintenance
Reviewed: Confirmed
Priority: Critical
labels
lm41
added the due date 2023年12月31日 2023年08月20日 19:23:40 +02:00
lm41
added 1 commit 2023年08月21日 00:55:48 +02:00
lm41
added 4 commits 2023年08月21日 20:18:22 +02:00
Added a new Favorites Screen to the navigation structure, allowing users to view and manage their favorite games. Updated state logic in MainViewModel to handle changes to the favorite status. Now preferences are loaded from DataStore to init game items list. Enabled material3 style. Fixed Logo image resource for "Never Have I Ever" screen. Added back navigation from Favorites Screen to Main Screen on back pressed. Drawers updated to include navigation to the Favorites Screen.
Added scrolling behavior for the AppBar in MainActivity.kt with 'enterAlways' scroll flag for better user experience. Renamed some string resources for consistency and clarity, changes reflect in string.xml different language versions as well. Also, renamed class StringArrayUtils.kt to RessourceUtils.kt more broad utilization and coherence, new getString function added. Changes were also reflected for settings preferences to use the new resource names.
lm41
added 1 commit 2023年08月21日 23:44:45 +02:00
Added build and sign scripts for automated beta and release app builds.
lm41
added 1 commit 2023年08月21日 23:48:20 +02:00
lm41
added 1 commit 2023年08月21日 23:51:57 +02:00
lm41
added 1 commit 2023年08月21日 23:54:25 +02:00
lm41
added 1 commit 2023年08月22日 00:04:47 +02:00
lm41
added 1 commit 2023年08月22日 00:10:21 +02:00
lm41
added 1 commit 2023年08月22日 00:15:57 +02:00
lm41
added 1 commit 2023年08月22日 00:21:01 +02:00
lm41
added 1 commit 2023年08月22日 00:33:09 +02:00
lm41
added 1 commit 2023年08月22日 00:44:24 +02:00
lm41
added 4 commits 2023年08月22日 13:18:20 +02:00
lm41
added 1 commit 2023年08月22日 13:57:22 +02:00
kubi
added 2 commits 2023年08月22日 13:59:09 +02:00
# Conflicts: # PartyGames/src/main/java/de/rmrf/partygames/ui/screens/main/MainScreen.kt
kubi
added 1 commit 2023年08月22日 18:15:02 +02:00
kubi
added 1 commit 2023年08月22日 18:29:15 +02:00
lm41
added 1 commit 2023年08月23日 17:17:45 +02:00
lm41
added 1 commit 2023年08月23日 17:33:06 +02:00
kubi
added 3 commits 2023年08月23日 20:55:35 +02:00
kubi
was assigned by lm41 2023年08月25日 13:03:43 +02:00
lm41
self-assigned this 2023年08月25日 13:03:43 +02:00
lm41
added a new dependency 2023年08月25日 13:03:56 +02:00
lm41
added this to the 2.0.0 milestone 2023年08月25日 13:04:02 +02:00
lm41
added this to the PartyGames 2.0 project 2023年08月25日 13:04:10 +02:00
lm41
added 2 commits 2023年08月26日 13:24:43 +02:00
lm41
added 2 commits 2023年08月28日 16:13:40 +02:00
lm41
added 9 commits 2023年08月28日 16:24:40 +02:00
Work on quiz game
0bae3dba1b
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Work on quiz game
e1072a2d72
All checks were successful
ci/woodpecker/push/build Pipeline was successful
lm41
added 4 commits 2023年08月28日 23:54:11 +02:00
This can be change to a CenterAlignedTopAppBar later
lm41
added 1 commit 2023年08月29日 13:41:53 +02:00
lm41
added 1 commit 2023年08月29日 14:11:11 +02:00
lm41
added 5 commits 2023年08月30日 13:44:28 +02:00
In this commit, several string resources in the 'strings.xml' files were renamed. This change aims to enhance categorization in the application and promote code consistency. The 'preferences_' prefix was changed to 'preference_' to better align with the naming conventions used throughout the rest of the codebase.
PantomimeViewModel was refactored to extend from BaseViewModel removing redundancies in timer logic. Timer related variables and functions were moved from PantomimeViewModel to BaseViewModel to allow reusability across different ViewModel classes.
These files were removed as a part of refactoring the app's UI theme system.
lm41
added 3 commits 2023年08月30日 15:49:16 +02:00
renamed the 'BaseViewModel' to 'TimerBaseViewModel' for better representation of its functionality
lm41
added 2 commits 2023年08月30日 18:24:07 +02:00
lm41
added 1 commit 2023年08月30日 18:32:02 +02:00
lm41
added 1 commit 2023年08月31日 00:10:48 +02:00
lm41
added 10 commits 2023年08月31日 00:12:29 +02:00
Add song repository
c2b091ddfa
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Merge branch 'partygames-2_0' into games
1a15d98e53
All checks were successful
ci/woodpecker/push/build Pipeline was successful
# Conflicts: # .idea/compiler.xml
initial implementation of Game.GuessTheSong
6096235a66
All checks were successful
ci/woodpecker/push/build Pipeline was successful
kubi
added 5 commits 2023年08月31日 11:49:11 +02:00
kubi
added 2 commits 2023年08月31日 12:15:45 +02:00
kubi
added 7 commits 2023年08月31日 13:26:30 +02:00
kubi
added 6 commits 2023年08月31日 19:24:14 +02:00
lm41
added 7 commits 2023年08月31日 20:14:19 +02:00
Update GuessTheSong screen and related data entities
75ba89cdd4
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Add startup dialog and preferences for first app start
0496ae4455
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Revise GuessTheSong game functionality
e627b11458
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Removed unused 'CardClick' event and added a 'ShowAnswer' event in 'GuessTheSongEvent' for better game flow. Also, made minor code cleanups in various files for optimizing and structuring the code more clearly. The 'ShowAnswer' button was also integrated into the 'GuessTheSongScreen' layout instead of the card click functionality to improve user experience.
# Conflicts: # PartyGames/src/main/java/de/rmrf/partygames/preferences/DataStorePreferences.kt
lm41
added 1 commit 2023年08月31日 21:06:39 +02:00
kubi
added 3 commits 2023年08月31日 21:58:05 +02:00
# Conflicts: # PartyGames/src/main/java/de/rmrf/partygames/preferences/DataStorePreferences.kt
lm41
added 3 commits 2023年08月31日 22:08:47 +02:00
# Conflicts: # PartyGames/src/main/java/de/rmrf/partygames/preferences/DataStorePreferences.kt
kubi
added 2 commits 2023年09月01日 10:27:47 +02:00
kubi
added 1 commit 2023年09月01日 10:51:15 +02:00
lm41
added 3 commits 2023年09月01日 10:53:10 +02:00
Added new strings for theme preferences in the 'strings.xml' and updated the 'PreferencesScreen.kt' to utilize these new strings.
1f466653fb
# Conflicts: # PartyGames/src/main/res/values/strings.xml
lm41
added 1 commit 2023年09月08日 19:31:20 +02:00
lm41
added 2 commits 2023年09月08日 23:06:46 +02:00
lm41
added 11 commits 2023年09月22日 19:45:14 +02:00
Update GuessTheSongScreen navigation and UI improvements
f80b3c7bec
All checks were successful
ci/woodpecker/push/build Pipeline was successful
add onFinished funktion for RotateableSurface
1824aa74c6
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Merge branch 'partygames-2_0' into games
47f663bb5b
All checks were successful
ci/woodpecker/push/build Pipeline was successful
# Conflicts: # PartyGames/src/main/res/values-de/strings.xml # PartyGames/src/main/res/values/strings.xml
update AboutScreen behaviour
ea8730c90a
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Add License URL Link in AboutLibrariesScreen
13acf4722e
All checks were successful
ci/woodpecker/push/build Pipeline was successful
refactor GuessTheSongEvent for better code readability extract parseId to String.kt in util package
Removed ytextractor library. Extract directly from InvidiousAPI
0de4a038e3
All checks were successful
ci/woodpecker/push/build Pipeline was successful
lm41
added 8 commits 2023年09月24日 16:10:10 +02:00
ui: make FullscreenPlaylistManagementDialog more describing
d567b7eb36
All checks were successful
ci/woodpecker/push/build Pipeline was successful
The name for the library screen route was updated from "LibrariesScreen" to "LibraryScreen" in MainActivity.kt, AppBarConfiguration.kt, and Drawer.kt. This change was done to keep the route name consistent throughout the app and avoid possible confusion or misrouting.
lm41
added 1 commit 2023年09月25日 11:27:45 +02:00
lm41
added 2 commits 2023年09月25日 16:13:54 +02:00
lm41
added 4 commits 2023年10月20日 16:18:53 +02:00
lm41
added 1 commit 2023年10月20日 16:30:26 +02:00
lm41
added 1 commit 2023年10月20日 16:31:55 +02:00
lm41
added 1 commit 2023年10月23日 11:48:56 +02:00
lm41
added 1 commit 2023年10月23日 17:41:00 +02:00
lm41
added 1 commit 2023年10月24日 11:57:25 +02:00
lm41
added 2 commits 2023年11月03日 19:06:44 +01:00
lm41
added 1 commit 2023年11月12日 14:28:53 +01:00
lm41
added 2 commits 2023年11月12日 14:38:04 +01:00
lm41
added 1 commit 2023年11月12日 17:42:49 +01:00
lm41
added 1 commit 2023年12月03日 16:00:54 +01:00
lm41
added 2 commits 2023年12月03日 17:18:38 +01:00
kubi
added 3 commits 2023年12月04日 15:19:59 +01:00
lm41
added 1 commit 2023年12月04日 15:21:31 +01:00
lm41
changed title from (削除) WIP: partygames-2.0 (削除ここまで) to partygames-2.0 2023年12月04日 15:23:39 +01:00
lm41
closed this pull request 2023年12月04日 15:44:37 +01:00
kubi
added 2024年01月09日 10:24:32 +01:00
Status: Completed
and removed Status: In progress
Status: Help wanted
labels
Commenting is not possible because the repository is archived.
No reviewers
Labels
Clear labels
Kind: Breaking
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Maintenance
Kind: Question
Kind: Security
Kind: Testing
Priority: Critical
The priority is critical
Priority: High
The priority is high
Priority: Low
The priority is low
Priority: Medium
The priority is medium
Reviewed: Confirmed
Something has been confirmed
Reviewed: Duplicate
Something exists already
Reviewed: Invalid
Something was marked as invalid
Reviewed: Wontfix
Something won't be fixed
Status: Blocked
Status: Completed
Work is complete
Status: Help wanted
Status: In progress
Work is in progress
Status: Needs feedback
Feedback is needed
Status: Stale
Kind: Breaking
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Maintenance
Kind: Question
Kind: Security
Kind: Testing
Priority: Critical
The priority is critical
Priority: High
The priority is high
Priority: Low
The priority is low
Priority: Medium
The priority is medium
Reviewed: Confirmed
Something has been confirmed
Reviewed: Duplicate
Something exists already
Reviewed: Invalid
Something was marked as invalid
Status: Blocked
Status: Completed
Work is complete
Status: Help wanted
Status: In progress
Work is in progress
Status: Needs feedback
Feedback is needed
Status: Stale
No labels
Kind: Breaking
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Maintenance
Kind: Question
Kind: Security
Kind: Testing
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Reviewed: Wontfix
Status: Blocked
Status: Completed
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Stale
Kind: Breaking
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Maintenance
Kind: Question
Kind: Security
Kind: Testing
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Status: Blocked
Status: Completed
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Stale
Projects
Clear projects
No items
No project
Assignees
2 participants
Due date
Clear assignees
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
Depends on
#52 Re-implement the games for PartyGames 2.0
rm-rf/PartyGames
Reference
rm-rf/PartyGames!39
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "partygames-2_0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?