Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]

26.6
-----


26.5
-----

Expand Down
32 changes: 29 additions & 3 deletions WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- The app icon has a single-color option to match your device’s other themed icons. #aesthetic
- Large, high-resolution images are more likely to load (but might take a few seconds).
- We removed HTML tags from the Reader comment editor and fixed the “Subscribe” button.
* [*] Add new Stats screen with Today's Stats and Views cards (experimental feature) [#22491, #22496, #22502, #22510]
* [*] Add Freshly Pressed support in Reader [#22441]
* [*] Add media search by title functionality [#22471]
* [*] Enable Application Password for all site linking [#22466]
* [*] Support new "reader" deeplinks [#22369]
* [*] Support bar deeplinks in addition to mbar [#22406]
* [*] Show mobile support page using Custom Tabs [#22421]
* [*] Unify media quota bar with iOS [#22449]
* [*] Remove plans from My Site [#22514]
* [*] Drop Quick Start [#22477]
* [*] Remove site picker after login [#22475]
* [*] Select newly added self-hosted site after login [#22482]
* [*] Update empty states with modern visual styles [#22367]
* [*] Update bookmark icon to be more visible in dark mode [#22399]
* [*] Fix Jetpack Stats being off by an hour [#22480]
* [*] Fix Reader posts in Discover being duplicated [#22366]
* [*] Fix Reader subscribe when logged out [#22370]
* [*] Fix Reader view showing outdated post content [#22443]
* [*] Fix Reader feed image display for VIDEO card types [#22325]
* [*] Fix self-hosted sites resetting modified page slugs back to original slug [#22445]
* [*] Fix Application Password banner not refreshing when auto-generating credentials [#22473]
* [*] Fix auto-generating Application Password when requested from the editor [#22470]
* [*] Fix three dots menu icon not working when opening an unauthorized post [#22412]
* [*] Fix edge-to-edge cutoff in support screens [#22397]
* [*] Fix support screen losing data when rotating device [#22396]
* [*] Fix stats location endpoint [#22460]
* [*] Fix showing error for corrupted reader deeplinks [#22389]
* [*] Fix Aztec media picker [#22448]
* [*] Fix logs sharing and sending to support ticket [#22337]
21 changes: 19 additions & 2 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
- The app icon has a single-color option to match your device’s other themed icons. #aesthetic
- Large, high-resolution images are more likely to load (but might take a few seconds).
* [*] Add media search by title functionality [#22471]
* [*] Enable Application Password for all site linking [#22466]
* [*] Support bar deeplinks in addition to mbar [#22406]
* [*] Show mobile support page using Custom Tabs [#22421]
* [*] Unify media quota bar with iOS [#22449]
* [*] Remove plans from My Site [#22514]
* [*] Drop Quick Start [#22477]
* [*] Remove site picker after login [#22475]
* [*] Select newly added self-hosted site after login [#22482]
* [*] Update empty states with modern visual styles [#22367]
* [*] Update bookmark icon to be more visible in dark mode [#22399]
* [*] Fix self-hosted sites resetting modified page slugs back to original slug [#22445]
* [*] Fix Application Password banner not refreshing when auto-generating credentials [#22473]
* [*] Fix auto-generating Application Password when requested from the editor [#22470]
* [*] Fix three dots menu icon not working when opening an unauthorized post [#22412]
* [*] Fix edge-to-edge cutoff in support screens [#22397]
* [*] Fix support screen losing data when rotating device [#22396]
* [*] Fix Aztec media picker [#22448]
* [*] Fix logs sharing and sending to support ticket [#22337]
6 changes: 6 additions & 0 deletions WordPress/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@
-keep class * extends androidx.fragment.app.Fragment

###### Main resource class - end

###### jsoup - begin
# jsoup has optional support for Google's RE2J regex library which is not included
-dontwarn com.google.re2j.Matcher
-dontwarn com.google.re2j.Pattern
###### jsoup - end
387 changes: 385 additions & 2 deletions WordPress/src/main/res/values/strings.xml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions fastlane/jetpack_resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<string name="app_name" translatable="false">Jetpack</string>

<!-- About View -->
<string name="app_title">Jetpack for Android</string>

<!-- Post-Signup Interstitial -->
<string name="post_signup_interstitial_title">Welcome to Jetpack</string>

<!-- Login Prologue -->
<string name="app_tagline">Site security and performance from your pocket</string>
<string name="continue_with_wpcom_no_signup">Continue with WordPress.com</string>
<string name="login_prologue_revamped_content_description_jetpack_logo">Jetpack logo</string>

Expand Down Expand Up @@ -45,7 +43,6 @@
<string name="me_btn_about">About Jetpack</string>

<!-- My Site Initial Tab Default value -->
<string name="initial_screen_entry_value_default_key" translatable="false">@string/initial_screen_entry_value_home</string>

<!-- Share button in Me -->
<string name="me_btn_share">Share Jetpack with a friend</string>
Expand Down
Loading
Loading