Commit Graph

586 Commits

Author SHA1 Message Date
miguelfreitas
8858b907a7 Merge pull request #178 from dryabov/master
Update Russian translation
2014-09-21 11:43:22 -03:00
digital dreamer
b0e89777c4 Update i18n 2014-09-21 14:06:48 +02:00
miguelfreitas
a96bcbdbf9 Merge pull request #174 from digital-dreamer/improved-unicode-conversion
Improved unicode conversion
2014-09-20 18:47:37 -03:00
Miguel Freitas
baaca94180 Nin theme credits 2014-09-19 19:17:00 -03:00
Miguel Freitas
1122fefa94 merge nin theme by @myleneb
https://github.com/myleneb/twister-nin
2014-09-19 19:09:08 -03:00
Miguel Freitas
c93499625c merge nin theme by @myleneb
https://github.com/myleneb/twister-nin
2014-09-19 19:01:07 -03:00
Denis Ryabov
6d332276bb fix translation 2014-09-08 09:35:52 +04:00
Denis Ryabov
b5a9fb42c6 fix RU translation 2014-09-06 23:31:20 +04:00
Denis Ryabov
3ec9996b83 update russian translation 2014-09-06 01:41:22 +04:00
miguelfreitas
ac4b3ec798 Merge pull request #175 from benhc123/patch-1
Added link to github version of twister
2014-08-07 07:14:50 -04:00
Ben Holden-Crowther
fa8213eb7c Added link to github version of twister
Added link to core version.
2014-08-07 08:15:50 +01:00
digital dreamer
d33730653a Improved unicode conversion 2014-07-31 20:43:01 +02:00
miguelfreitas
cb69122884 Merge pull request #172 from earthengine/master
Optimisation on Chinese texts
2014-07-29 09:47:26 -04:00
Joe Ren
817d7e5cf4 Spelling mistakes... 2014-07-29 22:51:19 +10:00
Miguel Freitas
891f7bf24e fix from calm: (correct loading posts in both timeline and profile modal) fix #166 2014-07-04 08:25:30 -03:00
Miguel Freitas
e5740cc206 relax some tests to consider new messages new 2014-06-25 11:26:02 -03:00
erqan
bdc65cc243 removed Retransmit button from spam posts (https://github.com/miguelfreitas/twister-core/issues/15#issuecomment-47088142) 2014-06-25 16:54:14 +03:00
erqan
39ff28141e fixing DM splitting issue... thanks to @RealVegOs
splitting is exactly disabled at DMs.
2014-06-24 20:01:38 +03:00
Miguel Freitas
f25c6389c3 removed default username and password from javascript.
please use url http://user:pwd@localhost:28332 instead
2014-06-23 13:34:12 -03:00
erqan
541b4f5d74 picking "replied to" data from RT content
(fixing second part of #159)
2014-06-19 12:51:30 +03:00
miguelfreitas
1fdf11f384 Merge pull request #164 from corzntin/French
Modifications in french translation
2014-06-16 11:00:02 -04:00
Corzntin
1ae8af106d Modifications in french translation 2014-06-15 19:26:20 +02:00
Corzntin
8b2bba45c1 Modifications in french translation 2014-06-15 19:12:01 +02:00
erqan
6f1344a016 fixed following user's following data update issue 2014-05-26 16:22:40 +03:00
erqan
098cfa8e1c Deleting unfollowed user's following data from storage and fixing image preview maximum width 2014-05-25 22:16:34 +03:00
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.
2014-05-23 14:20:06 -03:00
miguelfreitas
44461ec8c4 Merge pull request #160 from erqan/wide-screen
wide screen adaptation
2014-05-23 13:07:54 -04:00
erqan
bd8075fbdf wide screen adaptation 2014-05-20 19:38:34 +03:00
erqan
0496ba4623 fixing some setTimeout issues 2014-05-20 16:17:31 +03:00
erqan
1a48d32473 fixing #158 2014-05-19 22:00:31 +03:00
erqan
1e20dcb994 regulated escaping and reversing html entities... 2014-05-19 19:09:11 +03:00
erqan
711e568c0a fixing some UI issues
- overlaying issue of tox and bitmessage fields
- hovering 'retransmit' and 'reply' links at indented replies
2014-05-19 13:25:41 +03:00
miguelfreitas
a23e7c97a6 Merge pull request #155 from erqan/conversations
changed conversation listing method...
2014-05-18 16:32:57 -04:00
miguelfreitas
f6ee415bb8 Merge pull request #157 from erqan/hashtag-fix
added ' and ; to hashtag delimiters
2014-05-18 15:40:21 -04:00
erqan
e513d4b84b grabed copy to clipboard functions from Calm client for Tox and Bitmessage address 2014-05-16 01:36:44 +03:00
erqan
5f10a1f6ee more calm theme css adaptation 2014-05-16 00:09:51 +03:00
erqan
20ea8b0d7f integrated calm theme adaptation 2014-05-15 23:23:46 +03:00
erqan
be9e470843 added more delimiters for hashtag 2014-05-15 15:29:03 +03:00
erqan
0d3ad364b6 added ' and ; to hastag delimiters 2014-05-15 15:11:19 +03:00
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..
2014-05-13 19:46:35 +03:00
erqan
114cc7866e fixing undefined twisterFollowingO issue in guest mode 2014-05-13 18:32:48 +03:00
erqan
2563ce1def - removed '+' sign from end of splitted posts
- moved splitted post counter to end
- not forced anymore to add all mentions while replying
2014-05-11 22:18:33 +03:00
erqan
9c8e209f19 fixing #151 and #152 2014-05-11 13:24:29 +03:00
Miguel Freitas
48ee174295 fix missing twisterFollowingO singleton object in twister mobile. 2014-05-09 16:37:48 -03:00
miguelfreitas
ae39f68006 Merge pull request #149 from erqan/classified-new-following-elements
arranged following's followings and known followers
2014-05-09 16:36:39 -03:00
erqan
41b82d7c74 fixing first post size error on splitting function 2014-05-09 20:55:26 +03:00
erqan
bdab2c116b fixed TwisterFollowing issue on following.html 2014-05-09 16:19:46 +03:00
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.. 2014-05-09 12:27:48 +03:00
erqan
09d9719094 added mention support for post spliting while replying, removed its warning at options page 2014-05-08 23:28:16 +03:00
miguelfreitas
c365d9f0ad Merge pull request #148 from Erkan-Yilmaz/master
add more translation for German language
2014-05-07 10:29:49 -03:00