shilangyu
71290a5f78
Release v0.2.0
2021-01-27 00:07:51 +01:00
Marcin Wojnarowski
67e9ea9a3b
Merge pull request #116 from krawieck/api-v2
2021-01-26 23:59:16 +01:00
krawieck
41d44537e9
fix lint error
2021-01-26 23:53:40 +01:00
krawieck
735bd52be2
fix lint errors
2021-01-26 23:51:02 +01:00
krawieck
1812d70546
remove widget that was mistakenly commited
2021-01-26 23:38:23 +01:00
krawieck
1e161c1966
remove useless comment
2021-01-26 23:29:59 +01:00
krawieck
b5714a1b34
revert to proper ciapkas
2021-01-26 23:28:46 +01:00
krawieck
cb44c6b708
upgrade to api v2
2021-01-26 23:16:56 +01:00
krawieck
8d0f85ceae
add reusable widget BottomSafe
2021-01-26 23:16:47 +01:00
krawieck
5a449eb0be
rename getter
...
properName -> displayName
2021-01-26 22:28:06 +01:00
krawieck
618b8c93e1
remove unnecesary safearea
2021-01-26 22:20:43 +01:00
krawieck
1f26bf70ae
add arg to safearea specifying what kind of padding should it use
2021-01-26 22:19:26 +01:00
krawieck
347ba7aae5
rename a widget contructor
2021-01-26 22:18:53 +01:00
krawieck
dec2147b38
remove debugging debris
2021-01-26 21:55:57 +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
6c1049b5ee
add safearea in useful places
2021-01-24 22:59:20 +01:00
krawieck
208a4ac1ae
fix bugs with commenting
2021-01-24 21:51:07 +01:00
krawieck
6555b8c614
transition comment to v2
2021-01-24 21:50:49 +01:00
krawieck
c2f528750a
transition all api v1 calls to api v2
2021-01-24 20:01:55 +01:00
Filip Krawczyk
983734a506
Merge pull request #99 from krawieck/manage-account
2021-01-22 19:42:02 +01:00
shilangyu
1a70776fb7
Change padding from 14 to 15
2021-01-17 17:57:57 +00:00
shilangyu
e2af8326e2
Fix bug where accounts would be removed while being iterated over
2021-01-17 17:35:07 +00:00
shilangyu
f37da51137
Make tokens in AccountsStore private
2021-01-17 16:35:47 +00:00
shilangyu
f0cfdc8bb8
Add missing fields
2021-01-17 16:21:46 +00:00
krawieck
4ad82c1f77
transition away from deprecated argument
...
child -> builder
2021-01-16 23:33:11 +01:00
shilangyu
f9573fd501
Fix typos
2021-01-16 19:22:26 +00:00
shilangyu
3dbcc77cf6
Fix bug where picture would be cleanuped even when used
2021-01-16 19:22:26 +00:00
shilangyu
39911f1c04
Remove debug comment
2021-01-16 19:22:26 +00:00
shilangyu
51cddc0f0d
Save the very first initialUrl and add loading
2021-01-16 19:22:26 +00:00
shilangyu
955d313b89
Add account removal
2021-01-16 19:22:26 +00:00
shilangyu
47b773376a
Add image uploading
2021-01-16 19:22:26 +00:00
shilangyu
50bd46cf88
Boostrap managing account page
2021-01-16 19:22:26 +00:00
shilangyu
2536e3cbf8
update changelog
2021-01-16 19:22:26 +00:00
Marcin Wojnarowski
12cdd04098
Merge pull request #111 from krawieck/from-comment-to-post
...
Allow user to go from comment to post
2021-01-16 16:41:26 +01:00
krawieck
96d6c36fe9
fixes requested in code review
...
* "detatched" -> "detached"
* remove debug comment
2021-01-16 16:32:45 +01:00
krawieck
904e320e10
make all comments in infinitecommentlist detatched
2021-01-16 15:21:09 +01:00
krawieck
ccedb35259
add button for going to post
2021-01-16 15:20:49 +01:00
krawieck
2c152aeca3
add more properties to nerd stuff
2021-01-16 15:20:30 +01:00
Marcin Wojnarowski
e5d0c589fd
Merge pull request #109 from krawieck/local-home
2021-01-16 14:56:29 +01:00
krawieck
81fa4aac86
make listing type selection more universal
2021-01-16 14:50:27 +01:00
krawieck
fc256d800d
simplify getting listing type title
2021-01-16 14:48:15 +01:00
Marcin Wojnarowski
9669ba776b
Merge pull request #110 from krawieck/instance-more-menu
...
add more menu
2021-01-16 14:36:37 +01:00
krawieck
55ad00cfff
add more menu
...
add more menu that contains:
* open in browser
* nerd stuff
2021-01-16 13:28:25 +01:00
krawieck
0602c2d7f7
Add local support to home tab
...
now user can select to display only local posts
2021-01-16 13:22:23 +01:00
Marcin Wojnarowski
114a494d7e
Merge pull request #100 from krawieck/search-tab
2021-01-10 14:54:04 +01:00
krawieck
cdb9048b9b
assert isntanceHost in SelectInstanceButton not null
2021-01-10 14:47:53 +01:00
krawieck
f80ab01e04
change all variables with name `instance` to `instanceHost`
2021-01-10 01:51:26 +01:00
krawieck
586f26c277
Mark user as required and assert to not null
2021-01-10 01:49:21 +01:00
krawieck
75b55e02e8
change account store variable name
2021-01-09 22:50:14 +01:00
krawieck
9ab502b55d
replace void Function with typedef ValueChanged
2021-01-09 20:09:50 +01:00