Wykres commitów

83 Commity (801407aa9b79b8a55a2cb803a81be5a439a1b1ea)

Autor SHA1 Wiadomość Data
Hank Grabowski 44679b79ea Update version string for 2023.03-rc to final 2023.04 2023-04-25 09:56:29 -04:00
Hank Grabowski 32408b96c0 Add stack trace logging and context.mounted check in buildSnackBar 2023-04-20 16:26:11 -04:00
Hank Grabowski db7945ea77 Add group management screen with group creation, renaming, and deleting 2023-04-18 19:39:52 -04:00
Hank Grabowski 97d2b7ed7e Fix loading GIF media attachments, at least if it is being added as a literal attachment 2023-04-03 13:42:46 -04:00
Hank Grabowski 7dbe520c73 Check for Friendica version before trying to reshare Diaspora posts 2023-03-23 10:51:41 -04:00
Hank Grabowski a9c3c2bb6a Add follow scope to OAuth requests 2023-03-22 12:38:38 -04:00
Hank Grabowski 7be5176126 Initial cut of the search page 2023-03-22 00:16:23 -04:00
Hank Grabowski fb24bc584f Add test for non-fediverse response 2023-03-21 21:31:44 -04:00
Hank Grabowski bd02a01d08 Refactor follow requests to use actual follow request system if available 2023-03-21 14:28:00 -04:00
Hank Grabowski 8617e21d1a Add initial visibility configuration in posts 2023-03-20 21:55:47 -04:00
Hank Grabowski aafe6dea7c Add Visibility object concept throughout, including image displays 2023-03-20 14:30:51 -04:00
Hank Grabowski a7f3bb26ad Add logged-in profile aware image control wrapping CachedNetworkImage 2023-03-20 10:06:44 -04:00
Hank Grabowski b30ba7c057 Initial Link Preview Capabilities 2023-03-19 16:27:57 -04:00
Hank Grabowski 328daa30a1 Add version checker infrastructure and use on post editing. 2023-03-17 16:52:49 -04:00
Hank Grabowski 0c42e1cf0e Add instance info processing endpoints 2023-03-17 16:08:25 -04:00
Hank Grabowski 8fc69142c6 Add Friendica version processing 2023-03-17 15:03:39 -04:00
Hank Grabowski d83c6a65a0 Initial post editing capability 2023-03-16 11:37:46 -04:00
Hank Grabowski 3ccad48133 Remove no longer used loggedIn field in BasicCredentials copy constructor 2023-03-14 00:47:01 -04:00
Hank Grabowski dfb13de262 Cleanup non-relative Relatica imports 2023-03-13 23:49:52 -04:00
Hank Grabowski 112910d2b8 Add ActiveProfileSelector to all appropriate managers/services/repos/etc 2023-03-13 23:47:40 -04:00
Hank Grabowski 4a3c4bd4fd Add profile changing to connections 2023-03-11 20:50:31 -05:00
Hank Grabowski 4255ac7dbc Fix server type in getIds call 2023-02-27 23:49:13 -05:00
Hank Grabowski 04ed08bebb Initial wiring in of OAuth 2023-02-27 23:36:18 -05:00
Hank Grabowski 7c68ee62a4 Change ID process and equality checking for Credentials and Profiles 2023-02-27 14:53:16 -05:00
Hank Grabowski a6bf00aea4 Refactored auth system to support multiple logins (hypothetically) 2023-02-26 22:12:40 -05:00
Hank Grabowski c2e083e068 Create auth namespace and move Credentials into it 2023-02-25 17:39:33 -05:00
Hank Grabowski 6b3824d19e Change sign in screen to split apart username and servername, adds support for by email address 2023-02-25 13:15:46 -05:00
Hank Grabowski dc0b7e7bfc Move userID and avatar into the Credentials object to get out of AuthService 2023-02-24 14:50:14 -05:00
Hank Grabowski 8ffd2e6b1d Switch auth header storage/building into Credentials object 2023-02-24 09:17:47 -05:00
Hank Grabowski 0059637551 Initial PagesManager with tests but not wired in anywhere 2023-02-10 11:29:02 +01:00
Hank Grabowski 6f9163d5b0 Add direct message notifications types/systems. 2023-02-08 16:41:29 +01:00
Hank Grabowski 37a9890a9a Add additional profile details (ugly but functional) 2023-01-31 15:27:26 -05:00
Hank Grabowski 089fca1790 Interactions Screens interim commit 2023-01-30 22:22:08 -05:00
Hank Grabowski c815bdfd58 Rename timeline types to make clearer
Attempting to address Issue #11
2023-01-30 00:29:52 -05:00
Hank Grabowski 7611ac3097 Add initial DM reply writing 2023-01-25 12:06:46 -06:00
Hank Grabowski bdb01e5f26 Add initial DM "mark read" implementation 2023-01-25 11:26:29 -06:00
Hank Grabowski d6dedcbb7c Add initial implementation of DMs (read only and incomplete) 2023-01-24 20:53:55 -05:00
Hank Grabowski fa1609bdc3 Add real hashtag processing and storage 2023-01-18 12:52:32 -05:00
Hank Grabowski dfef64d748 Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
Hank Grabowski 454a5180d3 Fix reshare confusion where isReshare => youReshared 2023-01-12 17:33:21 -06:00
Hank Grabowski fae87a1ece Fix notification message on reshares 2023-01-07 12:01:32 -06:00
Hank Grabowski 1f5232891f Refactor post/comment views to use a more flattened structure.
- Will allow doing comment paging, limiting depth, etc.
2023-01-07 10:30:16 -06:00
Hank Grabowski f2fb17a3fb Merge branch 'autocomplete-workflow' into initial-workflow 2022-12-28 15:57:42 -05:00
Hank Grabowski e3fa2d4bbd First cut at auto-complete of profiles 2022-12-28 15:56:27 -05:00
Hank Grabowski 5900ce1891 Make timeline sorting post ID ranked not date since post order is by when received at server/interaction created not date 2022-12-28 09:57:51 -05:00
Hank Grabowski 03a7ebc788 Fix display of reshares in timeline 2022-12-27 22:54:33 -05:00
Hank Grabowski 2424d9d0a9 Fix explicit project import to relative 2022-12-27 12:42:48 -05:00
Hank Grabowski d937914904 Add Image download capability. 2022-12-27 12:21:56 -05:00
Hank Grabowski a2c2cc9270 Add blocking interactions bar when updating, post deleting and better cleanup on removing reshares 2022-12-26 23:36:04 -05:00
Hank Grabowski 8f0a7e29d9 Fix display reshares as reshared user and indicate with icon 2022-12-26 22:32:14 -05:00