Miguel Freitas
891f7bf24e
fix from calm: (correct loading posts in both timeline and profile modal) fix #166
11 years ago
Miguel Freitas
e5740cc206
relax some tests to consider new messages new
11 years ago
erqan
bdc65cc243
removed Retransmit button from spam posts ( https://github.com/miguelfreitas/twister-core/issues/15#issuecomment-47088142 )
11 years ago
erqan
39ff28141e
fixing DM splitting issue... thanks to @RealVegOs
...
splitting is exactly disabled at DMs.
11 years ago
Miguel Freitas
f25c6389c3
removed default username and password from javascript.
...
please use url http://user:pwd@localhost:28332 instead
11 years ago
erqan
541b4f5d74
picking "replied to" data from RT content
...
(fixing second part of #159 )
11 years ago
erqan
6f1344a016
fixed following user's following data update issue
11 years ago
erqan
098cfa8e1c
Deleting unfollowed user's following data from storage and fixing image preview maximum width
11 years ago
Miguel Freitas
c269007abc
change order to safely update _followingSeqNum: first save to dht (increment seq) and then save to local storage.
...
Thanks to Alan Chan.
11 years ago
erqan
bd8075fbdf
wide screen adaptation
11 years ago
erqan
0496ba4623
fixing some setTimeout issues
11 years ago
erqan
1a48d32473
fixing #158
11 years ago
erqan
1e20dcb994
regulated escaping and reversing html entities...
11 years ago
erqan
711e568c0a
fixing some UI issues
...
- overlaying issue of tox and bitmessage fields
- hovering 'retransmit' and 'reply' links at indented replies
11 years ago
erqan
e513d4b84b
grabed copy to clipboard functions from Calm client for Tox and Bitmessage address
11 years ago
erqan
5f10a1f6ee
more calm theme css adaptation
11 years ago
erqan
be9e470843
added more delimiters for hashtag
11 years ago
erqan
0d3ad364b6
added ' and ; to hastag delimiters
11 years ago
erqan
cb7eb0f7ff
changed conversation listing method...
...
- made the requestRepliesAfter function recursive
- displayed replies indented (something like #153 )
- changed maxExpandPost value to 8
- added conversation modal to show all post in a conversation...
- added Symbola.ttf for possible missing unicode symboles..
11 years ago
erqan
114cc7866e
fixing undefined twisterFollowingO issue in guest mode
11 years ago
erqan
2563ce1def
- removed '+' sign from end of splitted posts
...
- moved splitted post counter to end
- not forced anymore to add all mentions while replying
11 years ago
erqan
9c8e209f19
fixing #151 and #152
11 years ago
Miguel Freitas
48ee174295
fix missing twisterFollowingO singleton object in twister mobile.
11 years ago
erqan
41b82d7c74
fixing first post size error on splitting function
11 years ago
erqan
bdab2c116b
fixed TwisterFollowing issue on following.html
11 years ago
erqan
661ab4b338
following's followings and known followers are cached in localStorage instead of session... and added a simple adaptive updating method for following's followings to reduce rpc requests..
11 years ago
erqan
09d9719094
added mention support for post spliting while replying, removed its warning at options page
11 years ago
Erkan-Yilmaz
164b08eb65
add more translation for German language
11 years ago
erqan
0e18ee0912
changed conversation twists expand label to 'Show conversation'
11 years ago
erqan
97a65c7b7e
renaming load/storeSessionData functions
11 years ago
erqan
52a568a794
mark all as read for DMs
11 years ago
erqan
97449fbe46
fixing lazy load for full who to follow list
11 years ago
erqan
2a0a9267b8
discovering some followers and bringing to life some death functions around of 'who to follow'
11 years ago
erqan
4f8bcf5e80
RT of any hidden post will be displayed
11 years ago
erqan
aa0d2c6c7b
bug fix on split function
11 years ago
erqan
c879a85734
own retwists are set to be displayed always
11 years ago
erqan
4024c5fce4
hiding options for RTs those are sent originally by following users
11 years ago
erqan
36fbe9a6b8
improvemnts on split functionality
11 years ago
erqan
3c6b307ede
hiding options for the posts those begin with a mention
11 years ago
erqan
3b2fc6a2b2
bug fix
11 years ago
erqan
b16aa79887
split long posts
11 years ago
Miguel Freitas
028f809de2
prevent new posts indication in timeline from propagating to modal.
11 years ago
digital dreamer
a81246cd5f
add hashtag search
11 years ago
Miguel Freitas
1efb49939f
implement loading more posts in modal profile (partial merge of calm implementation)
11 years ago
erqan
208e93a262
unfollow button class was reverted to 'profileUnfollow' for the calm theme dependency
11 years ago
erqan
58c8b47a44
fixing #122 and unfollow button position
11 years ago
Miguel Freitas
dd900563c2
merge original and calm menus. new css classes have been defined to allow some entities to show/hide depending on the selected theme.
...
use class="selectable_theme theme_XXX" to display only in theme XXX.
11 years ago
Miguel Freitas
bcc51d9613
merge more calm code into interface_common.js so we may remove dependency on calm.js
11 years ago
Miguel Freitas
75dea2cc14
merge tox and bitmessage support from calm
11 years ago
Miguel Freitas
66e865afc2
disable smiley that replaces url separator :/
11 years ago