Commit graph

109 commits

Author SHA1 Message Date
Hank Grabowski
44679b79ea Update version string for 2023.03-rc to final 2023.04 2023-04-25 09:56:29 -04:00
Hank Grabowski
646f576016 Add GroupAddUsersScreen and route 2023-04-21 09:54:31 -04:00
Hank Grabowski
3e70dcbd74 Add Group Editor ability to remove users from group 2023-04-20 12:14:04 -04:00
Hank Grabowski
e8c3b6616a Make group members result come back alphabetical 2023-04-19 18:24:28 -04:00
Hank Grabowski
c431afffc3 Add color blindness testing capabilities in non-release mode 2023-04-19 09:46:29 -04:00
Hank Grabowski
e28cf85b46 Group Editor now lists users in group (needs polishing though) 2023-04-18 21:49:45 -04:00
Hank Grabowski
2423dfbddf Fix update followed/following prunes no longer followed people initiated from outside app 2023-04-18 20:59:51 -04:00
Hank Grabowski
8377f640b6 Fix disappearing Follows issue caused by partially populated account data in some endpoints 2023-04-18 20:33:09 -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
7dbe520c73 Check for Friendica version before trying to reshare Diaspora posts 2023-03-23 10:51:41 -04:00
Hank Grabowski
1311cbb979 Check for Friendica version before trying to reshare Diaspora posts 2023-03-23 10:14:25 -04:00
Hank Grabowski
119fe9ca16 Rework notifications refresh initial page algorithm to make more robust 2023-03-22 13:28:05 -04:00
Hank Grabowski
48a6a404d6 Use global macOS in secrets storage 2023-03-22 12:45:19 -04:00
Hank Grabowski
b7ea4ce5b3 Fix storage secrets are writeable on macOS again by adding groupId in constructor 2023-03-22 11:48:02 -04:00
Hank Grabowski
0beac5b2c7 Check for proper URL syntax and is a fediverse link on Direct Link searches 2023-03-22 09:13:19 -04:00
Hank Grabowski
7be5176126 Initial cut of the search page 2023-03-22 00:16:23 -04:00
Hank Grabowski
bf7b97a112 Add test for non-fediverse response 2023-03-21 21:23:25 -04:00
Hank Grabowski
c5a64a8691 Add FediverseServiceValidator 2023-03-21 21:15:14 -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
bd9e65f9a6 Fix favorite status toggle on 1st level of comments 2023-03-19 22:22:09 -04:00
Hank Grabowski
89b47e7451 Make timeline screens force load on change of settings or initial load 2023-03-19 20:54:28 -04:00
Hank Grabowski
693f781ea9 Only allow post-level spoiler text for Friendica servers with v2023.03 or later 2023-03-18 15:13:42 -04:00
Hank Grabowski
328daa30a1 Add version checker infrastructure and use on post editing. 2023-03-17 16:52:49 -04:00
Hank Grabowski
d83c6a65a0 Initial post editing capability 2023-03-16 11:37:46 -04:00
Hank Grabowski
18cc85e565 Fix infinite querying when the user has no notifications or DMs 2023-03-14 21:31:02 -04:00
Hank Grabowski
fd222733f6 Fix like/unlike null node exception 2023-03-14 17:34:18 -04:00
Hank Grabowski
fddd30ceb2 Change initial notifications pull to be 100 2023-03-14 17:04:22 -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
0bb00bde1c Fix Notifications manager needs to clear pages on clear 2023-03-10 22:17:03 -05:00
Hank Grabowski
fbc45b1acb Add an "account name" (app name) field to make finding keys in keychain browser easier 2023-03-06 21:39:21 -05:00
Hank Grabowski
04ed08bebb Initial wiring in of OAuth 2023-02-27 23:36:18 -05:00
Hank Grabowski
af5d0728ce Fix paging in notifications_manager.dart 2023-02-27 17:37:13 -05:00
Hank Grabowski
08b595bc4d Fix profiles loading error 2023-02-27 16:05:46 -05:00
Hank Grabowski
d1203c53a2 Add proper login/out storage/processing on load 2023-02-27 14:55:39 -05:00
Hank Grabowski
a6bf00aea4 Refactored auth system to support multiple logins (hypothetically) 2023-02-26 22:12:40 -05:00
Hank Grabowski
d2f5c347bc Rename AuthService to AccountsService 2023-02-25 18:06:24 -05:00
Hank Grabowski
c2e083e068 Create auth namespace and move Credentials into it 2023-02-25 17:39:33 -05:00
Hank Grabowski
e12f88f771 Break up FriendicaClient into API category classes 2023-02-24 17:53:48 -05:00
Hank Grabowski
7a22adb9d6 Change Auth Service to only handle credentials 2023-02-24 16:36:20 -05:00
Hank Grabowski
c03a5b7b19 Remove currentHandle/server/avatar/id from AuthService 2023-02-24 16:08:14 -05:00
Hank Grabowski
a0dc28234b Make AuthService.currentClient a non-Result type 2023-02-24 15:56:39 -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
740c279a66 Fix ends of timeline filling quirks 2023-02-14 08:38:08 -05:00
Hank Grabowski
c60dff6f6f Initial implementation of paging in notifications system 2023-02-10 15:36:41 +01:00
Hank Grabowski
5c0677b923 Add check for when can't find parent ID and write to severe error log 2023-02-08 17:24:04 +01:00
Hank Grabowski
8fad5342a7 Have NotificationsManager refresh DMs when updating itself too. 2023-02-08 16:46:26 +01:00
Hank Grabowski
6f9163d5b0 Add direct message notifications types/systems. 2023-02-08 16:41:29 +01:00