Commit graph

346 commits

Author SHA1 Message Date
Hank Grabowski
07eea0f5a5 Initial adding new DM thread capability 2023-01-25 12:51:53 -06:00
Hank Grabowski
7611ac3097 Add initial DM reply writing 2023-01-25 12:06:46 -06:00
Hank Grabowski
bdb01e5f26 Add initial DM "mark read" implementation 2023-01-25 11:26:29 -06:00
Hank Grabowski
0b1b819aff Add avatar icon processing for Friendica Connection deserializer 2023-01-25 07:41:41 -05:00
Hank Grabowski
d6dedcbb7c Add initial implementation of DMs (read only and incomplete) 2023-01-24 20:53:55 -05:00
Hank Grabowski
49864d4f97 Add initial paging architecture but only use paging responses on getting followers/following table 2023-01-23 22:37:09 -05:00
Hank Grabowski
bf13e0674b Add user ability to purge memory and persistent caches 2023-01-23 22:36:14 -05:00
Hank Grabowski
61d12542fb Fix contacts search to include name and handle not just name and make case insensitive. 2023-01-23 22:34:05 -05:00
Hank Grabowski
20858e1778 Move Friendica client into its own sub-namespace 2023-01-23 19:56:04 -05:00
Hank Grabowski
04add9a31c Fix behavior on following notifications and inconsistent click/tap regions on notifications 2023-01-23 16:25:14 -05:00
Hank Grabowski
90b71fc8ef Fix image overflowing onto text and apparent lack of responsiveness when zoomed in issue 2023-01-21 21:23:39 -05:00
Hank Grabowski
57deeab1a0 Fix scrollwheel zooming issues by making scale factor much higher number 2023-01-21 21:10:15 -05:00
Hank Grabowski
40eacb4177 Fixes for getting macOS builds published to store 2023-01-20 18:53:21 -05:00
Hank Grabowski
9b68e26a25 Disable dotenv stuff until needed 2023-01-20 16:30:30 -05:00
Hank Grabowski
e1b0125ea9 Fix Relatica substitution on splash screen 2023-01-20 11:27:03 -05:00
HankG
999e76f456 Fix initial load creation bug on SettingsService (wait for async duh) 2023-01-20 10:30:44 -05:00
Hank Grabowski
a74df3b231 Fix async init problem with SettingsService 2023-01-19 23:23:56 -05:00
Hank Grabowski
2289ea5305 Initial renaming pass 2023-01-19 22:37:00 -05:00
Hank Grabowski
8a54707bef Add dark mode selection/theming 2023-01-19 20:37:35 -05:00
Hank Grabowski
3401d51c3c Add initial settings screen with low BW moved to it 2023-01-19 13:18:15 -05:00
Hank Grabowski
02432a0a6e Initial menu screen with gallery and profile moved over to it. 2023-01-19 12:50:11 -05:00
Hank Grabowski
3264a0c9e3 Move all the DI initialization to a function to be cleaner. 2023-01-19 10:10:13 -05:00
Hank Grabowski
0577f14a9a Configure tweaks to get ObjectBox working on iOS and macOS 2023-01-18 15:10:38 -05:00
Hank Grabowski
fa1609bdc3 Add real hashtag processing and storage 2023-01-18 12:52:32 -05:00
Hank Grabowski
2a3c2296a1 Add local memcache for add/get individual connections 2023-01-18 12:12:53 -05:00
Hank Grabowski
dfef64d748 Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
Hank Grabowski
33d11f78df Factor out groups data into own IGroupsRepo from IConnectionsRepo 2023-01-17 23:03:50 -05:00
Hank Grabowski
b1e4dbf4cc Initial Connections Repo implementation with memory version ported into MemoryConnectionsRepo 2023-01-16 15:31:17 -06:00
Hank Grabowski
3d6ab6998f Fix broken interactions bar jumping to post view by fixing route 2023-01-16 15:26:11 -06:00
Hank Grabowski
d6505a1ebe Use initialScrollIndex on PostControl for "go to comment" functionality. 2023-01-16 10:29:25 -06:00
Hank Grabowski
17319eea12 Add persistence to settings service 2023-01-16 10:06:11 -06:00
Hank Grabowski
a1ac7a009f Add scroll to position of notification in post screen 2023-01-15 09:39:05 -06:00
Hank Grabowski
3dc6751281 Set notification text back to full body until start doing parsing of the HTML 2023-01-12 17:37:24 -06:00
Hank Grabowski
454a5180d3 Fix reshare confusion where isReshare => youReshared 2023-01-12 17:33:21 -06:00
Hank Grabowski
fae87a1ece Fix notification message on reshares 2023-01-07 12:01:32 -06:00
Hank Grabowski
1f5232891f Refactor post/comment views to use a more flattened structure.
- Will allow doing comment paging, limiting depth, etc.
2023-01-07 10:30:16 -06:00
Hank Grabowski
45467295b8 Move open button from status header to interactions bar 2023-01-05 16:32:34 -05:00
Hank Grabowski
3d7f1b53c0 Add video player for mobile platforms 2023-01-05 16:17:48 -05:00
Hank Grabowski
cd41a0c581 Breakout status control's media builder to own class 2023-01-05 14:58:56 -05:00
Hank Grabowski
697a61ea33 Add description text to unshown ImageControls 2022-12-30 11:44:39 -05:00
Hank Grabowski
731dd64297 Tweak image view to limit size of the text field 2022-12-30 11:36:27 -05:00
Hank Grabowski
39ef265bac Add setting for low bandwidth mode and use in ImageControl (no persistence yet though) 2022-12-30 11:07:56 -05:00
Hank Grabowski
53e548336f Add ImageControl that allows for doing on-demand loading and stub holder for all images 2022-12-30 10:55:05 -05:00
Hank Grabowski
ac6602dc45 Fix navbar notifications icon to only show when "has notifications" icon when undismissed ones 2022-12-30 10:37:01 -05:00
Hank Grabowski
0c55723b04 Add logging prints for real builds 2022-12-29 10:00:10 -05:00
Hank Grabowski
09afbf14cb Cleanup overly nested RefreshIndicators in gallery views 2022-12-29 09:33:41 -05:00
Hank Grabowski
9b7461e349 Cleanup extraneous print statements 2022-12-29 09:33:22 -05:00
Hank Grabowski
4d28607714 Fix infinite loop problem in processNewItems method 2022-12-29 01:20:27 -05:00
Hank Grabowski
f8cb7cd440 Make header wrap but need to figure out long term solution for open external button 2022-12-29 01:04:21 -05:00
Hank Grabowski
e001067f37 Make all http calls be at the same finer log level 2022-12-29 00:35:41 -05:00
Hank Grabowski
2ac06454b4 Add confirmations on follow/unfollow and group add/remove 2022-12-29 00:31:10 -05:00
Hank Grabowski
7b2dce96a2 Improve usability of galleries/selectors by:
* thumbnails bigger
* can always double tap/click to get preview
* can remove from posts once added
2022-12-29 00:24:44 -05:00
Hank Grabowski
b398f72e74 Add safe area to contacts screen 2022-12-29 00:22:34 -05:00
Hank Grabowski
5328d9d170 Fix full context post/comment pull where newer items have lower IDs (no idea how) 2022-12-29 00:05:13 -05:00
Hank Grabowski
7a41065a1c Initial implementation of hashtag tracking and auto-complete 2022-12-28 17:04:48 -05:00
Hank Grabowski
45380df0d0 Make autocomplete work with all known users not just contacts 2022-12-28 16:13:17 -05:00
Hank Grabowski
db5fadff9f Fix editor to start at top of screen 2022-12-28 16:13:03 -05:00
Hank Grabowski
f22ee9492c Merge branch 'initial-workflow' of gitlab.com:mysocialportal/friendica_portal into initial-workflow 2022-12-28 16:02:43 -05:00
Hank Grabowski
f2fb17a3fb Merge branch 'autocomplete-workflow' into initial-workflow 2022-12-28 15:57:42 -05:00
Hank Grabowski
e3fa2d4bbd First cut at auto-complete of profiles 2022-12-28 15:56:27 -05:00
Hank Grabowski
2864aeb623 Adjudication of status not allowed once mutual.
Need to overhaul the follow_request result probably to make this work correctly.
2022-12-28 10:49:32 -05:00
Hank Grabowski
62b27b8472 Tweak notifications so show more 2022-12-28 10:48:55 -05:00
Hank Grabowski
5900ce1891 Make timeline sorting post ID ranked not date since post order is by when received at server/interaction created not date 2022-12-28 09:57:51 -05:00
Hank Grabowski
4ceaabe02b Make reshare unavailable on posts that are reshared from you already. 2022-12-28 08:52:55 -05:00
Hank Grabowski
03a7ebc788 Fix display of reshares in timeline 2022-12-27 22:54:33 -05:00
Hank Grabowski
b5ef0a21fe Add text search to contacts screen 2022-12-27 22:37:52 -05:00
Hank Grabowski
94ceea7e1e Make reporting FINER onyl and _getUrl uses it 2022-12-27 22:26:46 -05:00
Hank Grabowski
36fbb38848 Fix reading reblog data only when presented and reblogged is status for signed in user not if status is a reblog 2022-12-27 22:26:20 -05:00
Hank Grabowski
2424d9d0a9 Fix explicit project import to relative 2022-12-27 12:42:48 -05:00
Hank Grabowski
3f43c3ae2b Fix explicit project import to relative 2022-12-27 12:39:03 -05:00
Hank Grabowski
ea2d644351 Remove stub file code example from main.dart 2022-12-27 12:32:40 -05:00
Hank Grabowski
d937914904 Add Image download capability. 2022-12-27 12:21:56 -05:00
Hank Grabowski
65c14b1e3a Convert notifications control to use user icon 2022-12-27 11:08:16 -05:00
Hank Grabowski
a2c2cc9270 Add blocking interactions bar when updating, post deleting and better cleanup on removing reshares 2022-12-26 23:36:04 -05:00
Hank Grabowski
8f0a7e29d9 Fix display reshares as reshared user and indicate with icon 2022-12-26 22:32:14 -05:00
Hank Grabowski
292b560b41 Add ability to add existing images to post 2022-12-26 22:00:28 -05:00
Hank Grabowski
1215363dc4 Add ability to set gallery for new images 2022-12-26 17:37:46 -05:00
Hank Grabowski
0f7b24ae29 Fix Gallery Data parser bug where some servers return int and others stringified int 2022-12-26 17:37:01 -05:00
Hank Grabowski
5c59dcae11 Add gallery selection 2022-12-26 17:36:21 -05:00
Hank Grabowski
75ad47b2a7 Add gallery selection 2022-12-26 17:36:14 -05:00
Hank Grabowski
4e6bf2750e Add initial image attachments implementation 2022-12-26 15:26:30 -05:00
Hank Grabowski
6589d4f572 Fix bug in follower/following processing code. 2022-12-20 17:01:30 -05:00
Hank Grabowski
b9d9b7c533 Make image viewer screen have safe area 2022-12-20 17:01:15 -05:00
Hank Grabowski
f16cb605a6 Fix gallery parser to accept count as a string to be parsed not int 2022-12-20 17:01:04 -05:00
Hank Grabowski
f6e09b08f5 Update image viewer to have description 2022-12-19 14:29:58 -05:00
Hank Grabowski
158c0c872e Merge contacts-update branch into image-flows branch 2022-12-19 14:04:26 -05:00
Hank Grabowski
c3ee438f1c Initial connection adjudication screen 2022-12-19 13:59:33 -05:00
Hank Grabowski
67e9849fa5 Change comment formatting to be Cards with hierarchy (needs more fixing though) 2022-12-19 10:13:01 -05:00
Hank Grabowski
73a8f783a0 Fix hierarchical comments not showing 2022-12-19 09:43:06 -05:00
Hank Grabowski
bdbad45770 Fix locking out editor buttons while submitting 2022-12-17 13:34:47 -05:00
Hank Grabowski
266a98d2a9 Fix post add button color on home screen 2022-12-17 13:34:18 -05:00
Hank Grabowski
16a77523f0 Fix so can load older posts. 2022-12-17 12:27:26 -05:00
Hank Grabowski
552a6dfc13 Fix media width size being fixed to 250.0 to expand to whole area 2022-12-17 12:21:16 -05:00
Hank Grabowski
4c9fb6277a Add refresh on post screen 2022-12-17 12:17:54 -05:00
Hank Grabowski
40380e4a15 Add self timeline to timeline screen 2022-12-17 12:17:47 -05:00
Hank Grabowski
3f40db8408 Add stand in follow request adjudication screen 2022-12-16 15:41:15 -05:00
Hank Grabowski
93d08dcf82 Add initial contacts screen 2022-12-14 22:27:30 -05:00
Hank Grabowski
b862360f99 Prettify user profile screen a bit 2022-12-14 17:07:18 -05:00
Hank Grabowski
65d7d0c287 Add group management behavior on user profile screen 2022-12-14 16:53:46 -05:00
Hank Grabowski
07c0d888ee Add follow/unfollow capability 2022-12-14 10:50:17 -05:00
Hank Grabowski
39baf45f75 Switch gallery to grid view 2022-12-13 21:14:42 -05:00
Hank Grabowski
aa8758c0c0 Add preliminary gallery browser screen and gallery screen 2022-12-13 21:06:10 -05:00
Hank Grabowski
3da3762324 Fix missing reshare/reblog status from Mastodon format. 2022-12-13 08:29:16 -05:00
Hank Grabowski
9031ab98f5 Add show/hide comments toggle 2022-12-13 07:25:03 -05:00
Hank Grabowski
6a05db91e0 Post opener always goes internal on main timeline and outside (after asking) in post view 2022-12-13 07:17:35 -05:00
Hank Grabowski
d07bffc907 Fix hiding of media bar on hidden posts... 2022-12-12 23:04:32 -05:00
Hank Grabowski
81f70cca08 Fix rendering error on post interactions by ensuring utf8 decoding of result 2022-12-12 22:57:32 -05:00
Hank Grabowski
9ff185d553 Fix favourite spelling on notification enum 2022-12-10 11:44:13 -05:00
Hank Grabowski
0f4ecd8676 Rename "home" to timelines 2022-12-08 14:23:11 -05:00
Hank Grabowski
3ede9ed04c First cut at group timelines 2022-12-08 13:37:30 -05:00
Hank Grabowski
0704539a47 Add support for the connection request type. 2022-11-30 14:32:40 -05:00
Hank Grabowski
52bc8a20e1 Add notification click through flow to posts/profiles 2022-11-30 00:56:14 +00:00
Hank Grabowski
6f6fe79ac0 Add user profile and posts pages first cuts 2022-11-29 15:33:16 +00:00
Hank Grabowski
ff3e938f70 Add Post viewer screen and ability to open post in external browser 2022-11-23 15:48:09 -05:00
Hank Grabowski
f224925540 Add being able to add comments to posts. 2022-11-22 21:59:08 -05:00
Hank Grabowski
8bb8bd7cc8 Disable reshare button for own posts. 2022-11-22 14:42:26 -05:00
Hank Grabowski
4d7cf7fd98 Add basic post editing with content summary 2022-11-22 13:55:50 -05:00
Hank Grabowski
ad14eb25ae Add public/private indicator and content summary/warning toggles 2022-11-22 13:36:57 -05:00
Hank Grabowski
8150134bfe Fix likes JSON deserializing 2022-11-22 11:48:27 -05:00
Hank Grabowski
5f1e8809e1 Add resharing of posts (only posts RN) 2022-11-22 11:43:16 -05:00
Hank Grabowski
0c420593c5 Make it so posts only load unless requested and add getting older posts 2022-11-22 09:54:10 -05:00
Hank Grabowski
9d8f914df0 Add status load comments button 2022-11-22 09:53:35 -05:00
Hank Grabowski
91d1267659 Auto-formatting changes 2022-11-22 00:21:41 -05:00
Hank Grabowski
2f8aa26dbc Add first cut at working notification panel 2022-11-21 23:46:34 -05:00
Hank Grabowski
c0598ad58e More accurate timeline caching/querying. 2022-11-21 16:21:45 -05:00
Hank Grabowski
1c12d74e3b Add clearing of timeline/entry buffers on sign out. 2022-11-20 22:26:49 -05:00
Hank Grabowski
0db2e86a51 Remove self signed certs override 2022-11-20 18:30:33 -05:00
Hank Grabowski
b280a74e40 Fix for self signed certs issue (but only partially implemented dev-mode settings) 2022-11-20 10:06:44 -05:00
Hank Grabowski
2c9357741f Add notification clearing capability (server side not working) 2022-11-19 14:16:46 -05:00
Hank Grabowski
f4dee56650 Initial rudimentary notifications viewer and back end 2022-11-19 00:00:17 -05:00
Hank Grabowski
6af1c4f214 Add button bar w/nav to home, notifications, and profile 2022-11-18 22:49:11 -05:00
Hank Grabowski
37857a96d6 Add updatePost to get all comments on post 2022-11-18 18:31:28 -05:00
Hank Grabowski
1524cc217a First cut of entire timeline elements rendering 2022-11-18 16:50:15 -05:00
Hank Grabowski
bac580935c Initial timeline flows working 2022-11-17 11:04:14 -05:00
Hank Grabowski
f647b68881 Initial sign in/sign out workflow with proper state routing 2022-11-09 21:02:26 -05:00
Hank Grabowski
5d9986121f Add stubbed out UI for experimentation 2022-11-08 20:28:48 -06:00
Hank Grabowski
a9db15887d Add stubbed out FriendicaClient 2022-11-08 20:26:03 -06:00
Hank Grabowski
4c180f7de8 Add initial JSON parsers for Friendica and Mastodon JSON formats 2022-11-08 20:24:54 -06:00
Hank Grabowski
bde1aab519 Add AuthService initial cut 2022-11-08 20:24:29 -06:00
Hank Grabowski
4956208928 Add TimelineEntry with supporting classes 2022-11-08 20:23:56 -06:00
Hank Grabowski
1f30e70550 Add FriendicaEntry class (used for posts and comments) 2022-11-08 20:21:20 -06:00
Hank Grabowski
ff1961555a Add login Credentials data class 2022-11-08 20:20:42 -06:00
Hank Grabowski
b61b840e13 Add Connection (as in other network person) data class 2022-11-08 20:20:16 -06:00
Hank Grabowski
2c3800de14 Add necessary imports 2022-11-08 20:19:44 -06:00
Hank Grabowski
83729b9fb4 Add padding widget 2022-11-08 20:18:32 -06:00
Hank Grabowski
aab7c4db14 Initial Commit 2022-11-02 23:25:29 -04:00