Commit graph

741 commits

Author SHA1 Message Date
Hank Grabowski
2fb8f0d17c Update ObjectBox to latest of 2.x line 2024-05-19 15:34:10 -04:00
Hank Grabowski
168a2cf786 Update flutter lints and build runner 2024-05-19 15:18:17 -04:00
Hank Grabowski
8045868e8b Update rest except ObjectBox and MediaKit to latest in yaml 2024-05-19 15:17:00 -04:00
Hank Grabowski
25f2bb5f57 Update result monad to use latest version not direct git link 2024-05-19 15:13:55 -04:00
Hank Grabowski
352b2f94bc Update provider in yaml 2024-05-19 15:11:51 -04:00
Hank Grabowski
53dd9ff793 Update path and path_provider in yaml 2024-05-19 15:11:16 -04:00
Hank Grabowski
74f14a32ea Update logging, markdown, and network_to_file_image 2024-05-19 15:09:58 -04:00
Hank Grabowski
d9aa6928b7 Update image and image_picker 2024-05-19 15:06:37 -04:00
Hank Grabowski
1ab8619855 Update go_router and html dependencies 2024-05-19 15:04:01 -04:00
Hank Grabowski
87ff643d93 Update get_it dependencies 2024-05-19 15:00:10 -04:00
Hank Grabowski
5c0a5af3d4 Update all f dependencies 2024-05-19 14:57:34 -04:00
Hank Grabowski
1744244718 Update cached_network_image and device_info_plus versions 2024-05-19 11:22:22 -04:00
Hank Grabowski
bcc7c5320c Minor versions bump 2024-05-19 11:16:50 -04:00
Hank Grabowski
359a0d286c Remove device_preview since doesn't support Flutter 3.22+ right now 2024-05-19 11:15:18 -04:00
Hank Grabowski
850abdbc35 Fix deprecation errors in my code. 2024-05-19 11:07:15 -04:00
Hank Grabowski
45f16fa849 Add count of users in view of circle members 2023-12-05 07:57:43 -05:00
Hank Grabowski
7afc398db4 Bump version to v0.10.0 2023-12-05 07:48:33 -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
8ddcab02b1 Back to project build number 2023-11-30 17:06:38 -05:00
Hank Grabowski
d6b0c9813c Fix order of package name 2023-11-30 16:56:32 -05:00
Hank Grabowski
cc72e58ea6 Add offset to build number 2023-11-30 16:48:33 -05:00
Hank Grabowski
b41d3b4fbf Go back to build number 2023-11-30 16:40:00 -05:00
Hank Grabowski
e190157b95 Ignore flutter analyze 2023-11-30 16:39:09 -05:00
Hank Grabowski
f30b577236 Use project build number 2023-11-30 16:32:32 -05:00
Hank Grabowski
4644657c1c ignore flutter analyzie failure in codemagic flow 2023-11-30 16:22:51 -05:00
Hank Grabowski
3bfe635c6c Initial try of Android codemagic config 2023-11-30 16:16:50 -05:00
Hank Grabowski
54565a9669 Merge branch 'main' into codemagic-setup 2023-11-30 16:02:25 -05:00
Hank Grabowski
9bce75e8f4 Update install.md for v0.9.0 links 2023-11-30 15:23:35 -05:00
Hank Grabowski
f1c0a51ac9 Bump up versions in gradle 2023-11-30 15:03:48 -05:00
Hank Grabowski
cde05afdb1 Bump up versions in gradle 2023-11-30 15:03:34 -05:00
Hank Grabowski
429898f885 Update CHANGELOG.md for v0.9.0 2023-11-30 14:13:54 -05:00
Hank Grabowski
c9a57e02e5 Merge branch 'main' into codemagic-setup 2023-11-30 13:15:54 -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
HankG
4647d24947 Merge branch 'tag-link-replacement' into 'main'
Add replacing tag links to the local server

Closes #44

See merge request mysocialportal/relatica!54
2023-11-30 00:39:22 +00: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
55bc1ffd23 Merge branch 'error-logging-update' into 'main'
Add Error Log/Event Screen and Exporting

See merge request mysocialportal/relatica!53
2023-11-29 18:28:17 +00: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
HankG
61b3817a08 Merge branch 'link-multi-image-fix' into 'main'
Link multi image fix

See merge request mysocialportal/relatica!50
2023-11-29 18:19:52 +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