mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-06 07:00:01 +03:00
Prepare release notes
This commit is contained in:
parent
7cb1e2d920
commit
f35e75572f
3 changed files with 4 additions and 2 deletions
app/src/main
src/fdroid/fastlane/metadata/android/en/changelogs
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"version": "3.30.0",
|
||||
"code": "521",
|
||||
"note": ""
|
||||
"note": "Added:\n- Allow to follow the discover timelines of Pixelfed instances\n- Keep media proportions in timeline for Pixelfed\n- Add a like button in timelines for Pixelfed\n- Allow to login with a token\n\nChange:\n- Use Pixelfed layout when following Pixelfed instances\n- Allow to scroll buttons for larger screens in conversations\n- Move QR code into header\n\nFixed:\n- Not clickable URLs when Markdown is enabled\n- Nitter to follow Twitter accounts\n- Pixelfed timeline not displayed by default\n- Top bar coloring at scroll\n- Drafts not saved when adding/editing media descriptions\n- User search suggestions have duplicates\n- Some minor crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.29.2",
|
||||
|
|
|
@ -546,6 +546,7 @@ public class PinnedTimelineHelper {
|
|||
activityMainBinding.tabLayout.clearOnTabSelectedListeners();
|
||||
FedilabPageAdapter fedilabPageAdapter = new FedilabPageAdapter(activity, activity.getSupportFragmentManager(), pinned, bottomMenu);
|
||||
activityMainBinding.viewPager.setAdapter(fedilabPageAdapter);
|
||||
|
||||
activityMainBinding.viewPager.setOffscreenPageLimit(tabStrip.getChildCount());
|
||||
activityMainBinding.viewPager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(activityMainBinding.tabLayout));
|
||||
if (!singleBar) {
|
||||
|
|
|
@ -14,5 +14,6 @@ Fixed:
|
|||
- Nitter to follow Twitter accounts
|
||||
- Pixelfed timeline not displayed by default
|
||||
- Top bar coloring at scroll
|
||||
- Drafts not saved when adding/editing media descriptions
|
||||
- User search suggestions have duplicates
|
||||
- Some minor crashes
|
||||
- Some minor crashes
|
Loading…
Reference in a new issue