Wykres commitów

74 Commity (b0ee7fabac258b9a903ea4cc0a5bd14e15afd53b)

Autor SHA1 Wiadomość Data
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
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
Hank Grabowski 292b560b41 Add ability to add existing images to post 2022-12-26 22:00:28 -05:00
Hank Grabowski 75ad47b2a7 Add gallery selection 2022-12-26 17:36:14 -05:00
Hank Grabowski 4e6bf2750e Add initial image attachments implementation 2022-12-26 15:26:30 -05:00
Hank Grabowski 158c0c872e Merge contacts-update branch into image-flows branch 2022-12-19 14:04:26 -05:00
Hank Grabowski c3ee438f1c Initial connection adjudication screen 2022-12-19 13:59:33 -05:00
Hank Grabowski 67e9849fa5 Change comment formatting to be Cards with hierarchy (needs more fixing though) 2022-12-19 10:13:01 -05:00
Hank Grabowski 73a8f783a0 Fix hierarchical comments not showing 2022-12-19 09:43:06 -05:00
Hank Grabowski 552a6dfc13 Fix media width size being fixed to 250.0 to expand to whole area 2022-12-17 12:21:16 -05:00
Hank Grabowski 93d08dcf82 Add initial contacts screen 2022-12-14 22:27:30 -05:00