Marcin Wojnarowski
c7f037de0f
Feature/routing refactor ( #258 )
...
* Use MaterialPageRoute
* Use T.route
2021-09-30 12:55:23 +02:00
Marcin Wojnarowski
992a62b33c
Flutter 2.5 ( #252 )
...
* Stop using accentColor
* Update bootstrap files
* Stop using deprecated members
* Add temp fork use
2021-09-12 22:37:07 +02:00
Marcin Wojnarowski
cb47bc5f72
Rewrite comment to mobx ( #248 )
...
* Add initial rewrite
* Progress
* Create AsyncStore
* Fix typo
* Remove outdated lint ignores
* Simplify comment layout
* Reorganize pubspec deps
* Small fixes
* Move all comment state to store
* Document async store
* Move marking as read to AsyncStore
* Add network_error l10n todo
* Rename comment_more_menu
* Hide popup after actions
* Observe changes in consumer
2021-09-08 14:38:26 +02:00
shilangyu
c6464f5335
Rename to preferred name
2021-04-29 11:38:28 +02:00
shilangyu
4451bd7bd6
Adjust name change
2021-04-27 21:59:04 +02:00
Marcin Wojnarowski
d8dcea096f
Merge branch 'master' into feature/more-settings
2021-04-21 22:57:15 +02:00
shilangyu
dcc4eba8ad
Better post edit
2021-04-21 18:59:46 +02:00
shilangyu
2c91d3aa5f
Add editing post
2021-04-17 23:59:33 +02:00
shilangyu
ef7ba71bcc
Implement show scores
2021-04-16 20:32:20 +02:00
krawieck
83235534f5
HECKIN CHONKER (null safety migration without scripts)
2021-04-09 00:11:44 +02:00
shilangyu
3609570df8
Make post body selectable, fixes #190
2021-04-06 15:48:56 +02:00
Filip Krawczyk
bac846fea9
Transition to API v3 ( #196 )
2021-04-05 20:14:39 +02:00
shilangyu
048e347e43
Remove class acting as a namespace
2021-03-20 15:50:49 +01:00
shilangyu
48dadd5f26
Migrate esys_flutter_share to share
2021-03-18 19:24:29 +01:00
shilangyu
0bcc364ee5
Scaffold.of -> ScaffoldMessenger.of
2021-03-10 08:34:30 +01:00
shilangyu
b9a60ca599
Integrate more strings
2021-03-03 13:16:05 +01:00
shilangyu
ca8cb67f6d
Integrate first batch of strings
2021-03-01 14:21:45 +01:00
Filip Krawczyk
19b2688316
add inbox page + other stuff ( #164 )
2021-02-24 20:52:18 +01:00
shilangyu
ae33e277a8
Add avatar widget
2021-02-18 09:19:00 +01:00
krawieck
40636246df
Add extension for relative time and fix a bug
...
the bug was that time from server is in UTC format,
and our time is in local format, so it needed
to be shifted back to UTC.
oddly enough .toUtc() method didn't work
2021-02-12 17:53:51 +01:00
Marcin Wojnarowski
b1dad4d895
Revise theming ( #140 )
2021-02-09 15:12:13 +01:00
ryg-git
d21bbbe066
applied requested changes in the review
2021-02-06 22:53:49 +05:30
ryg-git
b9ddb23d23
removed unused import
2021-02-06 19:34:11 +05:30
ryg-git
d822887ea5
added layoutbuilder to optimize code and simplify logic
2021-02-06 18:18:54 +05:30
ryg-git
5bde6a4e51
added better fsding effect for light theme
2021-02-04 20:17:13 +05:30
ryg-git
b999d53aa8
[WIP] truncate long text posts
2021-02-03 23:43:43 +05:30
shilangyu
dfdaf741c3
Prevent ever null being set to myVote, fixes #117
2021-01-30 17:41:16 +00:00
shilangyu
dd15ebb2c0
Fix display names
2021-01-30 17:41:16 +00:00
shilangyu
fa1243f9d9
Change way of parsing urls
2021-01-30 17:41:16 +00:00
krawieck
5a449eb0be
rename getter
...
properName -> displayName
2021-01-26 22:28:06 +01:00
krawieck
190ae1b3ae
revise api extensions
...
* change originInstanceHost extensions to
extract from deeper structures
* add extension for getting proper user name
that includes originInstanceHost if needed
2021-01-24 23:06:54 +01:00
krawieck
c2f528750a
transition all api v1 calls to api v2
2021-01-24 20:01:55 +01:00
shilangyu
e7745e3e9b
Constify the whole codebase
2021-01-03 18:43:39 +00:00
shilangyu
c465b09f56
Enable sort children last
2021-01-03 17:13:25 +00:00
shilangyu
a803e091dc
Add new easy-to-fix lint rules
2021-01-03 17:03:59 +00:00
shilangyu
86ad944bbd
fix visual federation bugs
2021-01-02 00:13:13 +00:00
shilangyu
58f964ab66
Fix federation errors and rename all instanceUrl to instanceHost
2020-12-31 13:58:23 +00:00
krawieck
58e7219602
adapt tripple dot icon to platform
...
(android: vertical, iOS: horizontal)
2020-12-04 13:57:37 +01:00
krawieck
4f2f6d8e3e
showInfoTablePopup usability changes
...
* append ":" to every key
* expect dynamic value and convert it to string in the function
2020-10-27 22:09:34 +01:00
krawieck
e4055f073e
implement info table popup
2020-10-26 18:47:49 +01:00
krawieck
5697405e32
Revert "add cleanup url util for removing stuff like `www.` from urls"
...
This reverts commit a8ac98284a
.
2020-10-05 13:44:41 +02:00
krawieck
a8ac98284a
add cleanup url util for removing stuff like `www.` from urls
2020-10-04 21:52:19 +02:00
shilangyu
aa5d9832d6
run dartfmt
2020-09-30 19:37:56 +02:00
shilangyu
94d12fccff
added lots of dartdoc/comments
2020-09-30 17:05:00 +00:00
krawieck
b9337a43ae
a bunch of small fixes
...
* add media type: none
* change more icon size
* add support for empty post url
* add support for no embed title & description
2020-09-28 23:28:41 +02:00
shilangyu
82d153533a
fix bug where scores would show as 1 too many or 1 too few
2020-09-21 12:47:16 +02:00
Marcin Wojnarowski
aa5b06a676
Merge branch 'master' into infinite-scroll
2020-09-19 00:42:47 +02:00
shilangyu
dea66fe8bf
hotfix: move api_extensions to dedicated folder
2020-09-19 00:40:47 +02:00
krawieck
a50501d434
fix up of votes
2020-09-18 22:07:48 +02:00
krawieck
1e59382214
convert `Voting` to use `loggedInAction` hook
2020-09-18 21:56:42 +02:00