Commit Graph

94 Commits

Author SHA1 Message Date
e23c6645f6 Added an actions button inside all displayed posts which is able to translate and check spelling on posts' messages 2021-04-21 08:57:47 -05:00
1d9e6f8074 Implemented a debug logging feature that can be turned on/off from preferences 2021-04-20 10:23:55 -05:00
1f575f0311 Added reading article support from Socializer wall posts 2021-02-25 14:06:33 -06:00
9b48613db4 Fixed VK audios again 2021-01-19 12:12:44 -06:00
c83f7c8d94 Displaying articles from the attachments list in wall posts 2019-12-05 16:28:01 -06:00
c74c6f6f5d Added a new module for performing the spelling correction. Needs testing 2019-12-03 09:59:54 -06:00
a14f648cb3 Prepare some packages to be imported correctly by cx_freeze 2019-11-19 17:31:47 -06:00
0cdfc253d2 added a safe-filename function so we will be sure the suggested filename won't break anything in the operating system 2019-10-14 17:25:06 -05:00
19a5216373 Added block in people buffers' menu and blacklist management in the application menu 2019-10-10 10:43:29 -05:00
f274ba9caa fixed some issues when rendering topic comments 2019-10-09 09:25:39 -05:00
5a36db2366 Added checks when using player_function 2019-10-07 16:50:30 -05:00
63fb0e0ff9 Finished fault tolerance in socializer. Now also topic comments are fully supported 2019-09-20 14:07:44 -05:00
cf0e001cfc display wall comments and replies in the same list. 2019-09-19 11:25:28 -05:00
ee6370bb0b (pubsub) Refresh comments when a new one is added in wall posts and comments 2019-09-18 14:49:00 -05:00
33ba50a7b4 Show age in profile dialog 2019-09-18 13:56:07 -05:00
29e8b00656 calls to wall.createcomment and wall.report are done via the pubsub method (pubsub reply for failed posts not implementd yet) 2019-09-18 13:55:30 -05:00
ff175c0c8f Added mobile and home phone to basic info tab in the profile display dialog 2019-09-17 17:26:23 -05:00
fdbf42ad1a Added a new tab called buffer settings to the preferences dialog. Moved some settings to that new tab 2019-09-15 14:13:25 -05:00
33ab63c1bc Added chat buffer count in the preferences dialog 2019-09-15 10:52:01 -05:00
2ed26bc8d9 DisplayPost: It is possible to see who liked a comment or topic comment by pressing the likes button 2019-08-27 08:29:02 -05:00
52e55a24fa Display topic post: It is possible to like or dislike a topic comment when displaying it individually 2019-08-22 09:22:16 -05:00
d1b11c0630 Fixed errors when uploading audio files without ID3 tags to VK 2019-07-22 12:49:46 -05:00
d95dfb18fd Removed some settings no longer needed 2019-07-02 08:55:55 -05:00
4e6126405f Send links when posting a topic comment 2019-06-06 13:42:22 -05:00
40052dbf3f Fixed audio player on walls 2019-05-15 17:19:02 -05:00
2c836f473d Fixed a strange issue with play_all function 2019-04-30 15:31:54 -05:00
a917a6a9cd Ducking when voice messages are being played 2019-04-25 11:38:00 -05:00
a01eabea91 Separate playback of voice messages from regular audio playback 2019-04-25 10:18:13 -05:00
605f0da751 Modified worker in player module so it will set stopped to True after finishing playback 2019-04-25 09:58:53 -05:00
a9032602bf Added play and pause functionality in the audios displayer 2019-04-25 08:56:12 -05:00
8c03601bd2 Change lable to 'pause' in the play button when something is playing 2019-04-25 08:48:19 -05:00
e32336aff8 Added support for loading all comments in topics 2019-04-23 13:13:58 -05:00
0edbba5625 fixed a typo in last commit 2019-04-23 11:31:49 -05:00
eec5350926 Improve checks for audio in stayed state 2019-04-22 00:10:40 -05:00
9373f10d68 Added seeking in the audio player menu and in new keystrokes (read changelog) 2019-04-17 11:46:26 -05:00
4f3bb6ac93 Fixed all audio methods due to latest VK changes 2019-04-16 15:45:25 -05:00
5f224a077c Reordered presenters for post display and cretion 2019-04-16 12:24:42 -05:00
b02137c216 Added display of people who shared the post in the post displayer dialog 2019-04-16 09:41:32 -05:00
7c90103af4 Show people who have liked a post if pressing the likes button in the post displayer 2019-04-15 17:50:56 -05:00
903af03d15 Added menu in list of added friends in home timeline buffer 2019-04-15 16:16:17 -05:00
04f734bebe some functions present in the player should not freeze the app while taking place 2019-04-11 17:43:52 -05:00
a0d43ebe0e Moved audio playback infrastructure to pubsub events 2019-04-11 17:15:45 -05:00
2b42c64160 Fix AttributeError when saving data from the alternative tokens method 2019-04-11 05:29:42 -05:00
7928131112 Added language settings in preferences dialog 2019-04-11 05:25:43 -05:00
9cb1f9647c Started pubsub implementation in all player related functions 2019-04-10 17:49:23 -05:00
6d6daa60b6 Added comments to the player module 2019-04-10 17:36:02 -05:00
0b2c3fa96e Added sound settings tab in the preferences dialog. Only available options there are input and output device 2019-03-28 08:57:48 -06:00
8f631cfe4b Modify audio player volume by 2% instead of 5% 2019-03-25 16:35:56 -06:00
a13a4a5695 display results of polls closed when reaching end_date, and polls where the current user cannot vote 2019-03-07 15:23:37 -06:00
2908b1449c Fixed small issue in audio player 2019-03-05 13:44:35 -06:00