Commit graph

604 commits

Author SHA1 Message Date
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
HankG
2419cfa164 Merge branch 'signin-refactoring' into 'main'
Refactor bootstrapping process to have more statusing, timeouts and go to sign...

See merge request mysocialportal/relatica!47
2023-11-17 18:34:31 +00: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
b59f26b9ef Bump version to 0.8.0 2023-11-16 23:17:52 -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
Hank Grabowski
3b1575a64f Rearrange profile buttons so that (un)follow and (un)block are on separate line 2023-11-16 16:24:48 -05:00
Hank Grabowski
6ede657c57 Convert timeline selector to single dropdown menu 2023-11-16 16:21:06 -05:00
Hank Grabowski
1157e2cb56 Fix multiclick error on post creation/editing 2023-11-16 10:15:13 -05:00
Hank Grabowski
fe502f8056 Fix multiclick error on notifications causing multiple navigations 2023-11-16 10:03:20 -05:00
Hank Grabowski
b28db1ea84 Fix paging error on loading new notifications 2023-11-16 09:39:25 -05:00
HankG
b39b5673dc Merge branch 'rename-groups-to-circles' into 'main'
Renaming groups to circles everywhere in code and labels

See merge request mysocialportal/relatica!46
2023-11-15 21:33:50 +00:00
Hank Grabowski
20396c7393 Renaming groups to circles everywhere in code and labels 2023-11-15 16:05:45 -05:00
Hank Grabowski
b3fceec72f Fix Adding/removing users from groups not working 2023-11-15 15:21:10 -05:00
HankG
ce9b50b3a1 Merge branch 'oauth-error-fix' into 'main'
Oauth error fix

See merge request mysocialportal/relatica!45
2023-11-07 02:26:04 +00:00
Hank Grabowski
fbd52a52d4 Update links to 0.7.2 on install.md 2023-11-06 21:21:12 -05:00
Hank Grabowski
35d13687dc Merge branch 'oauth-error-fix' of gitlab.com:mysocialportal/relatica into oauth-error-fix 2023-11-06 21:03:24 -05:00
Hank Grabowski
1e0d0f8482 Update CHANGELOG.md 2023-11-06 13:23:30 -05:00
Hank Grabowski
119647e214 Fix, redirect scheme on desktop has to be the full URL not just http 2023-11-06 09:54:56 -05:00
Hank Grabowski
ce746f4a5f Change OAuth redirect URL to work with latest version of Friendica 2023-11-05 20:56:45 -05:00
HankG
1631ef464b Merge branch 'dependency-version-updates' into 'main'
Dependency version updates

See merge request mysocialportal/relatica!44
2023-11-06 01:48:36 +00:00
Hank Grabowski
0ecee1e777 Change OAuth redirect URL to work with latest version of Friendica 2023-11-05 20:28:36 -05:00
Hank Grabowski
ca74799a35 Update version increment 2023-11-05 20:27:23 -05:00
Hank Grabowski
73dfc3cc2b Update versions of dependencies to work with new XCode 2023-10-30 21:44:16 -04:00
HankG
9201029571 Update install.md to have Android 0.7.0 build 2023-09-18 14:54:08 +00:00
Hank Grabowski
0941003cc7 Add updates for 0.7.0 2023-08-08 11:51:54 -04:00
HankG
3dbcc9622b Merge branch 'notifications-overhaul' into 'main'
Refactor notifications system

See merge request mysocialportal/relatica!43
2023-08-04 17:15:16 +00:00
Hank Grabowski
d085704537 Set items per query in notification manager back to real level 2023-08-04 13:14:13 -04:00
Hank Grabowski
e828b134ed Refactor notifications system 2023-08-04 12:34:51 -04:00
Hank Grabowski
98d4bfeb9b Bump up default API timeout to 60 seconds 2023-06-27 13:31:29 -04:00
Hank Grabowski
0d70a95606 Change ObjectBox inserts to use queued instead of async 2023-06-27 13:16:01 -04:00
Hank Grabowski
b68e9a999e Change ObjectBox inserts to use queued instead of async 2023-06-27 13:14:42 -04:00
Hank Grabowski
cfa1ad79ca Fix connections background update making too many fast calls. 2023-06-27 13:14:00 -04:00
HankG
5e2efeceff Merge branch 'reshare-fixes' into 'main'
Refactor how reshares are handled, interactions with posts to take into...

See merge request mysocialportal/relatica!42
2023-06-27 16:29:36 +00:00
Hank Grabowski
df8ec9009f Refactor how reshares are handled, interactions with posts to take into account that, and refreshing it 2023-06-26 17:40:47 -04:00
Hank Grabowski
1eb5551e71 Add push notification entitlements to iOS and macOS projects 2023-05-10 14:14:09 -04:00
Hank Grabowski
c714bde59d Merge branch 'main' of gitlab.com:mysocialportal/relatica 2023-05-10 14:06:14 -04:00
Hank Grabowski
4f3355d1e6 Update dependency version data 2023-05-10 14:05:38 -04:00
Hank Grabowski
dda42c899a Bump changelog version headers for 0.6.0 2023-05-10 14:04:47 -04:00
Hank Grabowski
f9928140da Update install version # and links to 0.6.0 2023-05-10 14:04:36 -04:00
Hank Grabowski
bf536127b3 Update install version # and links to 0.6.0 2023-05-10 14:02:03 -04:00
Hank Grabowski
a9dc45f65d Bump version to 0.6.0 2023-05-10 12:11:53 -04:00