Commit Graph

94 Commits

Author SHA1 Message Date
454b461e89 Added basic support to polls (only voting and seeing results is implemented) 2019-03-05 05:58:41 -06:00
0a8d2ad233 started poll implementation 2019-03-01 17:41:46 -06:00
d7d13dd523 Fixed call to reply() in comment presenter 2019-02-24 19:40:59 -06:00
fb50f2783f Improved GUI for topic comments. Authentication errors should be handled gracefully now 2019-02-12 17:49:33 -06:00
38b0eec741 Text should be cleaned better in posts, coments and topic comments. Cleaned texts will render properly usernames, group names and render properly certain unicode characters 2019-02-03 20:56:32 -06:00
21932dc329 Group mentions are displayed properly when mentioned in comments 2019-02-03 18:54:31 -06:00
35fc287d55 Added support for reply to topic comments 2019-02-01 13:25:47 -06:00
2bcc14888c Added view and presenter for topic displayer. Needs some more methods yet 2019-01-31 16:48:21 -06:00
a6565aae53 Added proxy setting to preferences dialog 2019-01-29 16:23:02 -06:00
ac268c0672 Attaching documents is now supported 2019-01-28 05:36:51 -06:00
f5fddd0369 Fixed issues in post displayer dialogs introduced in previous alpha 2019-01-26 07:10:53 -06:00
da66118d20 Attempt to fix proxy not working in audio playback 2019-01-25 11:46:15 -06:00
94106a11c0 Improved handling for deleted posts. Now they should display an error 2019-01-25 10:36:28 -06:00
8422243465 Volume should be saved across restarts 2019-01-22 17:49:18 -06:00
91317b7a41 Added some modifications to the way the media player works 2019-01-22 17:41:39 -06:00
cbcc6f812a Fixed an error raised when there were attempts to set volume before the URL Player has played something 2019-01-22 16:40:00 -06:00
d056bd0bd2 Fixed error when displaying certain user profile info. Closes #29 2019-01-21 05:13:05 -06:00
a0aa04e036 Increased timeout for playing audio and use proxy for bass lib too 2019-01-15 11:43:32 -06:00
b0642aafb7 Fixed an error when unable to play a file 2019-01-14 17:37:28 -06:00
70a511a141 Added settings to control creation of buffers for audio albums, video albums and community buffers at startup 2019-01-14 02:23:38 -06:00
43b762dd2a Added handling of 'user is typing' event 2019-01-13 12:37:19 -06:00
da9425228e Added some code to catch user_typing event. Needs view implementation 2019-01-11 17:00:58 -06:00
2ba4233ac7 Changed methods to create buffers. Now they use pub events 2019-01-11 16:08:49 -06:00
a66430c255 Implemented get_user in postDisplayers 2019-01-11 04:23:38 -06:00
acb57bffb4 Fixed compatibility with Python 2.x 2019-01-11 03:18:31 -06:00
1f75ba41cf Use genitive case when viewing an user profile. Seems to work fine in russian 2019-01-10 17:33:27 -06:00
1e5cf55521 Comments allow sending attachments. New comments are rendered automatically after being made 2019-01-10 13:02:11 -06:00
38e56254ff Added views in post displaying dialog 2019-01-09 17:42:11 -06:00
c5246e73ca Retrieve wallposts when displaying them for updating likes, reposts and view info 2019-01-09 17:24:00 -06:00
02f1ab0e4a Added support to comment threads. Shows comment replies in a separate viewer. Show total replies for a comment in a column in the list 2019-01-09 16:47:58 -06:00
7168b874aa Added basic comment viewer. It is possible to do likes and remove likes to comments. Pressing enter in a comment will open the experimental viewer 2019-01-08 17:56:51 -06:00
67f2eec4eb Audio display features have been moved to work in MVP 2019-01-08 11:56:10 -06:00
50a23afe7a Moved basic post displaying logic to MVP. Comments and audio still are not moved 2019-01-08 10:40:58 -06:00
b4625335b6 Moved code related to post creation to MVP 2019-01-07 13:16:20 -06:00
0d7bae5be8 Documented new design pattern 2019-01-07 09:31:47 -06:00
589a7da53b Refactored attachment code so it will match to the MVP pattern 2019-01-06 22:51:20 -06:00
7ef1ba10a9 Added player to presenters module 2019-01-06 19:58:33 -06:00
b8df7e9603 Moved longPoll thread to presenters package 2019-01-06 19:53:01 -06:00
73d2d4a95d Moved profile displayer to MVP pattern. User info is collected in a thread 2019-01-06 19:41:00 -06:00
9083fc65d4 Modified presenters to use basePresenter as parent 2019-01-06 17:22:23 -06:00
9604869639 Modified interactors and presenters to match base modules 2019-01-06 16:12:55 -06:00
0c0238ee20 Added a base presenter class 2019-01-06 16:12:20 -06:00
9a576d70e4 Changed config to MVP 2019-01-06 15:26:54 -06:00
2804400910 Added basic replacement for audioRecorder based in MVP+interactor 2019-01-04 17:32:17 -06:00