summaryrefslogtreecommitdiff
path: root/MobileVersion.md
blob: 3d7c050f825a73f09b84fcc1b1773f74ab70101f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Support for mobile devices
==========================

There are several alternative UI perspectives for tt-rss which are
better served for mobile devices.

Mobile version using jQuery mobile by Matthieu Boinet
-----------------------------------------------------

This is currently recommended to use instead of <code>mobile/</code>.
See this URL for more information:
https://github.com/mboinet/ttrss-mobile

Forum thread: http://tt-rss.org/forum/viewtopic.php?f=10&t=1216

Native Android client for tablets and smartphones
-------------------------------------------------

http://tt-rss.org/redmine/projects/tt-rss-android/wiki

G2TT: google reader-like mobile UI
----------------------------------

Forum thread: http://tt-rss.org/forum/viewtopic.php?f=10&t=1823

Source: https://github.com/g2ttrss/g2ttrss-mobile

Digest mode for slate devices
-----------------------------

As of version:1.7.9 located in the [contrib
repository](https://github.com/gothfox/Tiny-Tiny-RSS-Contrib/tree/master/plugins/digest)

![](/redmine/attachments/161/digest_small.png)

Digest is the suggested reading mode for tablet devices. It is
accessible through tt-rss actions dropdown menu if enable digest plugin
in Preferences -\> Plugins.

Mobile version for Android and iOS devices (deprecated)
-------------------------------------------------------

As of version:1.7.9 located in the [contrib
repository](https://github.com/gothfox/Tiny-Tiny-RSS-Contrib/tree/master/plugins/mobile)

Please note that mobile/ is no longer actively developed and is
considered deprecated. It is available in version:1.7.6 as an
unsupported plugin which could be enabled in config.php.

Mobile version is an alternative web UI for tt-rss which is designed
specifically for mobile devices. Two versions of mobile UI are bundled
with tt-rss.

Requires WebKit to function properly. Should work on other devices as
long as you’re using a WebKit-derived browser. You can open it by
opening <code>mobile/</code> subfolder in your tt-rss instance. E.g.
<code>http://localhost/tt-rss/mobile/</code>.

It is based on iUI framework and looks like this:

![](/redmine/attachments/93/ScreenShot.png_small.png)