4
2
Fork 0
Commit Graph

160 Commits (master)

Author SHA1 Message Date
Sudharshan S. 449d344657
fix: merge into master 2019-03-15 21:50:03 +08:00
Sudharshan S. 9d032856cc
fix: removing dead init code 2019-03-15 21:33:18 +08:00
Sudharshan S. f2032c9287
fix: testing caching 2019-03-15 21:30:05 +08:00
UnicodingUnicorn 53553d2d32 offload init to fetch 2019-03-15 20:07:10 +08:00
UnicodingUnicorn 8eacad4dfc Integration of cache into contact, conversation and user api providers 2019-03-14 20:19:32 +08:00
UnicodingUnicorn 6e63969aff Network first 2019-03-14 06:53:38 +08:00
UnicodingUnicorn d7a60a8ab1 Forgot to commit pubspec.yaml 2019-03-10 16:08:11 +08:00
UnicodingUnicorn 5a7c43b6d3 Cache manager. Closes issue #26 2019-03-10 16:06:22 +08:00
Sudharshan S. 53e4c61266
integrating login manager, need better global state management - closes #28 2019-03-08 21:53:45 +08:00
Sudharshan S. a32575fb88 Merge branch 'orcas' of beep/frontend_flutter into master 2019-03-08 12:07:19 +00:00
Sudharshan S. 2f13dddb9a Merge branch 'feat/convert-to-kotlin-swift' of beep/frontend_flutter into master 2019-03-08 08:31:12 +00:00
Sudharshan S. 5bf2781be2
feat: testing swift and kotlin support 2019-03-08 16:26:38 +08:00
Sudharshan S. c288dc9eb5
refactored signaling code to move to a api provider file - closes #25 2019-03-08 15:11:46 +08:00
UnicodingUnicorn 9b431f9639 Merge branch 'master' of makerforce.io:beep/frontend_flutter 2019-03-08 00:41:27 +08:00
UnicodingUnicorn 88af8071c2 LoginManager. Sudharshan please don't judge. 2019-03-08 00:41:00 +08:00
Sudharshan S. b0d8a5f408
nested navigation journey for signup completed 2019-03-04 10:49:23 +08:00
Sudharshan S. 22aa18dd0c
replaced pageview with nested navigator for better UX 2019-03-03 17:41:22 +08:00
Sudharshan S. 0d8e2a82b2
refactoring login screens into single screen with pageview 2019-02-28 17:46:18 +08:00
Sudharshan S. 8f6056fde6
finished refactoring - closes #22 2019-02-28 16:33:18 +08:00
Sudharshan S. f9f5cd565c
adding new resource endpoints 2019-02-25 12:04:26 +08:00
Sudharshan S. ba9a3cfa2b
some improvements to UI 2019-02-22 16:27:18 +08:00
Sudharshan S. 8ff3476ff8
finishing login screen ui 2019-02-22 10:54:49 +08:00
Sudharshan S. 9597d20a13
adding login screen 2019-02-21 16:23:28 +08:00
Sudharshan S. 0faee2e3de
adding some semblance of a welcome page, incomplete welcome card 2019-02-21 15:16:19 +08:00
Sudharshan S. 7b7b5479bf
working on welcome page 2019-02-20 22:39:53 +08:00
Sudharshan S. fa2b2b001a
fixed all the bugs with sending signaling data 2019-02-20 15:19:44 +08:00
Sudharshan S. 1e25a4885c
swtich to type by index so that it can be JSON encoded 2019-02-20 10:57:15 +08:00
Sudharshan S. aeaf76b93e
testing signaling 2019-02-19 22:23:45 +08:00
Sudharshan S. 479b0507cf
incremental updates 2019-02-18 22:25:49 +08:00
Sudharshan S. e589e8527e
yay 2019-02-18 21:05:40 +08:00
Sudharshan S. ab514d71f3
added event bus for bottom bar 2019-02-17 20:57:50 +08:00
Sudharshan S. b4a4b6e322
adding color generation from name in user avatar 2019-02-17 19:51:51 +08:00
Sudharshan S. ca1e3d5d83
incremental updates to conversation reactive pull 2019-02-17 18:18:14 +08:00
Sudharshan S. 5336dea438
reactive pull conversation data from database - fixes #14 2019-02-17 17:57:55 +08:00
Sudharshan S. 76d163d817
adding blocs for conversation related 2019-02-17 09:34:39 +08:00
Sudharshan S. a7815e2411
adding reactive UI for conversations list widget 2019-02-17 09:18:45 +08:00
Sudharshan S. e5e18f00f5
testing push 2019-02-17 08:06:28 +08:00
Sudharshan S. 11fcb2cb99
minor amendments to peer manager and peer connection factory 2019-02-17 07:26:19 +08:00
Sudharshan S. 3d24417faa
finished up most of the WebRTC implementation - closes #13 2019-02-16 21:56:08 +08:00
Sudharshan S. 6272dd1cad
adding webrtc magic 2019-02-16 17:44:25 +08:00
Sudharshan S. 6ad7c60e32
adding BLoC architecture - closes #4 2019-02-15 15:54:19 +08:00
Sudharshan S. b196cf6aa8
adding json_serializable and first json model 2019-02-15 11:57:34 +08:00
Sudharshan S. bdcf0b5414
restructuring codebase for BLoC architecture 2019-02-13 22:44:20 +08:00
Sudharshan S. 519d1f6f73
standardized list view spacing - closes #10, closes #11 2019-02-12 16:03:10 +08:00
Sudharshan S. 079c10e82f
finished contacts page 2019-02-12 15:46:50 +08:00
Sudharshan S. e2f534b0fc
added rough contact list implementation 2019-02-11 13:35:34 +08:00
Sudharshan S. 1ba280434e
adding padding to the UserAvatar 2019-02-11 10:56:46 +08:00
Sudharshan S. 8f3cfdeae3
adding pageview for navigation 2019-02-10 20:56:15 +08:00
Sudharshan S. 1088e168c2
added bottombar widget - closes #9 2019-02-10 11:36:29 +08:00
Sudharshan S. 4a1ff89770
added ConversationList widget - closes #7 2019-02-10 09:51:31 +08:00