pachli-android/core
Nik Clayton bdbe2f85c2
feat: Allow the user to set a list's replies policy (#534)
The replies policy controls whether replies from members of the list
also appear in the list.

Display the replies policy as three radio buttons when a list is created
or updated, and send the chosen replies policy via the API.

Default value if not specified is always "list", for consistency with
the Mastodon API defaults.

While I'm here:

- Ensure the list dialog layout is inflated using the dialog's themed
context
- Use a `TextInputLayout` wrapper around the list name in the list
dialog for better UX
- Simplify the dialog layout, use LinearLayout, and standard padding and
margins
2024-03-14 23:56:16 +01:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity fix: Show sized placeholder for hidden account media (#516) 2024-03-10 23:13:58 +01:00
common fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
data feat: Allow the user to set a list's replies policy (#534) 2024-03-14 23:56:16 +01:00
database refactor: Store tab preferences as polymorphic JSON 2024-03-12 19:52:45 +01:00
designsystem refactor: Use LinearProgressIndicator with delayed show/hide (#525) 2024-03-13 10:03:10 +01:00
navigation feat: Include "Notifications" in the left-side navigation menu (#504) 2024-03-05 14:45:28 +01:00
network feat: Allow the user to set a list's replies policy (#534) 2024-03-14 23:56:16 +01:00
preferences feat: Allow the user to trigger update checks (#458) 2024-02-20 14:50:59 +01:00
testing fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +01:00
ui feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00