Mark Washeim
8480c68ce1
Add the HEAD call with a WorkerScript callback to pass
...
max_id for bookmarks to MyList
Add a method to MyList to set the max_id
from the retrieved Link header
2023-01-03 18:45:22 +01:00
Mark Washeim
bd91ee5611
Removed the limit=12, it seems the extra paramater was causing issues
...
with calls to /timelines/home
2023-01-03 14:13:23 +01:00
Mark Washeim
3bb76d7121
Update Worker.js
...
How in the world! I thought I checked this yesterday! In any case, the append should not be limited this way. Breaks search.
2022-12-23 17:39:35 +01:00
Mark Washeim
5f97137f4b
Reduce calls to api to 12 at a time, instead of 20.
...
Remove Action local=true string and add it back to params removing
duplication, QML/Worker
Add checks at prepend to reduce duplicates. Worker.
2022-12-22 21:32:49 +01:00
Mark Washeim
2f88f1da59
Additional debug stuff. This is not mergeable.
2022-12-20 14:33:10 +01:00
Mark Washeim
cef797efb8
this version, brings a check on current List memeber to stop duplication
...
It also fixes a spacing bug in the login
and some small issues.
2022-12-16 19:20:07 +01:00
Mark Washeim
829346b995
Added navigation elements and model for bookmarks.
2022-11-16 18:50:40 +01:00
molan-git
cccd325722
Merge pull request #100 from poetaster/master
...
Implement Sailfish.WebView 1.0
2022-11-09 17:23:07 +01:00
Mark Washeim
f3c9873766
Add a small web server service to respond to redirect on the login page.
2022-11-04 15:40:35 +01:00
Juanro
b1b226d48a
Fix reblog content view
2022-05-04 20:54:18 +02:00
molan-git
42c4964d8f
Merge branch 'ui-improvements'
2020-07-12 09:23:55 +02:00
molan-git
699265fca7
fix broken reblog/favourites counter
2020-07-03 10:45:03 +02:00
molan-git
479bfd8f3e
update context mnu / translations
2020-06-22 20:13:05 +02:00
molan-git
be45ada288
Merge branch 'ui-improvements'
2020-06-18 18:53:19 +02:00
molan-git
72c49c3777
new features / ui improvements
...
- add Toots to bookmarks
2020-06-18 18:40:24 +02:00
molan-git
674e96754b
fix user profile crash
...
- 1st commit for fixing app crashes
2020-06-16 16:09:28 +02:00
molan-git
ddf0d4d065
new user profile labels
2020-06-15 10:42:10 +02:00
molan-git
0e63accc24
Merge branch 'master' into develop
2020-06-10 16:42:34 +02:00
molan-git
5f4dae2a2d
added icon-s-following
...
- added custom follower icon for miniHeader
- theme coloring for miniHeader icons
- removed unused icons
- changed icon name emojis
2020-06-05 18:38:15 +02:00
molan-git
99b070124b
small ui-adjustments
2020-06-04 19:44:12 +02:00
molan-git
16e211ddb9
ui-improvements
...
- open profile picture
- improved media viewer
- improved user suggestion
- better responsive UI design
- code refactoring
- updated settings page
2020-06-03 07:34:33 +02:00
molan-git
fd2f317f25
Add / improve UI elements
...
- new ProfilePage expander
- flexible UI elements for various screensizes
- various UI changes
- code refactoring
2020-05-29 20:05:05 +02:00
molan-git
7d5cf6f9d2
Merge branch 'ui-improvements'
2020-05-25 18:13:55 +02:00
molan-git
41041a77aa
ui-improvements
...
New image/video viewer
Send-message
Profile background images
2020-05-25 17:54:02 +02:00
molan-git
bd87353166
tooterb release
2020-05-04 09:26:41 +02:00
molan-git
5b5e6e39d9
Beta release version
...
Change file names for beta release version.
2020-05-01 12:23:36 +02:00
molan-git
8c31138a50
Sync to upstream
...
Merge with upstream release 1.0.4-1
2020-04-27 17:28:59 +02:00
molan-git
873d9b7231
Merge branch 'master' of https://github.com/molan-git/harbour-tooter
2020-04-27 17:05:22 +02:00
molan-git
82740965ea
Merge branch 'master' of https://github.com/dysk0/harbour-tooter
2020-04-27 17:04:58 +02:00
molan-git
220deae6d5
Merge branch 'master' into crash-fix
2020-04-27 16:53:48 +02:00
Dusko Angirevic
ea792957bc
Merge branch 'master' into crash-fix
2020-04-16 00:49:29 +02:00
Dusko Angirevic
45ba338259
1.0.4-1
...
Merge
Co-Authored-By: molan-git <molan-git@users.noreply.github.com>
2020-04-16 00:37:11 +02:00
molan-git
9e31fa771c
Syntax error fix
2020-01-24 22:11:27 +01:00
molan-git
3ea6f9fb61
Add files via upload
2019-12-28 21:39:28 +01:00
Ales Katona
39e8a9f796
do not crash on status: null
2019-07-25 21:07:49 -06:00
Arthur Schiwon
90802e506f
remove empty classes which causes some link texts to be rendered ugly
2018-11-15 00:05:07 +01:00
Dusko Angirevic
f3814a0cd5
#35 #34 #33
2018-10-24 13:38:17 +02:00
Dusko Angirevic
855a696e50
Bugfix for #33
2018-10-23 16:37:27 +02:00
Tom Hall
2e95d8cb43
Fix #30 : display attachments from boosted toots
...
A 'boost' contains a copy of the source toot's text as its content, but it
doesn't copy the media_attachments. If the data['reblog'] field is not null,
append media_attachments from data['reblog'] as well as from data.
2018-09-02 14:45:40 +01:00
Dusko Angirevic
240d15dd8f
Added local timeline & icons change
2018-05-24 11:14:02 +02:00
Dusko Angirevic
f4150c47fc
Misc update
...
- User and tag search improvement
- Added visual hints
- User prediction added
2017-11-01 00:27:48 +01:00
Dusko Angirevic
539e681331
Video player
...
- fixed wrong media URL
- download media button repositioned
2017-10-26 16:38:07 +02:00
Dusko Angirevic
2588a802ea
Improvements
...
- deeplinking notifications test
- fixed remote_url images bug
- full screen image viewer and video player improvements
- user autocompleate in toots
2017-10-26 16:23:16 +02:00
Dusko Angirevic
ff6b92f5b6
Notification actions test 2
2017-10-25 23:45:15 +02:00
Dusko Angirevic
78ebabf471
Notification deep link test
2017-10-25 16:30:23 +02:00
Dusko Angirevic
a7670ecee2
Service test
2017-10-25 00:37:33 +02:00
Dusko Angirevic
e7db78274e
Video support and pinch to zoom on images
2017-10-20 15:20:33 +02:00
Dusko Angirevic
9975b54630
Added Settings page
2017-07-20 12:14:16 +02:00
Dusko Angirevic
a3b397cce8
0.1.8 & 0.1.7
...
+
+* Tue July 4 2017 Dusko Angirevic <dysko@me.com>
- Added spoiler support for toots
- Press and hold for boost and favorite option
- Updated harbour-tooter-es.ts by Caballlero
- Unable to connect to unixcorn.xyz [#12 ] [bugfix]
- Added notifications
- App Cover redesigned
2017-07-04 16:57:50 +02:00
Dusko Angirevic
b2017bacb4
Fav + Boost option init
2017-07-04 01:07:39 +02:00