Wykres commitów

221 Commity (main)

Autor SHA1 Wiadomość Data
Hank Grabowski 76241a84cb Fix user profile screen loading error 2023-03-14 16:48:32 -04:00
Hank Grabowski dfb13de262 Cleanup non-relative Relatica imports 2023-03-13 23:49:52 -04:00
Hank Grabowski 112910d2b8 Add ActiveProfileSelector to all appropriate managers/services/repos/etc 2023-03-13 23:47:40 -04:00
Hank Grabowski b0ee7fabac Add drawer capability to Contacts Screen 2023-03-11 21:10:55 -05:00
Hank Grabowski 4a3c4bd4fd Add profile changing to connections 2023-03-11 20:50:31 -05:00
Hank Grabowski b01ea9b95e Initial ActiveProfileSelector implementation using Notifications system 2023-03-11 13:40:36 -05:00
Hank Grabowski 854c142c20 Refactor sign in screen to do more account management functions and remove menus/profile screens 2023-03-10 23:23:44 -05:00
Hank Grabowski 6b15b2136d Initial drawer implementation w/use on notifications and timelines screens 2023-03-10 22:17:34 -05:00
Hank Grabowski 41e826122f Fix inconsistent presentation on sign in screen 2023-03-02 10:08:14 -06:00
Hank Grabowski c7a83068c0 Pretty up the account subtitles on sign in screen 2023-02-28 00:50:28 -05:00
Hank Grabowski 04ed08bebb Initial wiring in of OAuth 2023-02-27 23:36:18 -05:00
Hank Grabowski e0cd3ccaf5 Support rudimentary account switching 2023-02-27 15:39:02 -05:00
Hank Grabowski bc42e6dc7a Catch not-logged in on ProfileScreen if asked to draw one time before logout 2023-02-27 14:56:02 -05:00
Hank Grabowski a6bf00aea4 Refactored auth system to support multiple logins (hypothetically) 2023-02-26 22:12:40 -05:00
Hank Grabowski d2f5c347bc Rename AuthService to AccountsService 2023-02-25 18:06:24 -05:00
Hank Grabowski c2e083e068 Create auth namespace and move Credentials into it 2023-02-25 17:39:33 -05:00
Hank Grabowski 6b3824d19e Change sign in screen to split apart username and servername, adds support for by email address 2023-02-25 13:15:46 -05:00
Hank Grabowski e12f88f771 Break up FriendicaClient into API category classes 2023-02-24 17:53:48 -05:00
Hank Grabowski 7a22adb9d6 Change Auth Service to only handle credentials 2023-02-24 16:36:20 -05:00
Hank Grabowski c03a5b7b19 Remove currentHandle/server/avatar/id from AuthService 2023-02-24 16:08:14 -05:00
Hank Grabowski a0dc28234b Make AuthService.currentClient a non-Result type 2023-02-24 15:56:39 -05:00
Hank Grabowski 740c279a66 Fix ends of timeline filling quirks 2023-02-14 08:38:08 -05:00
Hank Grabowski c60dff6f6f Initial implementation of paging in notifications system 2023-02-10 15:36:41 +01:00
Hank Grabowski 119bae7953 Add back swipe down to refresh notifications 2023-02-08 16:48:57 +01:00
Hank Grabowski 6f9163d5b0 Add direct message notifications types/systems. 2023-02-08 16:41:29 +01:00
Hank Grabowski 37a9890a9a Add additional profile details (ugly but functional) 2023-01-31 15:27:26 -05:00
Hank Grabowski a8ef7bb670 Add initial likes/refresh viewing capability 2023-01-31 14:39:06 -05:00
Hank Grabowski 089fca1790 Interactions Screens interim commit 2023-01-30 22:22:08 -05:00
Hank Grabowski 0e60aba2f6 Wire in new StatusAndRefreshButton and process into PostScreen 2023-01-30 18:15:25 -05:00
Hank Grabowski 7f46b72c51 Replace ValueListenableBuilders throughout with new StatusAndRefreshButton 2023-01-30 18:14:25 -05:00
Hank Grabowski 55b8cdaf13 Fix image description box scrolling only text not copy icon 2023-01-30 11:17:43 -05:00
Hank Grabowski 0aa0f93af2 Fix overflow on image description box error 2023-01-30 11:14:31 -05:00
Hank Grabowski ecffaaccae Merge branch 'main' of gitlab.com:mysocialportal/relatica 2023-01-30 10:54:58 -05:00
Hank Grabowski 30e2ec5449 Add initial image DM copy to clipboard 2023-01-30 10:54:46 -05:00
Hank Grabowski 99e948ab9e Add new refresh mechanism to User Posts screen 2023-01-30 10:45:02 -05:00
Hank Grabowski 24558e5db9 Add initial image description copy to clipboard 2023-01-30 08:11:48 -05:00
Hank Grabowski 900768b762 Add initial image description copy to clipboard 2023-01-30 08:03:11 -05:00
Hank Grabowski 0cf084192c Sort groups (lists) alphabetically 2023-01-30 00:24:51 -05:00
Hank Grabowski 818ef20524 Attempt fixing inability to zoom with carousel control 2023-01-29 23:54:12 -05:00
Hank Grabowski b23f45a180 Implementation of image carousel with carousel_slider library 2023-01-29 22:36:01 -05:00
Hank Grabowski 8fad35ed33 Add back/forward arrows 2023-01-29 18:09:58 -05:00
Hank Grabowski 2a3547c194 Initial implementation of image carousel 2023-01-29 17:21:47 -05:00
Hank Grabowski ec7e7fb5d7 Add paging to galleries, new refresh method, and single click to view image 2023-01-29 16:46:22 -05:00
Hank Grabowski 63b2a18e66 Set keyboard type for login form to emailAddress 2023-01-29 10:18:29 -05:00
Hank Grabowski 1c6a712c15 Add new refresh status/request button to timeline page 2023-01-29 10:14:34 -05:00
Hank Grabowski 90574a83d7 First experimental use of a global refresh status ValueNotifier (notifications update) 2023-01-29 07:17:49 -05:00
Hank Grabowski 4abca18fc8 Add better in-line docs on creating new DM's send to field 2023-01-28 15:22:58 -08:00
Hank Grabowski af93f519d5 Add password/show hide capability. 2023-01-28 15:18:18 -08:00
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 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 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 e1b0125ea9 Fix Relatica substitution on splash screen 2023-01-20 11:27:03 -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 a1ac7a009f Add scroll to position of notification in post screen 2023-01-15 09:39:05 -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 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 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 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 7a41065a1c Initial implementation of hashtag tracking and auto-complete 2022-12-28 17:04:48 -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 b5ef0a21fe Add text search to contacts screen 2022-12-27 22:37:52 -05:00
Hank Grabowski 3f43c3ae2b Fix explicit project import to relative 2022-12-27 12:39:03 -05:00
Hank Grabowski d937914904 Add Image download capability. 2022-12-27 12:21:56 -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 4e6bf2750e Add initial image attachments implementation 2022-12-26 15:26:30 -05:00
Hank Grabowski b9d9b7c533 Make image viewer screen have safe area 2022-12-20 17:01:15 -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 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 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 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 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 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 4d7cf7fd98 Add basic post editing with content summary 2022-11-22 13:55:50 -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 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 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