Commit graph

185 commits

Author SHA1 Message Date
Hank Grabowski
d939a56f2b Fix image/video slight overflow error 2023-11-18 15:35:24 -05:00
Hank Grabowski
3f23e3e2fd Redesign interactions bar and move delving into detailed data to menu 2023-11-18 15:13:42 -05:00
Hank Grabowski
061a32c4fb Fix make list evaluation explicit in visibility dialog 2023-11-17 23:16:48 -05:00
Hank Grabowski
479fa2a545 Add visibility lookup to editor and fix private Circles selector overflow 2023-11-17 23:13:58 -05:00
Hank Grabowski
8b99f73238 Add status visibility dialog box 2023-11-17 22:47:38 -05:00
Hank Grabowski
747132625f Change link preview to be more space efficient with picture and text.
Addresses Issue #35
2023-11-16 21:16:39 -05:00
Hank Grabowski
fe502f8056 Fix multiclick error on notifications causing multiple navigations 2023-11-16 10:03:20 -05:00
Hank Grabowski
20396c7393 Renaming groups to circles everywhere in code and labels 2023-11-15 16:05:45 -05:00
Hank Grabowski
73dfc3cc2b Update versions of dependencies to work with new XCode 2023-10-30 21:44:16 -04:00
Hank Grabowski
df8ec9009f Refactor how reshares are handled, interactions with posts to take into account that, and refreshing it 2023-06-26 17:40:47 -04:00
Hank Grabowski
147cba295e Pop on posts and comments deletion in post view 2023-05-10 11:41:19 -04:00
Hank Grabowski
ed41a97db0 Fix deleting comment causes empty screen bug 2023-05-08 11:14:02 -04:00
Hank Grabowski
1c81f05f8d Add initial filter card/hiding work for timeline entries 2023-05-08 07:18:09 -04:00
Hank Grabowski
6644fee523 Refactor Filter UI into List screen w/summary and editor screen 2023-05-07 20:10:43 -04:00
Hank Grabowski
d2757a7664 Initial filters screen 2023-05-07 19:07:32 -04:00
Hank Grabowski
8ca8780d2d Make blocking its own screen 2023-05-03 16:16:50 -04:00
Hank Grabowski
8979012034 Initial Blocks and Filters screen with initial cut at BlocksService.getBlocks 2023-05-02 21:13:53 -04:00
Hank Grabowski
0e07919af4 Disable video playing on Linux dev mode to fix hot reload problem 2023-05-01 20:19:37 -04:00
Hank Grabowski
d586ee3206 Fix emojis rendering at unconstrained size, now set specific CSS style when rendering 2023-04-27 15:19:51 -04:00
Hank Grabowski
c24dd3122a Implement reshare bug mitigation for 2023.04 Friendica servers 2023-04-27 09:13:13 -04:00
Hank Grabowski
3189e71f9c Add video capability on MediaScreen when works well (not Linux) 2023-04-26 15:58:33 -04:00
Hank Grabowski
47a7c02eb4 Add video handling on MediaViewerScreen (but just with a stand-in) 2023-04-25 09:18:39 -04:00
Hank Grabowski
581b4bf224 Remove carousel from image viewer screen (renamed media viewer) to fix bad zoom behaviors 2023-04-22 08:45:06 -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
da6183d7bb Fix media_kit player startup quirks with new version 2023-04-19 11:46:14 -04:00
Hank Grabowski
5f7a45954f Fix low-bandwidth media stand in cards being wrong height 2023-04-19 11:45:45 -04:00
Hank Grabowski
c431afffc3 Add color blindness testing capabilities in non-release mode 2023-04-19 09:46:29 -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
1a394c0f43 Highlight areas where thumbnails can be scaled later. 2023-04-17 10:55:36 -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
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
1311cbb979 Check for Friendica version before trying to reshare Diaspora posts 2023-03-23 10:14:25 -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
ec840876c1 Make drawer popping configurable 2023-03-21 16:27:04 -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
84e28aaf6b Add more padding to the left/right of the link preview. 2023-03-19 22:23:21 -04:00
Hank Grabowski
942f6f0ec5 Refactor post display to be cleaner 2023-03-19 22:16:30 -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
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
9ce026ba1a Fix can't edit reshared posts. 2023-03-17 16:52:26 -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
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
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
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
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
6f9163d5b0 Add direct message notifications types/systems. 2023-02-08 16:41:29 +01: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
7f46b72c51 Replace ValueListenableBuilders throughout with new StatusAndRefreshButton 2023-01-30 18:14:25 -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
2a3547c194 Initial implementation of image carousel 2023-01-29 17:21:47 -05:00
Hank Grabowski
1c6a712c15 Add new refresh status/request button to timeline page 2023-01-29 10:14:34 -05:00
Hank Grabowski
07eea0f5a5 Initial adding new DM thread capability 2023-01-25 12:51:53 -06:00
Hank Grabowski
0b1b819aff Add avatar icon processing for Friendica Connection deserializer 2023-01-25 07:41:41 -05:00
Hank Grabowski
04add9a31c Fix behavior on following notifications and inconsistent click/tap regions on notifications 2023-01-23 16:25:14 -05:00
Hank Grabowski
8a54707bef Add dark mode selection/theming 2023-01-19 20:37:35 -05:00
Hank Grabowski
02432a0a6e Initial menu screen with gallery and profile moved over to it. 2023-01-19 12:50:11 -05:00
Hank Grabowski
3d6ab6998f Fix broken interactions bar jumping to post view by fixing route 2023-01-16 15:26:11 -06:00
Hank Grabowski
d6505a1ebe Use initialScrollIndex on PostControl for "go to comment" functionality. 2023-01-16 10:29:25 -06:00
Hank Grabowski
a1ac7a009f Add scroll to position of notification in post screen 2023-01-15 09:39:05 -06:00
Hank Grabowski
454a5180d3 Fix reshare confusion where isReshare => youReshared 2023-01-12 17:33:21 -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
45467295b8 Move open button from status header to interactions bar 2023-01-05 16:32:34 -05:00
Hank Grabowski
3d7f1b53c0 Add video player for mobile platforms 2023-01-05 16:17:48 -05:00
Hank Grabowski
cd41a0c581 Breakout status control's media builder to own class 2023-01-05 14:58:56 -05:00
Hank Grabowski
697a61ea33 Add description text to unshown ImageControls 2022-12-30 11:44:39 -05:00
Hank Grabowski
39ef265bac Add setting for low bandwidth mode and use in ImageControl (no persistence yet though) 2022-12-30 11:07:56 -05:00
Hank Grabowski
53e548336f Add ImageControl that allows for doing on-demand loading and stub holder for all images 2022-12-30 10:55:05 -05:00
Hank Grabowski
ac6602dc45 Fix navbar notifications icon to only show when "has notifications" icon when undismissed ones 2022-12-30 10:37:01 -05:00
Hank Grabowski
9b7461e349 Cleanup extraneous print statements 2022-12-29 09:33:22 -05:00
Hank Grabowski
f8cb7cd440 Make header wrap but need to figure out long term solution for open external button 2022-12-29 01:04:21 -05:00
Hank Grabowski
7b2dce96a2 Improve usability of galleries/selectors by:
* thumbnails bigger
* can always double tap/click to get preview
* can remove from posts once added
2022-12-29 00:24:44 -05:00
Hank Grabowski
7a41065a1c Initial implementation of hashtag tracking and auto-complete 2022-12-28 17:04:48 -05:00
Hank Grabowski
45380df0d0 Make autocomplete work with all known users not just contacts 2022-12-28 16:13:17 -05: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
03a7ebc788 Fix display of reshares in timeline 2022-12-27 22:54:33 -05:00
Hank Grabowski
65c14b1e3a Convert notifications control to use user icon 2022-12-27 11:08:16 -05:00