Wykres commitów

432 Commity (main)

Autor SHA1 Wiadomość Data
Hank Grabowski 45f16fa849 Add count of users in view of circle members 2023-12-05 07:57:43 -05:00
Hank Grabowski 6afd5eefad Remove timestamp from follow requests because it is the timestamp of account creation 2023-11-30 17:56:41 -05:00
Hank Grabowski cb1bcad34d Fix search results screen erratic initial behavior (clearing text field and not showing status) 2023-11-30 11:40:16 -05:00
Hank Grabowski dece212ded Allow clicking anywhere on search result card to open the post/comment 2023-11-30 11:39:57 -05:00
Hank Grabowski 0adbeb8f82 Update how timeline panel renders when loading content and having none. 2023-11-30 11:16:17 -05:00
Hank Grabowski df4a875ebd Reverse muting on MediaKit video since didn't fix the problem 2023-11-30 10:56:16 -05:00
Hank Grabowski 6efc9ec122 Add check that tag getting converted match expected tags from rest of status payload 2023-11-29 18:36:22 -06:00
Hank Grabowski 9b778999e5 Add replacing tag links to the local server 2023-11-29 18:32:03 -06:00
Hank Grabowski 03b3d1c272 Set capitalization type of on image text field editors 2023-11-29 15:24:12 -06:00
Hank Grabowski 8891148843 Set initial video mode to muted to see if fixes audio takeover of background apps 2023-11-29 15:02:23 -06:00
HankG 4ff673e6fd Add very short term (2 second) HTTP GET request cache for when multiple calls to same endpoint from redraws 2023-11-29 14:44:37 -06:00
Hank Grabowski 782d3ba14d Add concept of maximum depth when rendering comment chains, set to 5 initially 2023-11-29 10:42:04 -08:00
HankG bc86189549 Merge branch 'main' into 'error-logging-update'
# Conflicts:
#   lib/screens/sign_in.dart
2023-11-29 18:26:51 +00:00
HankG 51bf1a29c8 Merge branch 'signin-flow-tweaks' into 'main'
Make sign in screen flow cleaner on logins.

See merge request mysocialportal/relatica!52
2023-11-29 18:23:31 +00:00
HankG e1781bd468 Merge branch 'notifications-refresh-refactor' into 'main'
Notifications refresh refactoring

See merge request mysocialportal/relatica!51
2023-11-29 18:22:28 +00:00
Hank Grabowski c22212df12 Add filter that takes care of D* reshares with link preview having duplicate images 2023-11-29 10:16:22 -08:00
Hank Grabowski f03d8d7f52 Add filter that takes care of mastodon posts with link preview having duplicate images 2023-11-29 09:38:21 -08:00
Hank Grabowski f3e8c3bdb8 Notifications screen has load button on empty, common linear progress indicator 2023-11-27 15:09:42 -06:00
Hank Grabowski 346571b52e Add ability to save entire event log to a json file 2023-11-27 14:52:16 -06:00
Hank Grabowski 2a9a409946 Make log viewer button settings wrap so looks good on smaller screens 2023-11-27 14:47:39 -06:00
Hank Grabowski ff6275d079 Make sign in screen flow cleaner on logins. 2023-11-27 13:39:57 -06:00
Hank Grabowski 12233c4320 Tweaks to logging levels 2023-11-27 13:16:11 -06:00
Hank Grabowski 338547203d Remove extraneous print from sign in class 2023-11-27 11:34:21 -06:00
Hank Grabowski a9aa415a6b Remove extraneous print from sign in class 2023-11-27 09:52:11 -05:00
Hank Grabowski b13b66ec48 Update timeline "refresh" to reset the timeline, after prompting for confirmation. 2023-11-27 09:39:38 -05:00
Hank Grabowski bca5f16f36 Fix editor screen shouldn't allow going home while submitting. 2023-11-24 22:55:44 -05:00
Hank Grabowski 8c28e3dfd3 Fix move "signed in" profile to "signed out" if have problem trying to sign in during initializations 2023-11-24 21:52:14 -05:00
Hank Grabowski 304551af57 Add top level gesture detector to post card to make easy opening 2023-11-19 08:16:34 -05:00
Hank Grabowski 68772cf122 Fix reshare regression so that updates to reshare appear. 2023-11-19 08:05:49 -05:00
Hank Grabowski 160fda0f72 Change image saver to write to galleries not files on mobile 2023-11-18 20:53:29 -05:00
Hank Grabowski 91d6f944b0 Fix low-res PNG problem by always loading high res of PNG files only 2023-11-18 17:48:10 -05:00
Hank Grabowski 1c8223fcdf Remove resharing from comments since Friendica doesn't support it. 2023-11-18 17:19:23 -05:00
Hank Grabowski 32f27001d5 Fix image viewer image sizing and move ALT text to a button driven dialog box 2023-11-18 17:13:07 -05:00
Hank Grabowski d939a56f2b Fix image/video slight overflow error 2023-11-18 15:35:24 -05:00
Hank Grabowski 45f3718c28 Fix unreshare causing post to disappear 2023-11-18 15:24:50 -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 1d65ba2604 Add more fine-grained privacy processing for direct messages and preserving settings on comments 2023-11-17 21:47:44 -05:00
Hank Grabowski 46ed40920b Disable PHP debugging 2023-11-17 13:30:32 -05:00
Hank Grabowski aa2f102518 Refactor bootstrapping process to have more statusing, timeouts and go to sign in screen if non logged in 2023-11-17 13:24:20 -05:00
Hank Grabowski 1162f988f0 Refactor signin UI to be more user friendly. 2023-11-16 23:17:36 -05:00
Hank Grabowski 10bba23d61 Add timeouts to sign in steps so doesn't block indefinitely 2023-11-16 23:04:00 -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 5c54726ebb Change Contacts update to live update 2023-11-16 21:08:56 -05:00
Hank Grabowski a536576a83 Fix search screen not properly clearing results on profile swap 2023-11-16 19:15:41 -05:00
Hank Grabowski 034343936e Fix typo in URL for getting user's followers 2023-11-16 18:51:13 -05:00
Hank Grabowski 910e6d2c4e Refactor notifications processing to use max 3 calls on initial load and streamlined older loading 2023-11-16 17:37:22 -05:00
Hank Grabowski 1787bb4f7e Rearrange profile buttons so that (un)follow and (un)block are on separate line 2023-11-16 16:34:21 -05:00