pachli-android/core
Nik Clayton fcae44110b
refactor: Remove synchronous search functions (#481)
The previous code used synchronous (i.e., non-suspending) functions to
call the /api/v2/search and /api/v2/accounts/search endpoints.

This is not necessary as the search was always performed in a separate
thread.

Remove, and replace their usage with the equivalent functions that
suspend.
2024-03-01 18:55:59 +01:00
..
accounts feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
activity refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
common fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
data refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
database refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
designsystem fix: Show previews for playable audio media from accounts (#460) 2024-02-20 16:20:34 +01:00
navigation fix: Show correct account/timeline when composing from notifications (#445) 2024-02-15 13:10:00 +01:00
network refactor: Remove synchronous search functions (#481) 2024-03-01 18:55:59 +01:00
preferences feat: Allow the user to trigger update checks (#458) 2024-02-20 14:50:59 +01:00
testing refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +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