This is a big one, thank you to all our new contributors! 🥳 Jerboa is still very much an alpha-level app, but its wonderful to see its pace accelerating rapidly thanks to others working hard to make it better.
- Special thanks to @twizmwazin, for joining the Jerboa team, making great contributions, and helping out with code reviews.
- Jerboa is also now internationalized, thanks to the excellent work by @kuroi-usagi .
- You can begin adding strings to a
values-{2_LETTER_LANG_ID}/strings.xml
, like this one
- You can begin adding strings to a
What's Changed
- Use inner function to reduce boilerplate in LookAndFeelActivity by @twizmwazin in #417
- Fix the flashing between transitions (#371) by @AntmanLFEz in #428
- Fix #421 by @7heo in #422
- Expand area tappable by user to collapse a comment by @twizmwazin in #436
- Aesthetics improvements by @pipe01 in #424
- Allow signed-out users to interact with showMoreOptions by @tuxiqae in #450
- Enable autofill on login form by @pipe01 in #451
- Add option to show contents of collapsed comments by @twizmwazin in #438
- Markdown renderer replacement by @AntmanLFEz in #432
- Comment action bar improvements by @twizmwazin in #453
- Fix show more children button not being animated when collapsed by @twizmwazin in #461
- Truncates too long passwords by @MV-GH in #462
- In-app image viewer by @pipe01 in #444
- Change badge component from Badge to Box by @mxmvncnt in #459
- update DEFAULT_LEMMY_INSTANCES by @taitsmith in #466
- Change color of account name to adapt to light/dark mode by @mitchellss in #478
- started localization for the app and added first german local by @kuroi-usagi in #447
- Fixed up ThemeMode enum to use strings in UI by @a1studmuffin in #469
- Add voting arrows and score to posts in "List" view mode by @a1studmuffin in #472
- Add linkify plugin to markwon by @twizmwazin in #487
- Add custom tab support by @twizmwazin in #474
- Close account switcher when drawer is closed by @vishalbiswas in #490
- Simple filter to display matching instances in the dropdown. by @onowrouzi in #489
- Fix show voting arrows in list view option not updating by @twizmwazin in #493
- Remove check to allow replying to own comments by @lsim in #499
- Add dutch translations by @MV-GH in #504
- Fix CommentNode previews by @lsim in #503
- Fixing markdown line height issue. by @dessalines in #500
- Expanded default lemmy instances list to active users/mo > 100 by @shombando in #505
- Add bottom bar to community list by @abluescarab in #497
- Fixing broken DB. by @dessalines in #511
New Contributors
- @AntmanLFEz made their first contribution in #428
- @7heo made their first contribution in #422
- @pipe01 made their first contribution in #424
- @tuxiqae made their first contribution in #450
- @MV-GH made their first contribution in #462
- @mxmvncnt made their first contribution in #459
- @taitsmith made their first contribution in #466
- @mitchellss made their first contribution in #478
- @kuroi-usagi made their first contribution in #447
- @vishalbiswas made their first contribution in #490
- @onowrouzi made their first contribution in #489
- @lsim made their first contribution in #499
- @shombando made their first contribution in #505
- @abluescarab made their first contribution in #497
Full Changelog: 0.0.32...0.0.33