Commit graph

187 commits

Author SHA1 Message Date
Hank Grabowski
91e313f9b1 Use DSoc font for network icons from platform field 2024-08-30 21:45:29 -04:00
Hank Grabowski
d37ea8decc Fix const linter rule in focus mode status headline 2024-08-30 20:08:51 -04:00
Hank Grabowski
fe348a8020 Add difficulty levels to focus mode 2024-08-29 20:31:43 -04:00
Hank Grabowski
37d3b1a125 Add awareness of TimelineGroupingListData Type to queries 2024-08-28 11:57:10 -04:00
Hank Grabowski
6ff5092d60 Add buttons for pre-defined focus mode times and make click out of bounds dismiss 2024-08-19 14:50:39 -04:00
Hank Grabowski
0e5d7b8c79 Change Focus Mode Title Widget to say "forever" if no stop time 2024-08-19 14:50:15 -04:00
Hank Grabowski
1dbab57edd Make focus mode duration completely configurable up to 24 hours 2024-07-26 14:33:58 -04:00
Hank Grabowski
9b79e19bac Merge branch 'main' into focus-mode 2024-07-26 10:34:00 -04:00
Hank Grabowski
09db8803d6 Fix Dart analysis warnings 2024-07-26 10:15:24 -04:00
Hank Grabowski
6e8904e10c Implement initial focus mode disabling game 2024-07-24 13:35:07 -04:00
Hank Grabowski
735a2ca4ac Rename focus mode headline widget 2024-07-24 13:34:52 -04:00
Hank Grabowski
f000a73cab Add stand-in focus mode disable screen 2024-07-24 13:08:13 -04:00
Hank Grabowski
0e463460fb Add time option selector 2024-07-24 12:04:36 -04:00
Hank Grabowski
36436b7039 Move FocusModeData to its own file under models 2024-07-24 11:48:24 -04:00
Hank Grabowski
5ca129f3bb Go to timeline screen when focus mode activated 2024-07-24 11:46:56 -04:00
Hank Grabowski
f5241a72fa Add initial basic focus mode implementation 2024-07-24 11:42:24 -04:00
Hank Grabowski
0e18e02b3a Add stand-in focus mode draw menu item 2024-07-24 11:41:24 -04:00
Hank Grabowski
d2732b5a44 Merge branch 'main' into deprecation-and-library-upgrade-fixes 2024-07-20 12:08:45 +03:00
Hank Grabowski
f7ba71b049 Use friendica->network field if available and adds hometown network type 2024-06-30 17:01:08 -04:00
Hank Grabowski
7b71dfa1aa Add spellcheck highlighting to content, message, and ALT text fields
- Only works on mobile right now
- Implements Feature Request #39
2024-06-28 13:57:08 -04:00
Hank Grabowski
526c8c4d83 Add icons and info text for delivery data on posts/comments
Implements Feature #66
2024-06-28 10:57:35 -04:00
Hank Grabowski
40eed4a5d5 Update changelog noting fixes for #36 also help fix #62 2024-06-28 09:50:04 -04:00
Hank Grabowski
c8159eb830 Add confirm dialog when adding comment to posts/comments over 30 days old
Implements Feature #58
2024-06-27 20:24:16 -04:00
Hank Grabowski
f8ac2a05c0 Add ability to toggle off the spoiler alert/CW system app wide
Implements Feature Request #42
2024-06-27 20:03:54 -04:00
Hank Grabowski
b66bc39024 Remove dismiss button on follow requests
Fixes #76
2024-06-26 21:20:40 -04:00
Hank Grabowski
f7652062e3 Set capitalization type to sentences on media caption, and DM message editors
Fixes #100
2024-06-26 16:31:10 -04:00
Hank Grabowski
c7df3ff1ba Perform capabilities check on liking/unliking
Finishes implementation of Issue #93
2024-06-26 15:15:02 -04:00
Hank Grabowski
dfb3474bd3 Perform capabilities check on comments 2024-06-26 15:11:58 -04:00
Hank Grabowski
02ebaef47a Add tooltips to visibilty and network icons on entry headers 2024-06-26 14:56:00 -04:00
Hank Grabowski
ad1b557dad Move reshareable logic to extension method w/network prohibitions hardcoded 2024-06-26 09:52:31 -04:00
Hank Grabowski
d25f7adae8 Fix CW trailing brace instead of paren
Fixes Issue #90
2024-06-24 20:21:51 -04:00
Hank Grabowski
1d5dccc4bb Merge branch 'main' into threads-bsky-othernet-updates 2024-06-24 18:27:14 -04:00
Hank Grabowski
b978b44201 Add support for unlisted post creation/editing 2024-06-24 16:11:41 -04:00
Hank Grabowski
feb799dd20 Add user agent data for image upload/download requests 2024-06-20 18:24:14 -04:00
Hank Grabowski
b54dc152b5 Placeholder TODO for Broader Reshare Check 2024-06-20 16:07:39 -04:00
Hank Grabowski
cb3c2d97b7 Add network icon to timeline entry seeded from Application data 2024-06-20 16:07:00 -04:00
Hank Grabowski
850abdbc35 Fix deprecation errors in my code. 2024-05-19 11:07:15 -04: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
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
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
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
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
12233c4320 Tweaks to logging levels 2023-11-27 13:16:11 -06: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
304551af57 Add top level gesture detector to post card to make easy opening 2023-11-19 08:16:34 -05:00