fuck it, production release
This commit is contained in:
parent
ef1584de55
commit
c8122aa65b
|
@ -15,8 +15,8 @@ android {
|
|||
applicationId "org.joinmastodon.android.sk"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 107
|
||||
versionName "2.1.6+fork.107"
|
||||
versionCode 108
|
||||
versionName "2.1.6+fork.108"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resourceConfigurations += ['ar-rSA', 'ar-rDZ', 'be-rBY', 'bn-rBD', 'bs-rBA', 'ca-rES', 'cs-rCZ', 'da-rDK', 'de-rDE', 'el-rGR', 'es-rES', 'eu-rES', 'fa-rIR', 'fi-rFI', 'fil-rPH', 'fr-rFR', 'ga-rIE', 'gd-rGB', 'gl-rES', 'hi-rIN', 'hr-rHR', 'hu-rHU', 'hy-rAM', 'ig-rNG', 'in-rID', 'is-rIS', 'it-rIT', 'iw-rIL', 'ja-rJP', 'kab', 'ko-rKR', 'my-rMM', 'nl-rNL', 'no-rNO', 'oc-rFR', 'pl-rPL', 'pt-rBR', 'pt-rPT', 'ro-rRO', 'ru-rRU', 'si-rLK', 'sl-rSI', 'sv-rSE', 'th-rTH', 'tr-rTR', 'uk-rUA', 'ur-rIN', 'vi-rVN', 'zh-rCN', 'zh-rTW']
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
- Endlich: Das lang erwartete Material 3 UI-Redesign!
|
||||
- Bei Lücken in der Start-Timeline kann man nun auswählen, ob neuere oder ältere Beiträge nachgeladen werden sollen
|
||||
- Für Server-Ankündigungen und Akkoma-User*innen: Emoji-Reaktionen!
|
||||
- Zuletzt verwendete Emoji in der Emoji-Auswahl
|
||||
- Pronomen werden nun neben Anzeigenamen angezeigt
|
||||
- Viele Fehlerbehebungen und neue Fehler, die ihr nun entdecken dürft ✨
|
|
@ -0,0 +1,6 @@
|
|||
- Finally: The long-awaited Material 3 UI redesign!
|
||||
- Gaps in home timeline now allow choosing whether to load newer or older data
|
||||
- For server announcements and Akkoma users: Emoji reactions!
|
||||
- Recently used emoji in emoji picker
|
||||
- Pronouns are now displayed next to display names
|
||||
- Lots of bugfixes and new bugs for you to discover ✨
|
|
@ -6,11 +6,8 @@ Megalodon is a modified version of the <a href="https://github.com/mastodon/mast
|
|||
- <b>Federated timeline</b>: See all public posts from people on all other Fediverse neighborhoods your home instance is connected to.
|
||||
- <b>Custom timelines</b>: Pin any list or hashtag to your Megalodon’s home tab to simply swipe between your favorite topics and people!
|
||||
- <b>Drafts and scheduled posts</b>: Allows for preparing a post and scheduling it to send it automatically at a specific time.
|
||||
- <b>Pinning posts</b>: Pin your most important posts to your profile and see what others have pinned using the “Pinned“ tab.
|
||||
- <b>Follow hashtags</b>: See new posts from specific hashtags directly in your home timeline by following them.
|
||||
- <b>Answering follow requests</b>: Accept or decline follow requests from your notifications or the dedicated Follow requests list.
|
||||
- <b>Delete and re-draft</b>: The much-loved feature that made editing possible without an actual editing function.
|
||||
- <b>Language selector</b>: Painlessly select the language for every post you make so filters and translation are working correctly.
|
||||
- <b>Translation</b>: Easily translate posts right inside Megalodon! Only works if the feature is also available on your Mastodon Web.
|
||||
- <b>Post visibility indicator</b>: When opening or replying to a post, a handy icon indicating the post’s visibility will be displayed.
|
||||
- <b>Color themes</b>: Should you not like the default Pink color them (the shark is silently judging you), Moshidon’s color themes got you covered.
|
||||
- <b>Better compatibility</b>: For those of use who are on Glitch or Akkoma servers, Megalodon provides various extra features and improvements.
|
||||
|
|
Loading…
Reference in New Issue