Commit Graph

793 Commits

Author SHA1 Message Date
shilangyu c847a3aaa6 Add more bottom padding for BAB, fixes #174 2021-04-06 15:39:19 +02:00
shilangyu 681ab555b2 Swap instanceHost/username placement, fixes #167 2021-04-06 15:23:57 +02:00
shilangyu ee4ef8de91 Make account actions more obvious 2021-04-06 14:42:42 +02:00
shilangyu 88e1f8324f Change cleanUpUrl name 2021-04-06 10:56:21 +02:00
shilangyu 9f2de50b1d Replace local user id with person id in JWT payload 2021-04-06 10:39:43 +02:00
Filip Krawczyk bac846fea9
Transition to API v3 (#196) 2021-04-05 20:14:39 +02:00
ryg-git c5f75c94ad handle FormatException thrown by Uri.parse 2021-04-01 00:58:46 +05:30
ryg-git 725f9103d6 implemented new comments 2021-04-01 00:46:23 +05:30
ryg-git 0aa4d9c592 in cleanup url instance host is now changed to lowercase letters. 2021-03-29 22:51:30 +05:30
Filip Krawczyk 460b4f3c8a
Merge pull request #186 from krawieck/fix/everything-home 2021-03-25 10:56:42 +01:00
Filip Krawczyk 4b04a58eba
Merge pull request #187 from krawieck/fix/share 2021-03-20 16:25:15 +01: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 72ebb38ff5 Fix home tab fetching 2021-03-18 17:41:52 +01:00
shilangyu 8634239060 Better error handling on PackageInfo 2021-03-18 17:03:42 +01:00
shilangyu 748fb54443 React to defaultAccount changes 2021-03-18 15:58:48 +01:00
shilangyu 0bcc364ee5 Scaffold.of -> ScaffoldMessenger.of 2021-03-10 08:34:30 +01:00
shilangyu c722bbe4a9 Fix locale generation 2021-03-10 08:12:57 +01:00
Filip Krawczyk 22729dc2e2
Merge pull request #176 from krawieck/l10n 2021-03-09 22:33:24 +01:00
shilangyu f0834681ad Add post listing type translations 2021-03-09 22:21:14 +01:00
krawieck e4ebcb31ec assign proper strings to proper things 2021-03-09 21:38:34 +01:00
shilangyu eff42b6b4f Add deleted by creator 2021-03-09 08:53:26 +01:00
shilangyu 20c34b4477 Localize enums 2021-03-09 08:51:08 +01:00
Filip Krawczyk 4ba392082b
fix markdown quote blocks & make code blocks have monospace font (#177) 2021-03-09 08:32:14 +01:00
shilangyu 0adea8f0a9 Add language names 2021-03-04 09:46:08 +01:00
shilangyu b9a60ca599 Integrate more strings 2021-03-03 13:16:05 +01:00
shilangyu 7f3dac1f89 Remove all non-migrated strings 2021-03-03 12:31:36 +01:00
shilangyu 191991519a Migrate more strings 2021-03-03 12:20:27 +01:00
shilangyu b9e042b1d7 Add transforming options 2021-03-02 22:53:29 +01:00
shilangyu d5f1d45b06 Allow for more custom migration 2021-03-02 22:12:08 +01:00
shilangyu 83c12a817c Add possibility of migrating plural forms 2021-03-02 13:18:10 +01:00
shilangyu f0c6745484 Migrated more error strings 2021-03-02 00:23:35 +01:00
shilangyu 2bea5acde7 Add `L10nStrings` 2021-03-01 14:38:44 +01:00
shilangyu ca8cb67f6d Integrate first batch of strings 2021-03-01 14:21:45 +01:00
shilangyu 5c989679b6 Generate more strings 2021-03-01 09:44:37 +01:00
shilangyu 1c8b063434 Generate l10n from string extension 2021-03-01 00:02:32 +01:00
shilangyu 94d63cda39 Migrate ApiError strings 2021-03-01 00:01:52 +01:00
shilangyu 79ae723bed Fix language picker 2021-02-28 21:53:02 +01:00
shilangyu c1ec5c6a7b Change string name 2021-02-28 21:53:02 +01:00
shilangyu 9e5af0ac7a Rename new because of keyword conflict 2021-02-28 21:53:02 +01:00
shilangyu cc8513e4b5 Add empty base languages 2021-02-28 21:53:02 +01:00
shilangyu 2d79a94285 Migrated some strings 2021-02-28 21:53:02 +01:00
shilangyu 9a0deb203a make bool param required 2021-02-28 21:53:02 +01:00
shilangyu 734a63e7dd Initial strings setup 2021-02-28 21:53:02 +01:00
shilangyu 28013a8a45 Add re-export of l10n 2021-02-28 21:53:02 +01:00
shilangyu 22b76b0b2b Add initial l10n setup 2021-02-28 21:53:02 +01:00
shilangyu 8cc4246569 Hide followed communities 2021-02-25 21:54:55 +01:00
shilangyu 8e7602ce3d Add token when fetching communities 2021-02-25 21:54:55 +01:00
shilangyu fcf39be00f Fix null check typo 2021-02-25 21:23:54 +01:00
shilangyu 7cc928764b Propagate userMentionId 2021-02-24 22:48:19 +01:00
shilangyu a9dc676ca8 Simplify comment.dart 2021-02-24 22:33:21 +01:00
shilangyu bc7779158c Simplify tokenForId 2021-02-24 22:02:36 +01:00
shilangyu 8cf3859ed8 make stores easily serializable 2021-02-24 21:54:15 +01:00
Filip Krawczyk 19b2688316
add inbox page + other stuff (#164) 2021-02-24 20:52:18 +01:00
shilangyu 9984dbffa2 Sort imports 2021-02-21 16:29:12 +01:00
Marcin Wojnarowski 869f674880
Merge branch 'master' into modlog 2021-02-20 17:07:59 +01:00
shilangyu 8b1fab1fd0 Push buttons always to bottom 2021-02-20 17:00:36 +01:00
shilangyu a0258d65e5 Add code review suggestions 2021-02-19 20:06:01 +01:00
wolf4ood 9ac6fc209e fix lint errors 2021-02-19 14:03:19 +01:00
wolf4ood 41da3bd865 Add button to community page for creating a new post. https://github.com/krawieck/lemmur/issues/90 2021-02-18 23:03:12 +01:00
shilangyu 3b3d9855ec Make table border visible in AMOLED mode 2021-02-18 17:22:32 +01:00
shilangyu 46059b5b83 Remove unneeded nullish coalescing 2021-02-18 17:13:20 +01:00
shilangyu 8464fe4146 Small visual changes 2021-02-18 13:14:03 +01:00
shilangyu c8124e4ffc Add avatar to mod 2021-02-18 10:24:33 +01:00
shilangyu 11ded1b4b4 Fill in text for modlog 2021-02-18 10:21:10 +01:00
shilangyu ae33e277a8 Add avatar widget 2021-02-18 09:19:00 +01:00
shilangyu 5326eda8f6 Add pagination 2021-02-17 00:40:26 +01:00
shilangyu 2c2c33494d Add initial modlog 2021-02-16 22:39:46 +01:00
krawieck 3afb5c9d11 remove offset cuz it got fixed in lac 2021-02-13 17:03:40 +01:00
krawieck 39b12fe3bc change "this" formatting 2021-02-12 23:44:15 +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
Filip Krawczyk efb2551f4f
Merge pull request #146 from krawieck/saved-page 2021-02-09 22:41:47 +01:00
krawieck c422f685b0 reorder imports 2021-02-09 21:47:54 +01:00
Filip Krawczyk aabc270a3b
Merge branch 'master' into fix-navigation-bar 2021-02-09 21:42:43 +01:00
krawieck 9404e1f71f add extension for reversing brightness, also fix the whole thing 2021-02-09 21:36:21 +01:00
shilangyu 65013609ab Move saved_page 2021-02-09 20:39:45 +01:00
shilangyu 737ded307e Clean up inifinite lists 2021-02-09 20:39:31 +01:00
shilangyu 2b95ea5f0f Add saved page 2021-02-09 19:25:17 +01:00
Marcin Wojnarowski b1dad4d895
Revise theming (#140) 2021-02-09 15:12:13 +01:00
Filip Krawczyk 430d196997
Media View improvements (#128) 2021-02-08 12:15:48 +01:00
krawieck 090816ded3 make it actually usable ffs 2021-02-07 02:19:10 +01:00
Filip Krawczyk 79fb42785c
Merge pull request #139 from krawieck/windows-version 2021-02-06 21:37:22 +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
shilangyu ecda8384c6 Use stable Future API 2021-02-06 14:37:35 +01:00
ryg-git d822887ea5 added layoutbuilder to optimize code and simplify logic 2021-02-06 18:18:54 +05:30
shilangyu 4367c4329e Fix missing about tile on windows 2021-02-06 13:17:39 +01:00
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
Filip Krawczyk e627694728
comment share fix (#129) 2021-02-03 12:12:28 +00:00
shilangyu 0c7c778e85 Change create post fetching to .all 2021-01-31 15:56:08 +00:00
shilangyu e0626925ab Display online counts 2021-01-31 14:07:36 +00:00
shilangyu 0ddf488602 Bump lemmy_api_client and adjust to changes 2021-01-31 13:42:28 +00:00
shilangyu 92cdfdbc2c Code review suggestions 2021-01-31 13:38:47 +00:00
shilangyu 21774dda52 Go to account management 2021-01-30 17:41:16 +00:00
shilangyu dfdaf741c3 Prevent ever null being set to myVote, fixes #117 2021-01-30 17:41:16 +00:00
shilangyu 20ebcd0dfa Add auth to user profile fetching, fixes #118 2021-01-30 17:41:16 +00:00
shilangyu 5dff114160 Handle account changes in home tab 2021-01-30 17:41:16 +00:00
shilangyu 0fb7b86a39 Add checks in search tab 2021-01-30 17:41:16 +00:00
shilangyu 9b3b770c34 Make communities tab reactive to accounts change 2021-01-30 17:41:16 +00:00