This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: MozillaSocial/mozilla-social-android
Releases · MozillaSocial/mozilla-social-android
Nightly 0.1.0.33
Nightly 0.1.0.32
What's Changed
- Fixing issue with null meta data by @JohnOberhauser in #355
Full Changelog: 0.1.0.31...0.1.0.32
Nightly 0.1.0.31
What's Changed
- App version showing in settings by @JohnOberhauser in #350
Full Changelog: 0.1.0.30...0.1.0.31
Nightly 0.1.0.30
What's Changed
- gradle catalog by @JohnOberhauser in #8
- gradle to gradle.kts + plugins moved to toml by @JohnOberhauser in #11
- added design system module by @JohnOberhauser in #13
- untracking idea folder by @JohnOberhauser in #16
- adding build logic convention plugins by @JohnOberhauser in #17
- Logging by @JohnOberhauser in #18
- Add network module by @devotaaabel in #19
- gradle cleanup by @JohnOberhauser in #20
- Added compose navigation by @devotaaabel in #22
- Auth by @JohnOberhauser in #23
- init koin impl by @timc-mozilla in #12
- Splash + Scaffold by @JohnOberhauser in #29
- Added feed by @devotaaabel in #35
- Cleanup by @devotaaabel in #36
- added models by @JohnOberhauser in #37
- init settings work by @timc-mozilla in #34
- New post by @JohnOberhauser in #40
- cleanup by @JohnOberhauser in #41
- Got authentication working, and updated public timeline to home timeline by @devotaaabel in #42
- new post work + adding retrofit api class by @JohnOberhauser in #46
- Add app bar by @devotaaabel in #48
- feature(search): local feed by @timc-mozilla in #47
- Configure Renovate by @renovate in #39
- fix(deps): update dependency androidx.compose:compose-bom to v2023 by @renovate in #52
- fix(deps): update dependency androidx.browser:browser to v1.5.0 by @renovate in #53
- Upload image when posting by @JohnOberhauser in #50
- feature templates by @timc-mozilla in #49
- chore(version catalog): add compose compiler to libraries by @marcin-kozinski in #54
- fix(deps): update compose compiler to v1.5.0 and kotlin to v.1.9.0 by @renovate in #59
- chore(deps): update dependency gradle to v8.2.1 by @renovate in #60
- added coil by @timc-mozilla in #56
- Allow users to post multiple images by @JohnOberhauser in #57
- toot images and serialized rework by @timc-mozilla in #64
- Updated AppState to contain scaffold logic to enable unifying multiple scaffolds by @devotaaabel in #62
- Design system updates by @devotaaabel in #68
- Fixed launcher label and removed unresolved junit dependency by @devotaaabel in #69
- More design updates, added navigation drawer and placeholder for bottom sheet by @devotaaabel in #71
- Video and gif support for new posts by @JohnOberhauser in #72
- Got rid of nested scaffolds in views by @devotaaabel in #73
- docs(renovate): link to an example pr for compose compiler + kotlin by @marcin-kozinski in #61
- New post features by @JohnOberhauser in #74
- New post polling support by @JohnOberhauser in #76
- chore(deps): update androidgradleplugin to v8.1.0 by @renovate in #75
- Content warnings by @JohnOberhauser in #77
- fix(deps): update dependency androidx.compose.compiler:compiler to v1.5.1 by @renovate in #78
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.7.3 by @renovate in #79
- feature boosted posts in feed by @timc-mozilla in #81
- licenses by @JohnOberhauser in #83
- Hashtag and account search support in new post screen by @JohnOberhauser in #82
- making feed screen look nicer by @JohnOberhauser in #84
- fixing issue by @JohnOberhauser in #85
- Network models by @JohnOberhauser in #86
- Status reply by @JohnOberhauser in #88
- Better media by @JohnOberhauser in #89
- chore: setup secrets by @marcin-kozinski in #87
- Separate MastodonApi into separate Apis by @devotaaabel in #90
- Updated repository to reflect mastodon API, and implemented use case pattern by @devotaaabel in #92
- Poll UI by @JohnOberhauser in #93
- Feature profile by @timc-mozilla in #94
- changed values by @timc-mozilla in #96
- Paging by @JohnOberhauser in #95
- build(gradle): configure a release build by @marcin-kozinski in #97
- feat: add a temporary MoSo app icon by @marcin-kozinski in #102
- Fixing some paging stuff by @JohnOberhauser in #100
- build(gha): setup "daily" builds [MOSOAND-38] by @marcin-kozinski in #105
- fix: update compile and target sdks to 34 (android 14) by @marcin-kozinski in #103
- Room by @JohnOberhauser in #104
- Polls by @JohnOberhauser in #106
- fixing bug by @JohnOberhauser in #109
- Replies by @JohnOberhauser in #107
- Boosts by @JohnOberhauser in #108
- Adding ability to favorite a post by @JohnOberhauser in #111
- Sharing post by @JohnOberhauser in #112
- build(gha): release daily builds to app center [MOSOAND-38] by @marcin-kozinski in #110
- build(gha): fix wrong working directory for decrypting secrets step by @marcin-kozinski in #113
- Added recommendations carousel to feed by @devotaaabel in #116
- Threads by @JohnOberhauser in #115
- Overflow menu UI by @JohnOberhauser in #117
- block and mute by @JohnOberhauser in #118
- build(gha): call fastlane through bundle exec by @marcin-kozinski in #114
- round icons by @JohnOberhauser in #121
- Report screen by @JohnOberhauser in #119
- [MOSOAND-21] Added string factory to support literals and localized resources by @devotaaabel in #123
- Added support for logging into different instances by @devotaaabel in #122
- clearing database on logout by @j...