Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvariyath committed Jan 19, 2025
2 parents 3d2b5ef + 069622d commit dc39cae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SharedModules
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ private void initMenuMapping() {
mMenuMapping.put(MainUIData.MENU_ITEM_SUBSCRIBE, new MenuAction(this::appendSubscribeButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_EXCLUDE_FROM_CONTENT_BLOCK, new MenuAction(this::appendToggleExcludeFromContentBlockButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_PIN_TO_SIDEBAR, new MenuAction(this::appendTogglePinVideoToSidebarButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_SAVE_REMOVE_PLAYLIST, new MenuAction(this::appendSaveRemovePlaylistButton, true));
mMenuMapping.put(MainUIData.MENU_ITEM_SAVE_REMOVE_PLAYLIST, new MenuAction(this::appendSaveRemovePlaylistButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_OPEN_DESCRIPTION, new MenuAction(this::appendOpenDescriptionButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_SHARE_LINK, new MenuAction(this::appendShareLinkButton, false));
mMenuMapping.put(MainUIData.MENU_ITEM_SHARE_QR_LINK, new MenuAction(this::appendShareQRLinkButton, false));
Expand Down
5 changes: 5 additions & 0 deletions common/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,9 @@
<string name="playlists_rows">재생목록 섹션을 행으로 표시</string>
<string name="not_supported_by_device">해당 장치는 이 기능을 지원하지 않음</string>
<string name="suggestions">제안</string>
<string name="context_menu_sorting">상황에 맞는 메뉴 정렬</string>
<string name="hide_shorts_from_search">검색 결과에서 쇼츠 숨기기</string>
<string name="import_subscriptions_group">가져오기</string>
<string name="lb_playback_controls_closed_captioning_disable">폐쇄 자막 넣기 비활성화</string>
<string name="lb_playback_controls_closed_captioning_enable">폐쇄 자막 넣기 활성화</string>
</resources>
4 changes: 2 additions & 2 deletions smarttubetv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId "com.liskovsoft.smarttubetv"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 1737
versionName "25.47"
versionCode 1740
versionName "25.50"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"

Expand Down

0 comments on commit dc39cae

Please sign in to comment.