Commit Graph

146 Commits

Author SHA1 Message Date
Anton Stubenbord
a3a1941206 fix: Fix language and theme not updating in sliver components 2023-03-04 20:42:11 +01:00
Anton Stubenbord
e2cdee6e6a feat: Remove WIP indicator from french language 2023-03-03 18:18:13 +01:00
Anton Stubenbord
c5980e259a feat: Update translations 2023-02-28 20:24:16 +01:00
Anton Stubenbord
74a87b3308 fix: Fix filepath splitting, fix slivers on scanner page 2023-02-24 15:55:16 +01:00
Anton Stubenbord
378e3ff104 fix: Re-enable high refresh rate 2023-02-24 15:08:46 +01:00
Anton Stubenbord
ce39190723 feat: Add query highlight fragments to detailed view, fix build 2023-02-24 14:29:19 +01:00
Anton Stubenbord
38aee2b052 feat: Improve inbox loading animation, fix refresh indicator positions 2023-02-24 13:42:58 +01:00
Anton Stubenbord
05a7640c7b bugfix: Add missing languages to selectable options 2023-02-24 00:22:37 +01:00
Anton Stubenbord
a8a41b38a8 feat: Update translations, fix scrolling on all pages 2023-02-22 18:14:02 +01:00
Anton Stubenbord
644f154dbd fix: Change return type of upload route 2023-02-18 22:52:20 +01:00
Anton Stubenbord
14ab604118 feat: Migrated strings, and translations to native flutter l10n plugin 2023-02-17 00:00:13 +01:00
Anton Stubenbord
d1a49ac73d feat: Renamed translation strings 2023-02-16 20:55:10 +01:00
Anton Stubenbord
11aba2ed89 feat: Add inline suggestion in document search, allow removing history entries 2023-02-16 18:36:11 +01:00
Anton Stubenbord
00b8d045f6 fix: Update sorting of similar documents 2023-02-16 17:39:38 +01:00
Anton Stubenbord
b4a4f0c0da Merge pull request #112 from astubenbord/bugfix/vpn-connectivity
fix: add vpn to list of states considered as connected to internet
2023-02-16 17:30:45 +01:00
Anton Stubenbord
555ae21c35 fix: add vpn to list of states considered as connected to internet 2023-02-16 17:30:00 +01:00
Anton Stubenbord
71f78d559a Merge pull request #103 from iulica/reset_icon_created_at
added reset Icon for the created at field
2023-02-16 11:14:47 +01:00
Anton Stubenbord
72ce7658ed fix: Document upload created at field clear button only shows when value is set, consistent ordering of labels 2023-02-16 11:13:37 +01:00
Anton Stubenbord
059df3a21b fix: Remove deletion of temporary files on app startup 2023-02-16 10:55:30 +01:00
Iulian Ciorascu
52bb4c8b50 added reset Icon for the created at field 2023-02-15 11:37:17 +01:00
Anton Stubenbord
8d1227f0db HOTFIX: Remove clear downloaded files setting 2023-02-15 00:36:26 +01:00
Anton Stubenbord
add035189c feat: Add new translations, bump version number 2023-02-15 00:07:49 +01:00
Anton Stubenbord
31d2a9ec01 Merge branch 'main' into feature/detailed-view-type 2023-02-14 23:43:58 +01:00
Anton Stubenbord
d4ccf8e3aa Merge pull request #94 from iulica/download_to_public
Download to the public Downloads folder.
2023-02-14 22:50:18 +01:00
Anton Stubenbord
ae31f59aa1 Improve created app file system structure on ios 2023-02-14 22:46:26 +01:00
Anton Stubenbord
42dbaaf855 Fix manifest issue, update download function and original file download support 2023-02-14 21:02:51 +01:00
Anton Stubenbord
6f66bf27fd feat: Implemented new view type, fix connectivity issues, fix offline issues, fix loading animations, fix documents page paging 2023-02-14 00:24:14 +01:00
Anton Stubenbord
c5033792aa feat: Upgrade dio version to latest, applied migrations 2023-02-13 18:13:08 +01:00
Anton Stubenbord
26b283b83a feat: Add new view type, WIP 2023-02-12 19:31:04 +01:00
Anton Stubenbord
681d551b56 feat: Add detailed view type 2023-02-12 18:48:24 +01:00
Anton Stubenbord
a424024058 Merge branch 'development' 2023-02-12 12:50:15 +01:00
Anton Stubenbord
c3d97d383f feat: Add changelog for version code 19, format code 2023-02-12 12:49:53 +01:00
Iulian Ciorascu
219f1c7e1b Merge branch 'main' into download_to_public 2023-02-11 20:10:34 +01:00
Anton Stubenbord
a10c6efb00 feat: extract snippets into widgets, code cleanup document details 2023-02-11 16:37:51 +01:00
Anton Stubenbord
e0ab53c0c9 Merge branch 'main' into feature/iOSBuildFixes 2023-02-11 13:20:19 +01:00
Anton Stubenbord
95a26f4bb6 bugfix: add refresh rate to log output 2023-02-11 13:12:11 +01:00
Anton Stubenbord
cea85e000d bugfix: Add platform guard around setting refresh rate 2023-02-11 12:50:49 +01:00
Anton Stubenbord
79e1d6e0de Update platform guard to only include androids 2023-02-11 12:49:11 +01:00
Iulian Ciorascu
f504c4908c Removed the IOS guard for the Download feature.
Enabled the UISupportsDocumentBrowser IOS option so that the App Documents are visible for other apps.
2023-02-11 00:55:23 +01:00
Bjoern Hauffe
ba1387fdf5 change to platform guards 2023-02-10 20:47:33 +01:00
Anton Stubenbord
3fe8c34994 fix: Moved from always setting highest refresh rate to highest available 2023-02-10 16:44:15 +01:00
Anton Stubenbord
9abce08ef2 feat: Add view type selection to linked documents view 2023-02-10 16:09:36 +01:00
Anton Stubenbord
fc0b3240bb fix: Stop long polling to /statistics when app is in background, code cleanup 2023-02-10 15:49:52 +01:00
Bjoern Hauffe
05e8c96cfe Fixes for ios build 2023-02-10 15:03:44 +01:00
Anton Stubenbord
f04edece16 feat: view type stored in view/cubit, itself, cleanup coe 2023-02-10 12:41:30 +01:00
Iulian Ciorascu
d7cbe40395 Download to the public Downloads folder.
Removed ununsed permissions.
2023-02-09 16:14:50 +01:00
Anton Stubenbord
0147f7989f Remove all generated files, add fdroid metadata skeleton 2023-02-06 20:04:30 +01:00
Anton Stubenbord
7731366ffb Cleanup code, increment version number 2023-02-06 17:52:15 +01:00
Anton Stubenbord
9620c7d859 Cleanup code 2023-02-06 17:43:09 +01:00
Anton Stubenbord
1f6ad217b4 Merge branch 'main' into bugfix/ios-delete-temporary-directory 2023-02-06 17:41:08 +01:00