Commit Graph

220 Commits

Author SHA1 Message Date
talksik cce8655d4f good place with rreplacing ordering, and getting my sent messages and keeping things cleaner and composite key 2021-12-22 17:41:55 -08:00
talksik 0d1889a56a Update CircleGridView.swift 2021-12-22 15:26:02 -08:00
talksik e4b5e5959b messaging works...hell ya 2021-12-22 05:36:43 -08:00
talksik 3b8041a17d a decent place of creation of recording and uploading just speed coded in 30 minutes or so 2021-12-22 05:30:29 -08:00
talksik fa9c4561c6 making sure haptics work and complete even when starting to record
jeez soo many little things here
2021-12-22 05:01:42 -08:00
talksik 7284469ff9 getting all necessary things in place for recording and storing locally, now just cloud upload and then firestore update 2021-12-22 04:49:29 -08:00
talksik 33916a1663 good haptics and setting up for recording 2021-12-22 04:05:23 -08:00
talksik ae506a7715 Update CircleFooterView.swift 2021-12-22 02:33:44 -08:00
talksik cf628da681 like this alignment better, let's see if users call more with this sort of feature 2021-12-22 01:55:55 -08:00
talksik 32b73226a3 Update CircleFooterView.swift 2021-12-22 01:53:43 -08:00
talksik 2a6c5a2a45 adding call icon for now until I have insta join chat rooms 2021-12-22 01:48:43 -08:00
talksik c974715d23 small ui changes and publishing that dict to make sure it updates the ui when possible 2021-12-22 01:03:05 -08:00
talksik ad78dab718 Update CircleFooterView.swift 2021-12-22 00:33:40 -08:00
talksik b5a9e42e71 good spot with footer but some bugs and not complete yet 2021-12-22 00:25:25 -08:00
talksik 5e656a1b8c intermediary screen instead of jumping around from welcome to circle....waiting on auth to make a complete decision 2021-12-21 19:52:21 -08:00
talksik 5cf78c2cdc cleaned up logging for clarity 2021-12-21 19:33:55 -08:00
talksik ddb9a45f22 one bug which breaks because of force unwrapping while someone logs out
the auth session store sets the user to nil while the circlegridview tries to still display stuff
2021-12-21 19:30:30 -08:00
talksik 1be4df1f99 adding some random optimizations to make sure player stops on second tap and also the player plays quicker 2021-12-21 19:19:24 -08:00
talksik 48223767db good place playing messages 2021-12-21 19:01:24 -08:00
talksik 9d673a8f67 adding player although not working, tryting to get it more realtime with updates and updating on chagne of messages and friends 2021-12-21 18:21:19 -08:00
talksik 909cedf1a1 decent logic to get a player going but need to test with more complicated scenarios 2021-12-21 18:10:25 -08:00
talksik 1f7c2e9b21 adding conditional tint and cleaning things. up 2021-12-21 17:21:58 -08:00
talksik fe83e2c3c2 decent place with overall flow 2021-12-21 17:17:44 -08:00
talksik 43d9a2059f Update CircleGridView.swift 2021-12-21 17:01:41 -08:00
talksik 89dca49455 adding in notification icon if that user has a message for me 2021-12-21 16:50:15 -08:00
talksik ffa86fc721 correctly getting messages tested live 2021-12-21 16:12:18 -08:00
talksik 8da274eb8e fixing decoding problem
no need for server timestamp, manage it myself as I don't want this value creating automatically or updating automatically, I will decide
2021-12-21 15:49:40 -08:00
talksik dc8d7df42a message unwrapping not working but should work so going to try other things 2021-12-21 15:34:20 -08:00
talksik c248578bc3 trying to get only messages with listen count not high 2021-12-21 15:06:00 -08:00
talksik da80e1f77d fixing some issues and such 2021-12-21 04:27:43 -08:00
talksik 668d8563f4 good spot, but still not seamless...work slowly towards it 2021-12-21 04:15:38 -08:00
talksik 799a3c82f4 decent place to load the friends in the view 2021-12-21 04:04:44 -08:00
talksik 2972fd60e4 doing my best with the listeners and populating data at the basic core 2021-12-21 03:41:23 -08:00
talksik 3e48b4b3bb Update FindFriendsView.swift 2021-12-21 02:42:27 -08:00
talksik 345be9f1ce Update FindFriendsView.swift 2021-12-21 02:42:10 -08:00
talksik c193ca6536 listeners somewhat working? 2021-12-21 02:34:29 -08:00
talksik 1f468ca9af proper updating instead of setting things to nil 2021-12-21 01:49:50 -08:00
talksik 9c7fd76644 Update AuthSessionStore.swift 2021-12-21 01:43:00 -08:00
talksik db93195b31 getting to no build errors but slowly getting to the state of getting full model together 2021-12-21 01:28:26 -08:00
talksik 158b7277b0 getting dispatch to main thread as close to the listener as possible to allow quickest change 2021-12-21 00:12:59 -08:00
talksik 46ccd91335 adding logic for the friend relationship to be solid 2021-12-20 23:44:58 -08:00
talksik 78ece9d243 chanaging size of profile avatar selectionbecause just too big on smaller screens
and fixed bug with the list of contacts not showing all existing users from my contacts
2021-12-20 22:57:45 -08:00
talksik c0b898c2e6 fixing it by just using setdata instead of worrying about add document 2021-12-20 20:30:38 -08:00
talksik f663e3a0da fixing some problems and adding more fixes to overall flow 2021-12-20 20:07:24 -08:00
talksik 08e31b4535 Update AddBasicInfoView.swift 2021-12-20 19:54:27 -08:00
talksik 8019b0bf37 fixing issue with the login and all I think? 2021-12-20 19:53:31 -08:00
talksik 1e597c48e6 going back to old way...
the reason that auth would only work every other time is because it always worked, but my nav stack you send to next...i think it's a race, because the loading screen would try to show and bring it back to current page
2021-12-20 19:40:03 -08:00
talksik 504f463f6e fixing bug of auth not working every other time and resolving the issue with firestore service build errors 2021-12-20 19:31:59 -08:00
Arjun Patel 114efaf335 Merge pull request #1 from talksik/connecting-data-to-circle-big-operation
Connecting data to circle big operation
2021-12-20 19:03:13 -08:00
talksik 15d7ec4592 Update AuthSessionStore.swift 2021-12-20 18:57:48 -08:00