|
6a69d4eaac
|
Added new methods (pubsub) for uploading attachments and sending posts to VK. Those methods will be extended to support all post types and attachments lately and will be able to report errors and success when posting to the full application
|
2019-08-27 11:10:15 -05:00 |
|
|
19a9c305ce
|
Added more type fixes
|
2019-08-06 08:41:26 -05:00 |
|
|
dca7b4a694
|
Fixed problems when loading newsfeed buffers sometimes in Socializer
|
2019-07-27 12:45:03 -05:00 |
|
|
357d18fbe0
|
fixed incorrect display of the method being called from VK in the logs
|
2019-07-22 13:21:13 -05:00 |
|
|
ead54fce3f
|
Fixed error with some posts in the home timeline that were making socializer to not load anything else
|
2019-07-04 08:38:47 -05:00 |
|
|
7d52ed8802
|
Fixed error retrieving group information of objects not present in the db.
|
2019-05-29 09:16:16 -05:00 |
|
|
72cc04342f
|
Restructured group info storage for a wider usage
|
2019-05-06 15:50:45 -05:00 |
|
|
f1eb640564
|
Select songs with spacebar and play audio from selected tracks has been implemented
|
2019-05-02 05:57:49 -05:00 |
|
|
194ca2d380
|
Implemented a selection control in audio buffers (not working yet)
|
2019-04-30 17:36:53 -05:00 |
|
|
2b42c64160
|
Fix AttributeError when saving data from the alternative tokens method
|
2019-04-11 05:29:42 -05:00 |
|
|
00eebf9260
|
Added support for loading more items in conversation buffers
|
2019-04-09 16:08:14 -05:00 |
|
|
f1f86e04e6
|
Fixed buffer updates for buffers depending on get_page. That includes wall buffers and everything else which is not the home buffer
|
2019-02-26 08:35:42 -06:00 |
|
|
5780d3ca21
|
Added online friends buffer
|
2019-02-14 13:09:44 -06:00 |
|
|
4c220cbb36
|
display error if there is an internet connection problem during startup
|
2019-02-14 08:36:31 -06:00 |
|
|
fb50f2783f
|
Improved GUI for topic comments. Authentication errors should be handled gracefully now
|
2019-02-12 17:49:33 -06:00 |
|
|
4b6d5a86b2
|
It is possible to load previous items in the home buffer properly, and the feature works too in wall buffers and timelines
|
2019-02-11 04:53:32 -06:00 |
|
|
fbada0c4be
|
Fixed get previous item in newsfeed buffer. Now it should load around 700 items
|
2019-02-11 03:55:16 -06:00 |
|
|
3f7c069ce0
|
Added basic creation of document buffers in communities
|
2019-02-05 12:20:50 -06:00 |
|
|
53176a9a26
|
Sound settings are taken from app-settings instead of session settings
|
2019-01-23 08:22:22 -06:00 |
|
|
29ceca055e
|
Added a new authentication method to replace official Kate's tokens
|
2019-01-19 23:20:51 -06:00 |
|
|
076f64788a
|
Added some code to get alternative tokens
|
2019-01-18 17:22:24 -06:00 |
|
|
cb00ff7c5d
|
Retrieve data for users not cached when they are requested
|
2019-01-13 13:13:05 -06:00 |
|
|
689d7bf0a9
|
Removed get_user_name and replaced it with get_user which handles cases correctly
|
2019-01-11 04:22:53 -06:00 |
|
|
21570ea5ec
|
Retrieve all cases for user names and stores them in a new structure. Added get_user(user_id, key) that will return a dictionary with keys similar to key_gen, key_nom, key_acc
|
2019-01-10 17:29:17 -06:00 |
|
|
536aea6c48
|
get_user_name now retrieves new user_ids from VK.. Closes #17
|
2019-01-03 17:53:29 -06:00 |
|
|
4442931dd4
|
Port socializer to Python 3. #16
|
2019-01-02 04:42:53 +03:00 |
|
|
a531e8ee19
|
Fixes a traceback when adding an unsupported post to db. Closes #15
|
2018-12-31 11:50:11 -06:00 |
|
|
27b6d068ed
|
Added a few comments to session
|
2018-12-24 08:53:28 -06:00 |
|
|
2a729ffcc2
|
Avoid adding removed newsfeed posts to the database and log unhandled posts
|
2018-12-22 05:40:39 -06:00 |
|
|
bb500779d9
|
Allow use of kate mobile's tokens for accessing all methods
|
2018-12-15 21:09:17 -06:00 |
|
|
127207414c
|
Added a replacement tokes as an entry point for an experiment
|
2018-12-14 15:31:15 -06:00 |
|
|
2d60e2b461
|
Call to get_my_data after logging in VK
|
2018-12-10 00:47:25 -06:00 |
|
|
5cded5f27c
|
Updated code for the new deletion of methods in vk sessions
|
2018-12-09 21:41:09 -06:00 |
|
|
feb3215745
|
Use methods provided in vk_api for supporting conversations
|
2018-12-09 07:25:30 -06:00 |
|
|
bb26d45f1d
|
Replaced VK with vk_api
|
2018-12-09 05:21:52 -06:00 |
|
|
49530b8d0c
|
Separated rendering functions from the rest of the code
|
2018-12-06 15:37:16 -06:00 |
|
|
965f14e249
|
Change date formatting for chat messages
|
2018-12-05 15:56:23 -06:00 |
|
|
0936ae6fb6
|
Chats with more than 200 messages will be displayed properly
|
2018-11-04 01:39:06 -06:00 |
|
|
964ff00520
|
Fixed strange issue with chat messages
|
2018-09-03 13:55:27 -05:00 |
|
|
314a615b68
|
Commented issue #11
|
2018-09-03 09:18:32 -05:00 |
|
|
e77276ae52
|
Fixed error when getting VK API error 5. Closes #11
|
2018-09-03 09:15:52 -05:00 |
|
|
4900b67882
|
My videos, album management, add/remove to video albums
|
2016-08-14 07:46:41 -05:00 |
|
|
f190b7651e
|
Added an experimental photo viewer in posts dialog
|
2016-08-10 12:58:11 -05:00 |
|
|
6228e7229b
|
Removed print statements
|
2016-07-10 22:51:06 -05:00 |
|
|
677f92af68
|
Added a few translatable strings
|
2016-07-08 16:40:34 -05:00 |
|
|
bab896aba1
|
Get instrumental case for name in chat buffers. Remove set Offline option in VK at exit
|
2016-07-07 14:50:09 -05:00 |
|
|
a66b35190f
|
Fixed a bug in the get_page function
|
2016-07-07 13:23:49 -05:00 |
|
|
5b655d7889
|
Russian: use genitive case of names in certain strings
|
2016-07-07 10:20:03 -05:00 |
|
|
e528aa1eec
|
Added some comments for translators
|
2016-06-29 10:56:41 -05:00 |
|
|
b278c8cde9
|
Added album load an creation at startup
|
2016-06-19 12:25:06 -05:00 |
|