Commit graph

782 commits

Author SHA1 Message Date
Hank Grabowski
f0ab80d312 Convert DirectMessage System to Riverpod 2024-10-02 13:17:48 -04:00
Hank Grabowski
bb0a6bd36b Port rest of settings into RP settings provider 2024-09-20 20:57:05 -04:00
Hank Grabowski
e263a83b1a Create SettingsService RP provider with FocusMode setting and wire into FocusMode Provider 2024-09-20 19:40:19 -04:00
Hank Grabowski
6d41ebb27d Add SharedPreferences RP provider 2024-09-20 19:09:04 -04:00
Hank Grabowski
d4ae97a837 Convert StatusService to an RP controller 2024-09-20 15:14:46 -04:00
Hank Grabowski
6ac077c031 Refactor Riverpod log and hashtag service to not require a global container handle
Tags still need it until Client is elevated
2024-09-04 15:26:00 -04:00
Hank Grabowski
a1cb3d2d37 Refactor Riverpod log and hashtag service to not require a global container handle
Tags still need it until Client is elevated
2024-09-04 15:01:40 -04:00
Hank Grabowski
4cb45cd894 Convert HashtagService to Riverpod controller 2024-09-03 22:30:49 -04:00
Hank Grabowski
1e360c6a57 Convert LogService to a Riverpod Controller 2024-09-03 21:50:35 -04:00
Hank Grabowski
755bf9b425 Use ImageControl for link preview and HTML embedded images since has Low-bandwidth awareness 2024-09-03 20:37:50 -04:00
Hank Grabowski
90efcca73b Bump version numbers to 0.13.0 2024-09-03 19:41:32 -04:00
HankG
62882d7d97 Merge branch 'android-kotlin-fix' into 'main'
Android kotlin version fix

See merge request mysocialportal/relatica!65
2024-09-03 21:00:14 +00:00
Hank Grabowski
86d2943602 Update install.md with new versions and location 2024-09-03 16:58:48 -04:00
Hank Grabowski
390f564222 Update to latest gradle file formats 2024-09-03 16:58:00 -04:00
Hank Grabowski
3eeef0640d Merge branch 'main' of gitlab.com:mysocialportal/relatica 2024-09-03 15:06:40 -04:00
Hank Grabowski
feed6e122a Use ImageControl for link preview and HTML embedded images since has Low-bandwidth awareness 2024-09-02 12:44:23 -04:00
Hank Grabowski
ce0b1e977b Bump build number in pubspec.yaml 2024-08-31 21:14:19 -04:00
HankG
bde307ab8d Merge branch 'bluesky-reshare-update' into 'main'
Allow Bluesky post resharing for Friendica versions 2024.08 and higher

See merge request mysocialportal/relatica!64
2024-08-31 20:34:51 +00:00
Hank Grabowski
98f20063da Update CHANGELOG.md 2024-08-31 16:34:13 -04:00
Hank Grabowski
3e5ae5178a Merge branch 'main' into bluesky-reshare-update 2024-08-31 16:33:27 -04:00
Hank Grabowski
9995f8c720 Update CHANGELOG.md 2024-08-31 16:31:27 -04:00
Hank Grabowski
5fcf91d8d9 Always use url not uri field when getting link from status JSON
Fixes Issue #109
2024-08-31 16:20:25 -04:00
Hank Grabowski
12e811c947 Fix D* image loading issue by adding client headers to requests for image
Fixes Issue #105
2024-08-31 16:17:46 -04:00
Hank Grabowski
487c8a04fe Updates to CHANGELOG.md 2024-08-31 14:36:05 -04:00
Hank Grabowski
5fb573e5f5 Reduce padding of network capabilities table and put in horizontal scroll if overflowing
Fixes Issue #102
2024-08-30 22:46:14 -04:00
Hank Grabowski
69fef14892 Allow Bluesky post resharing for Friendica versions 2024.08 and higher
Fixes Issue #107
2024-08-30 22:37:00 -04:00
Hank Grabowski
3555e9bb11 Allow Bluesky post resharing for Friendica versions 2024.08 and higher
Fixes Issue #107
2024-08-30 22:25:13 -04:00
Hank Grabowski
683d9a84a5 Update changelog 2024-08-30 21:45:34 -04:00
Hank Grabowski
91e313f9b1 Use DSoc font for network icons from platform field 2024-08-30 21:45:29 -04:00
HankG
c4f48106a0 Merge branch 'focus-mode-tweaks' into 'main'
Focus mode tweaks

See merge request mysocialportal/relatica!63
2024-08-31 00:41:18 +00:00
HankG
19cca28692 Merge branch 'circle-vs-channel-awareness' into 'main'
Circle vs channel awareness

See merge request mysocialportal/relatica!61
2024-08-31 00:39:18 +00:00
Hank Grabowski
d37ea8decc Fix const linter rule in focus mode status headline 2024-08-30 20:08:51 -04:00
Hank Grabowski
3ce0dd43aa Add hint text after certain number of guesses (10 for now) 2024-08-30 17:50:33 -04:00
Hank Grabowski
b752ac2bd0 Remove extraneous focus mode output from main method 2024-08-30 17:50:07 -04:00
Hank Grabowski
0833c40a30 Change magic unlock number to positive and remove textinput field formatter 2024-08-29 20:50:58 -04:00
Hank Grabowski
fe348a8020 Add difficulty levels to focus mode 2024-08-29 20:31:43 -04:00
Hank Grabowski
39fa0fae08 Add commas to guessing game number format 2024-08-29 16:04:14 -04:00
Hank Grabowski
a90ad978fc Only add Circle/Group/Channel section if not empty 2024-08-29 12:45:25 -04:00
Hank Grabowski
c8eea6cdae Breakup timeline selection into Circles, Groups, and Channels 2024-08-28 12:18:06 -04:00
Hank Grabowski
37d3b1a125 Add awareness of TimelineGroupingListData Type to queries 2024-08-28 11:57:10 -04:00
Hank Grabowski
9c9428a85b Add TimelineGroupingListdata parsing of type 2024-08-28 11:56:19 -04:00
Hank Grabowski
052fa15eb8 Rename CircleData to TimelineGroupingListData since includes Circles, Groups, and Channels 2024-08-28 11:23:44 -04:00
Hank Grabowski
9dd2af915a Merge branch 'codemagic-setup' of gitlab.com:mysocialportal/relatica into circle-vs-channel-awareness 2024-08-26 14:59:40 -04:00
Hank Grabowski
70f2d4e2a1 Fix Focus Mode setting shouldn't be updated on construction of Riverpod provider 2024-08-26 14:59:07 -04:00
Hank Grabowski
ea407da655 Updates for Flutter version bump 2024-08-26 14:58:42 -04:00
HankG
8b67f35cb1 Merge branch 'focus-mode' into 'main'
Focus mode

See merge request mysocialportal/relatica!60
2024-08-19 19:25:45 +00:00
Hank Grabowski
7d6b0bee41 Add data persistence for focus mode 2024-08-19 14:50:49 -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
3054b3b7b1 Add from/to JSON for FocusModeData 2024-08-19 14:49:58 -04:00