220 Commits

Author SHA1 Message Date
Miguel Freitas
104986c808 remove extra parenthesis 2015-01-24 16:24:27 -02:00
Julian Steinwachs
69fdace49f fixed bug: back button shows up when navigated to first modal in history 2015-01-24 09:44:48 +01:00
Julian Steinwachs
40246e6e65 no more location.reload() 2015-01-23 10:15:56 +01:00
Julian Steinwachs
a688dc5958 working hashscheme for conversation modal 2015-01-23 09:48:30 +01:00
Julian Steinwachs
d52ad05630 somewhat working hashscheme for conversation modal 2015-01-23 09:08:52 +01:00
Julian Steinwachs
299772ee88 tweaking nin theme 2015-01-22 21:22:23 +01:00
Julian Steinwachs
3266426eaa back button binding is now in html, seams more robust 2015-01-22 20:15:22 +01:00
Julian Steinwachs
293a658302 moved style from html into themes 2015-01-22 18:11:25 +01:00
Julian Steinwachs
4880d4c972 refurbish 2015-01-22 17:22:58 +01:00
Julian Steinwachs
c42965de88 fixed an event propagation issue 2015-01-22 16:43:25 +01:00
Julian Steinwachs
12ec501d8d implemented hasscheme for who-to-follow, added additional popuplayer called prompt and moved retwist reply and following-config from the modal to the prompt 2015-01-22 15:59:00 +01:00
Julian Steinwachs
190ce55d46 cleaned up comments 2015-01-21 15:37:19 +01:00
Julian Steinwachs
c09e4199f3 seams to work with defualt theme and calm theme 2015-01-21 15:12:49 +01:00
Julian Steinwachs
fd26787549 router also following modal navigation through watchHashChange 2015-01-21 14:13:45 +01:00
Julian Steinwachs
04b0d8f636 still experimenting 2015-01-21 12:10:04 +01:00
Austin
49292bf61e fix multi-byte character hashtag 2014-12-06 20:54:03 -08:00
miguelfreitas
04ffaa588d Merge pull request #209 from slr/tasty-fix-add-following-method
add following config method modal, fix some related
2014-12-06 10:31:16 -02:00
digital dreamer
76d0373101 Register protocol handler only once 2014-12-04 21:35:27 +01:00
Simon Grim
d998de6299 fix follow button behavior 2014-12-05 01:13:45 +06:00
Miguel Freitas
1a79865b77 use #mentions?user= for mentions, add new button to user profile.
calm theme needs some layout fixing for the new button (a sync with their repo is badly needed)
2014-11-14 18:39:33 -02:00
Miguel Freitas
b5baa85362 improving hashtag modal latency 2014-11-14 17:34:34 -02:00
Miguel Freitas
8099b91d1a fix "There aren't any posts with this hashtag" bug 2014-11-14 17:21:05 -02:00
Miguel Freitas
23cff52f03 Merge branch 'issp-switch-postboard' of github.com:slr/twister-html into slr-issp-switch-postboard
Conflicts:
	js/interface_home.js
2014-11-07 15:31:08 -02:00
Miguel Freitas
f415c0e516 trying to add closeModal to browser's url/hash history 2014-11-07 11:18:58 -02:00
Simon Grim
b34bd7d027 move theme-specific JS to theme-related files 2014-11-04 22:42:31 +06:00
Étienne Deparis
4efada7fd8 Fix error when browser doesn't know how to deal with window.navigator.registerProtocolHandler 2014-10-21 00:33:14 +02:00
Étienne Deparis
46fc58f69e Fix hashtag watching bugs and add custom protocol handler support 2014-10-17 00:17:40 +02:00
Étienne Deparis
0ea050571a Generalize hash affectation 2014-10-16 16:57:25 +02:00
Étienne Deparis
7ed9b8b84f First try around hashchange monitoring 2014-10-16 10:47:08 +02:00
Miguel Freitas
f3b82534e4 improved theme selection mechanism: don't force display:block on every themable element. 2014-09-25 22:50:17 -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
1122fefa94 merge nin theme by @myleneb
https://github.com/myleneb/twister-nin
2014-09-19 19:09:08 -03:00
digital dreamer
d33730653a Improved unicode conversion 2014-07-31 20:43:01 +02:00
erqan
39ff28141e fixing DM splitting issue... thanks to @RealVegOs
splitting is exactly disabled at DMs.
2014-06-24 20:01:38 +03: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
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
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
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
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
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
erqan
0e18ee0912 changed conversation twists expand label to 'Show conversation' 2014-05-07 13:28:16 +03:00
erqan
97449fbe46 fixing lazy load for full who to follow list 2014-05-06 14:43:39 +03:00
erqan
2a0a9267b8 discovering some followers and bringing to life some death functions around of 'who to follow' 2014-05-05 22:28:15 +03:00
erqan
aa0d2c6c7b bug fix on split function 2014-04-22 02:52:40 +03:00