-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
versionCode: 24, versionName 3.3.0, updated changelogs
- Loading branch information
Showing
3 changed files
with
72 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Neue Funktionen: | ||
- Explore-Seiten-Implementierung (#139) | ||
- Eine dedizierte Explore-Seite wurde hinzugefügt, um trendige Accounts und Hashtags zu entdecken. | ||
- Animation für die Löschen-Schaltfläche in der Suchleiste eingeführt. | ||
- Paginiert Suchergebnisse wurden implementiert, um die Navigation zwischen Accounts und Hashtags zu verbessern. | ||
|
||
- Account-Wechsler-Funktion (#110) | ||
- Ein langes Klicken auf das Profilbild in der unteren Leiste öffnet nun ein Account-Wechsler-Bottom-Sheet. | ||
|
||
- Reposts in der Home-Timeline (#127) | ||
- Rebloggte Posts werden nun in der Home-Timeline angezeigt und zeigen den "Reblogged by" Benutzernamen an. | ||
|
||
Verbesserungen: | ||
- Unteres Navigationsleisten-Enhancements (#110, #138) | ||
- Die untere Leiste wurde verkleinert, um weniger Platz zu beanspruchen. | ||
- Das Profilbild hat das Profil-Symbol in der unteren Leiste ersetzt. | ||
- Navigationsleisten-Insets wurden für eine bessere UI-Ausrichtung berücksichtigt. | ||
|
||
- Coil-Image-Caching-Optimierung (#138) | ||
- Die Coil-Caching-Einstellungen wurden aktualisiert: | ||
- Speicher-Cache: Max. 20% | ||
- Festplatten-Cache: Max. 50 MB | ||
|
||
- Standard-Avatar-Bilder werden nun angezeigt, wenn das Avatar-Bild nicht geladen werden kann. | ||
|
||
- Lokalisierungs-Updates | ||
- Neue Übersetzungen über Crowdin für eine verbesserte mehrsprachige Unterstützung hinzugefügt. | ||
|
||
Bug Fixes: | ||
- Inhaltsverarbeitungsverbesserungen (#136) | ||
- Die Route zum Abrufen von Posts nach Account wurde verbessert. | ||
- Die korrekte Handhabung der Felder contentText und contentHtml wurde sichergestellt. | ||
|
||
Verschiedenes: | ||
- Verschiedene UI-Verbesserungen und kleinere Optimierungen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
New Features: | ||
- Explore Page Implementation (#139) | ||
- Added a dedicated Explore page to discover trending accounts and hashtags. | ||
- Introduced animation for the search bar clear button. | ||
- Implemented paginated search results for improved navigation between accounts and hashtags. | ||
|
||
- Account Switcher Feature (#110) | ||
- Long-clicking the profile icon in the bottom bar now opens an account switch bottom sheet. | ||
|
||
- Reposts in Home Timeline (#127) | ||
- Reblogged posts now display in the home-timeline and show the "Reblogged by" username. | ||
|
||
Improvements: | ||
- Bottom Navigation Bar Enhancements (#110, #138) | ||
- The bottom bar has been resized to take up less space. | ||
- Avatar picture has replaced the profile icon in the bottom bar. | ||
- Navigation bar insets are now accounted for better UI alignment. | ||
|
||
- Coil Image Caching Optimization (#138) | ||
- Updated Coil caching settings: | ||
- Memory cache: Max 20% | ||
- Disk cache: Max 50MB | ||
|
||
- Default avatar images will now be displayed when an avatar image fails to load. | ||
|
||
- Localization Updates | ||
- Added new translations via Crowdin for improved multilingual support. | ||
|
||
Bug Fixes: | ||
- Content Handling Improvements (#136) | ||
- Improved the route to fetch posts by account. | ||
- Ensured correct handling of contentText and contentHtml fields. | ||
|
||
Miscellaneous: | ||
- Various UI improvements and minor optimizations. |