Wykres commitów

395 Commity (85697121972d93b9d9310848bf6cf89b897aae0a)

Autor SHA1 Wiadomość Data
HankG 28e816f78c Merge branch 'account-and-login-refactoring' into 'main'
Account and login refactoring

See merge request mysocialportal/relatica!21
2023-03-14 05:15:02 +00: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 b0ee7fabac Add drawer capability to Contacts Screen 2023-03-11 21:10:55 -05:00
Hank Grabowski 4a3c4bd4fd Add profile changing to connections 2023-03-11 20:50:31 -05:00
Hank Grabowski b01ea9b95e Initial ActiveProfileSelector implementation using Notifications system 2023-03-11 13:40:36 -05:00
Hank Grabowski 854c142c20 Refactor sign in screen to do more account management functions and remove menus/profile screens 2023-03-10 23:23:44 -05:00
Hank Grabowski 6b15b2136d Initial drawer implementation w/use on notifications and timelines screens 2023-03-10 22:17:34 -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 9ac3ebc85c Add App Group to access groups keychain list to get secure storage on macOS working 2023-03-06 21:38:48 -05:00
Hank Grabowski 277d77ba11 Fix macOS build problem 2023-03-02 10:08:21 -06:00
Hank Grabowski 41e826122f Fix inconsistent presentation on sign in screen 2023-03-02 10:08:14 -06:00
Hank Grabowski dd6948d6c1 Update podlock file for iOS 2023-03-01 11:48:55 -05:00
Hank Grabowski c7a83068c0 Pretty up the account subtitles on sign in screen 2023-02-28 00:50:28 -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 af5d0728ce Fix paging in notifications_manager.dart 2023-02-27 17:37:13 -05:00
Hank Grabowski 9610c86f8d Set to Material Design 3 2023-02-27 16:53:26 -05:00
Hank Grabowski 08b595bc4d Fix profiles loading error 2023-02-27 16:05:46 -05:00
Hank Grabowski e0cd3ccaf5 Support rudimentary account switching 2023-02-27 15:39:02 -05:00
Hank Grabowski bc42e6dc7a Catch not-logged in on ProfileScreen if asked to draw one time before logout 2023-02-27 14:56:02 -05:00
Hank Grabowski d1203c53a2 Add proper login/out storage/processing on load 2023-02-27 14:55:39 -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 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 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 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 f3d195c9c0 Remove all calls to AuthService from FriendicaClient 2023-02-24 16:05:02 -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 16a5eb3fdd Remove extraneous debug line from header in _postUrl 2023-02-24 09:18:37 -05:00
Hank Grabowski 8ffd2e6b1d Switch auth header storage/building into Credentials object 2023-02-24 09:17:47 -05:00
HankG 2c5d411766 Merge branch 'paging-infra-upgrades' into 'main'
Paging infra upgrades

See merge request mysocialportal/relatica!20
2023-02-14 13:49:21 +00:00
Hank Grabowski 740c279a66 Fix ends of timeline filling quirks 2023-02-14 08:38:08 -05:00
Hank Grabowski 6b0658dc09 Merge branch 'main' into paging-infra-upgrades 2023-02-13 10:49:52 -05:00
Hank Grabowski de3a7d3cff Fix missing fields in persistence layer for Connection data 2023-02-13 10:40:41 -05:00
Hank Grabowski c60dff6f6f Initial implementation of paging in notifications system 2023-02-10 15:36:41 +01:00
Hank Grabowski 0059637551 Initial PagesManager with tests but not wired in anywhere 2023-02-10 11:29:02 +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
HankG 04fa5395d3 Merge branch 'notifications-enhancement' into 'main'
Notifications enhancement

See merge request mysocialportal/relatica!19
2023-02-08 16:14:08 +00:00
Hank Grabowski 119bae7953 Add back swipe down to refresh notifications 2023-02-08 16:48:57 +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
Hank Grabowski 57f9129faf Ensure Connection ID is always string (sometimes coming across as ints) 2023-01-31 16:42:31 -05:00
Hank Grabowski 5b85fe27e3 Fix ObjectBox connections DB to properly handle adds which shouldn't replace 2023-01-31 16:41:40 -05:00