Commit graph

405 commits

Author SHA1 Message Date
Hank Grabowski
aa0fd14c5a Add device_preview to the app for better previewing capabilities 2023-04-19 08:34:33 -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
35ffbd7273 Fix ObjectBox Connection upsert keying off DB ID not Fediverse ID 2023-04-18 21:00:20 -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
9e93faad2e Remove TODO for adding paging on getting group data since there is none 2023-04-17 16:37:48 -04:00
Hank Grabowski
1a394c0f43 Highlight areas where thumbnails can be scaled later. 2023-04-17 10:55:36 -04:00
Hank Grabowski
0194e53be0 Change settings screen to use switches instead of checkboxes 2023-04-17 10:53:07 -04:00
Hank Grabowski
af1f513ed5 Add responsive scaling to main screens and primary media controls 2023-04-13 09:30:09 -05:00
Hank Grabowski
76da2ca390 Clicking on home button when on that screen scrolls it to the top 2023-04-07 08:55:37 -04:00
Hank Grabowski
bff179b11f Shift the suggestions to be on the top of the content field 2023-04-06 15:49:25 -04:00
Hank Grabowski
702173016f Update copy text function to return plain text 2023-04-06 10:04:13 -04:00
Hank Grabowski
c9138ce92b Fix overflow issue 2023-04-04 13:54:08 -04:00
Hank Grabowski
d5c54126bf Add macOS and iOS media_kit libraries 2023-04-04 13:51:32 -04:00
Hank Grabowski
2456ee9d38 Fix video_control sizing calc for VideoPlayerLibAvControl. 2023-04-04 12:22:12 -04:00
Hank Grabowski
3b3a12c124 Delay pre-loading of video 2023-04-03 18:08:34 -04:00
Hank Grabowski
df77a23452 Initial implementation of MediaKit for desktop platforms 2023-04-03 17:11:25 -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
3927c3e779 Fix non-dismissable keyboard on iOS... 2023-03-23 11:25:05 -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
e4047d4ffb Fix storage secrets are writeable on macOS again by adding groupId in constructor 2023-03-22 17:33:35 -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
951f50ee7a Fix ObjectBoxCache singleton to return existing cache object if already existing for path 2023-03-22 12:45:39 -04:00
Hank Grabowski
48a6a404d6 Use global macOS in secrets storage 2023-03-22 12:45:19 -04:00
Hank Grabowski
f3b17852fa Elevate macOS Group ID to globals.dart 2023-03-22 12:43:38 -04:00
Hank Grabowski
a9c3c2bb6a Add follow scope to OAuth requests 2023-03-22 12:38:38 -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
HankG
99a128d1d4 Fix don't try to create ObjectBox directory if already exists 2023-03-22 11:46:40 -04:00
Hank Grabowski
3d8d69568e Fix search screen bottom nav bar using correct button highlight 2023-03-22 09:43:17 -04:00
Hank Grabowski
b9afe6f823 Fix interactions browser able to go to profiles never seen before 2023-03-22 09:24:14 -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
21b99887f4 Remove duplicate "accept and follow back" button 2023-03-22 08:37:58 -04:00
Hank Grabowski
8bc5b35255 Fix search result scrolling to top on more hiccup 2023-03-22 00:35: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
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
80a55af4c4 Move low level network calls into utility library 2023-03-21 21:14:58 -04:00
Hank Grabowski
1f054910d4 Add padding to contacts search block 2023-03-21 16:42:19 -04:00
Hank Grabowski
ec840876c1 Make drawer popping configurable 2023-03-21 16:27:04 -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
1801780dcf Make Visibility field in editor just status for edited posts or new comment on post. 2023-03-21 10:23:40 -04:00
HankG
882084eef6 Fix set visibility field to "private" on posts if going to Followers pseudo-group 2023-03-20 22:46:39 -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
2d752bb0d9 Add PHP Debugging header toggle to client/globals 2023-03-20 09:58:02 -04:00
Hank Grabowski
84e28aaf6b Add more padding to the left/right of the link preview. 2023-03-19 22:23:21 -04:00
Hank Grabowski
bd9e65f9a6 Fix favorite status toggle on 1st level of comments 2023-03-19 22:22:09 -04:00
Hank Grabowski
942f6f0ec5 Refactor post display to be cleaner 2023-03-19 22:16:30 -04:00
Hank Grabowski
5ffa37d9be Make notifications refresh also pull new notifications. 2023-03-19 21:41:00 -04:00
Hank Grabowski
662f87f15d Make notifications refresh also pull new notifications. 2023-03-19 21:38:36 -04:00
Hank Grabowski
d87036865e Make timeline refresh also load new posts. 2023-03-19 21:38:05 -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
42d802fd92 Add logging on scroll 2023-03-19 17:54:29 -04:00
Hank Grabowski
8e84eb6f82 Refactor comments to only show up in Post screen and from clicking on comments count 2023-03-19 17:44:09 -04:00
Hank Grabowski
2ec11f4a02 Add timeline network statusing to getPostOrComment 2023-03-19 17:42:25 -04:00
Hank Grabowski
31e41239e7 Style status cards with dropshadows and better colors 2023-03-19 17:42:10 -04:00
Hank Grabowski
b30ba7c057 Initial Link Preview Capabilities 2023-03-19 16:27:57 -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
4dbf21c656 Initial implementation of HTML Content to Editor conversion 2023-03-18 14:49:20 -04:00
Hank Grabowski
328daa30a1 Add version checker infrastructure and use on post editing. 2023-03-17 16:52:49 -04:00
Hank Grabowski
9ce026ba1a Fix can't edit reshared posts. 2023-03-17 16:52:26 -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
46387e5a16 Change Profile EP call to use Mastodon so can do some logging into Mastodon servers 2023-03-17 09:20:24 -04:00
Hank Grabowski
7365c4ad43 Fix image remove from post bug 2023-03-16 15:04:33 -04:00
Hank Grabowski
d83c6a65a0 Initial post editing capability 2023-03-16 11:37:46 -04:00
Hank Grabowski
41c712ee84 Fix blank screen bug on Follow Request Adjudication screen 2023-03-15 13:56:52 -04:00
Hank Grabowski
d40acf5a67 Fix not popping the drawer any longer 2023-03-15 11:59:22 -04:00
Hank Grabowski
bdf30ccecd Fix drawer going into unsafe areas 2023-03-15 11:48:29 -04:00
Hank Grabowski
8df12954e4 Change contacts screen to use app bar 2023-03-15 11:45:21 -04:00
Hank Grabowski
2660316235 Merge remote-tracking branch 'refs/remotes/origin/prep-v-1.2.0' into prep-v0.2.0 2023-03-14 23:09:26 -04:00
Hank Grabowski
dbae58cbba turn off auto-correct on server name field 2023-03-14 23:09:00 -04:00
Hank Grabowski
09044702f0 Fix ObjectBoxCache creation problem by using ID instead of name 2023-03-14 23:08:47 -04:00
Hank Grabowski
4c71c6fe26 More compact timeline selector 2023-03-14 22:56:33 -04:00
Hank Grabowski
c18581b277 Minimize clutter on Home screen app bar and add drag to refresh on it and notifications 2023-03-14 21:58:49 -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
90fe1a6fba Fix missing spinner on notifications screen update 2023-03-14 17:04:11 -04:00
Hank Grabowski
76241a84cb Fix user profile screen loading error 2023-03-14 16:48:32 -04:00
Hank Grabowski
7b24617590 Fix pop off the end bug on going back to timeline, just context.go it 2023-03-14 16:41:37 -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
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
41e826122f Fix inconsistent presentation on sign in screen 2023-03-02 10:08:14 -06: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
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
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
Hank Grabowski
525b27c73e Initial connection request endpoint addition 2023-01-31 16:41:13 -05:00
Hank Grabowski
d4c55e79e9 Report error data on failed connection responses. 2023-01-31 16:40:47 -05:00
Hank Grabowski
37a9890a9a Add additional profile details (ugly but functional) 2023-01-31 15:27:26 -05:00
Hank Grabowski
a8ef7bb670 Add initial likes/refresh viewing capability 2023-01-31 14:39:06 -05:00
Hank Grabowski
089fca1790 Interactions Screens interim commit 2023-01-30 22:22:08 -05:00
Hank Grabowski
0e60aba2f6 Wire in new StatusAndRefreshButton and process into PostScreen 2023-01-30 18:15:25 -05:00
Hank Grabowski
7f46b72c51 Replace ValueListenableBuilders throughout with new StatusAndRefreshButton 2023-01-30 18:14:25 -05:00
Hank Grabowski
55b8cdaf13 Fix image description box scrolling only text not copy icon 2023-01-30 11:17:43 -05:00
Hank Grabowski
0aa0f93af2 Fix overflow on image description box error 2023-01-30 11:14:31 -05:00
Hank Grabowski
ecffaaccae Merge branch 'main' of gitlab.com:mysocialportal/relatica 2023-01-30 10:54:58 -05:00
Hank Grabowski
30e2ec5449 Add initial image DM copy to clipboard 2023-01-30 10:54:46 -05:00
HankG
973cc8136f Merge branch 'fix-older-connection' into 'main'
Add Old Android Network Fix

See merge request mysocialportal/relatica!17
2023-01-30 15:48:17 +00:00
Hank Grabowski
99e948ab9e Add new refresh mechanism to User Posts screen 2023-01-30 10:45:02 -05:00
Hank Grabowski
cac2ca9f8e Add Old Android Network Fix 2023-01-30 10:37:25 -05:00
Hank Grabowski
24558e5db9 Add initial image description copy to clipboard 2023-01-30 08:11:48 -05:00
Hank Grabowski
900768b762 Add initial image description copy to clipboard 2023-01-30 08:03:11 -05:00
Hank Grabowski
eb5b6115e4 Initial post copy to clipboard capability (just raw HTML right now) 2023-01-30 01:08:04 -05:00
Hank Grabowski
99d94f3612 Add menu dialog on link opening button for external, copy url, and on posts "go to post" 2023-01-30 01:04:50 -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
0cf084192c Sort groups (lists) alphabetically 2023-01-30 00:24:51 -05:00
Hank Grabowski
818ef20524 Attempt fixing inability to zoom with carousel control 2023-01-29 23:54:12 -05:00