2630 Commits

Author SHA1 Message Date
84b41e8e95 Minor cleanup 2021-07-14 11:30:48 +02:00
2e7c4ff4ae Allow "updated" to be used for the modified key
Related to #525
2021-07-14 11:29:03 +02:00
8871d37f85 FolderView: Add ScrollBar and RefreshIndicator
The scrollbar isn't perfectly placed, but it will have to do for now.
2021-07-14 10:55:27 +02:00
7877088b4e macos: Experiments in swift to call the method channel
I clearly don't know swift at all
2021-07-14 10:30:30 +02:00
6abee38adf Remove unused header 2021-07-14 10:30:18 +02:00
a148b6ebd2 FolderView: Fix scrolling inkwell animation 2021-07-14 10:25:16 +02:00
904790de73 FolderView: Remove refresh indicator
Lets just wait for this to be properly implemented in Flutter instead of
hacking around it.

https://github.com/flutter/flutter/issues/54272
2021-07-14 10:05:47 +02:00
825f3917c9 FolderView: Pass correct context 2021-07-14 09:57:12 +02:00
7f8caf8e17 FolderViews: Hide the AppBar when scrolling
This breaks a number of other things, but this commit was becoming
messy.
2021-07-14 09:52:43 +02:00
0d1cfa30bf Move FolderView class with the other views
It's easier to manage when all the code is in one place.
2021-07-13 18:32:06 +02:00
d9911f6fea settings: minor cleanup 2021-07-13 18:20:19 +02:00
7b93cfb919 MarkdownToolbar: make it always indent the start of the line 2021-07-13 18:16:31 +02:00
cd754e52b5 setup desktop: Get the remote's default branch
Instead of guessing
2021-07-13 17:55:43 +02:00
4e1df9bc31 Use dart-git's merge when cloning 2021-07-08 10:06:56 +02:00
63c8f4a00a Transformers: Consmetic changes 2021-07-07 23:48:26 +02:00
36f769c79c SSH Keys: Change label to indicate its the password for the private key
Some users have gotten confused that it is the account password.
2021-07-07 23:47:29 +02:00
ea2e0f8df2 macos: Call the git exec for fetching / pushing
This doesn't work for keys which have passwords, but otherwise it seems
to work great.
2021-07-07 23:46:00 +02:00
a34d10e703 macos: Change name to GitJournal
It was just "journal" before.
2021-07-07 22:49:10 +02:00
d0e6a754bd macos: Handle gitjournal urls
The app doesn't react to them as I haven't setup the handlers, and after
trying for so long, I now somewhat giveup. But this is at least a start.
2021-07-07 22:39:16 +02:00
8451580d4e macos: Update podfile 2021-07-07 19:11:38 +02:00
47415a7aa4 Bump bugfix version
In order to fix the ios build
2021-07-07 18:23:23 +02:00
462279fef7 Markdown Toolbar: Add tab/backtab on long press of > or < 2021-07-07 18:18:23 +02:00
fe1f28717b Note: Remove unused method 2021-07-07 17:12:42 +02:00
3e2e31d3bb BottomBar: Use widgets instead of functions
Improves performance
2021-07-07 16:55:35 +02:00
770b37430f Add fs_shim as an experiment
I want to avoid using the fs directly, as that way a web version of
GitJournal can be created.
2021-07-07 16:47:14 +02:00
f5ffebed8b Sort by the file last modified when modified metadata is missing
The modified isn't always accurate as git doesn't set it, but it's still
better than nothing. I thought I was using it before.

Fixes #172
2021-07-07 16:33:31 +02:00
d07acac53f Use device_info_plus instead of device_info
It now contains the toMap functions, so we can delete a lot of code.
2021-07-07 16:29:08 +02:00
48cbee8d71 ios ci: Revert changes
The build uploads fine, but I get a login failure after that. I'm tired
and don't want to debug this anymore.
2021-07-06 10:40:21 +02:00
6b62d7d522 Bump bugfix version 2021-07-02 23:46:13 +02:00
0b966623af Experimental: Change the correct setting
Related to #241
2021-07-02 23:30:32 +02:00
d51a3358b8 ios ci: Run the tests
I don't want to publish a build which fails the tests
2021-07-02 19:10:10 +02:00
ea4c055fbd ios ci: Notify external testers 2021-07-02 19:09:52 +02:00
806b1e9306 ios fastlane: Auto add changelog
I'm hoping this will make it easier for the testers
2021-07-02 18:59:18 +02:00
a62000be62 Branch selection is not a pro feature 2021-07-02 18:06:40 +02:00
6cd7231ef3 ios ci: Fix variable 2021-07-02 17:33:23 +02:00
1c49d1738a ios ci: Make the keychain password explicit 2021-07-02 17:31:55 +02:00
188dc3b992 ios: Add certificates to not self-sign 2021-07-02 17:28:10 +02:00
ee7073c265 ios keychain: Do not let the keychain timeout and lock itself
Hopefully this will fix the CI
2021-07-02 17:06:37 +02:00
8cbaf3b093 ios ci: Bump xcode
We need a min xcode version of 12
2021-07-02 16:40:49 +02:00
65f80edf9e CI: Enable ios on circle CI
It keeps hanging on GitHub Actions.
2021-07-02 16:28:53 +02:00
a3c1abbccd ios_install_flutter: Bump flutter 2021-07-02 16:28:53 +02:00
d6efaa35c4 Add Google Play API Key
It's encrypted
2021-07-02 16:28:53 +02:00
03e0bdffc2 Bump dart-git 2021-07-02 16:28:53 +02:00
774fa95e1b Revert "macos: Remove the ugly title bar of the window"
This reverts commit bdf284311caa2f1a4d8b86c170251406fc661fbd.

The title bar cannot be clicked and dragged with this change. It's super
annoying.
2021-07-02 16:28:53 +02:00
a087388ec6 Create a default .env file
This way people don't need to remember to run the setup env script
2021-07-02 10:54:51 +02:00
bdf284311c macos: Remove the ugly title bar of the window
Instead we are creating our own which is of the same color. This isn't
perfect, but it's much prettier than what we had before.
2021-07-02 07:58:14 +02:00
dd6b069b18 fallbacklocale: Avoid using the country code 2021-07-02 07:15:53 +02:00
4c27381571 Bump bugfix version
Also update translations
2021-07-02 07:14:21 +02:00
e3605d5408 macos: Upadate podfile.lock 2021-07-02 07:12:24 +02:00
790c092e85 Fix portugese translations
We aren't using the country codes anywhere.
2021-07-02 07:11:25 +02:00