104 Commits

Author SHA1 Message Date
9ed9744306 Android: Change Settings text to "Store Repo Externally"
The earlier mechanism was a bit confusing.
2020-10-23 13:52:49 +02:00
bc06efc446 Create new note when clicking on non existing Wiki Link
Fixes #240
2020-10-22 23:57:53 +02:00
35ed7f616e CustomKeys: Allow an ssh password to be provided
Fixes #227
2020-10-22 14:35:17 +02:00
e3a4844f0e GitRemoteSettings -> Let a custom SSH key be provided
Just like during the GitHost Setup.
2020-10-22 14:22:00 +02:00
9f53115616 ios: Add iCloud capability
I cannot see the GitJournal app's data in my iCloud, but I believe maybe
my app needs to go through the app review process.
2020-10-19 20:01:36 +02:00
044592b92d Allow Journal Entries to have their own file naming scheme
Adding an individual setting is becoming way too complex now.
2020-10-12 18:21:26 +02:00
cdfa7d690a Add a setting to store the repo in the external storage
This is Android only, and for now it is disabled as I'm not sure why I
cannot access the "general" root directory.
2020-10-09 10:43:16 +02:00
62bea50506 Allow the bottom menu bar to be hidden
Fixes #261

The settings page for this is quite ugly right now, but the feature
works. I can improve its look another time.
2020-10-05 12:25:57 +02:00
d2b1ad7e46 Allow loading ssh keys from a file
Fixes #74
2020-10-02 17:22:30 +02:00
82db15128b NoteFileFormat: Refactor
Get all the allowed extensions in one place. Currently the code is
scattered all over the place.
2020-09-26 19:19:26 +02:00
156feb824c Rename Monthly Subscription to Installments
I think the word Subscription now means "renting" in the context of the
application, and even though I don't mean to use it that way, that is
what people seem to take away.
2020-09-25 15:27:14 +02:00
265e253584 Generate one journal entry per day
Fixes #243
2020-09-16 11:08:16 +02:00
1368d8fb36 Add missing string 2020-09-15 00:36:20 +02:00
f7adeafe7d First iteration of the Graph View
I'm testing this with the Foam documentation. This has revealed a number
of bugs in our link resolver - most of which have now been fixed.

The graph layouting is not being done as this is so incredibly slow.

This has been added as an experimental feature.
2020-09-14 17:47:26 +02:00
a599be89fe FlattenedNotesFolder: Make title non optional
Also translate the title string.
2020-09-13 20:59:53 +02:00
3ee84cfcb4 NoteEditor: Change default text
The integration test depends on the exact wording
2020-09-13 11:19:58 +02:00
c5326b2823 OnBoarding: Fix newlines in descriptions
Ideally we should be using some other mechanism to enforce the newlines.
2020-09-13 11:19:30 +02:00
41139a085f Fix onboarding translation keys 2020-09-12 21:40:13 +02:00
59f2098b36 Start to make sidebar configurable 2020-09-08 23:34:11 +02:00
984fc6864e Make all remaining strings translatable 2020-09-08 23:01:39 +02:00
1fff957c8b PurchaseWidget: Mark the strings as translatable
Also show a dialog to a user so they don't keep trying to click again
and again.
2020-09-07 21:46:03 +02:00
b9d8a8daa6 FolderView: Implement basic note selection
You can delete or share a note using this.
2020-09-07 16:37:51 +02:00
49dee11a26 Move Note Delete dialog to its own file
+ translate
2020-09-07 16:24:52 +02:00
a2ffdaabc7 Search: Make string translatable 2020-09-05 16:10:07 +02:00
ac99eb24d1 ProScreen: Remove that GitJournal is Free Software
Apparently, it's a bit confusing to say "Free Software" on a screen where
we are asking the user to pay.
2020-09-05 12:32:59 +02:00
888e391af8 Settings: Make more parts translatable 2020-09-05 12:31:01 +02:00
1e8131549d Feature Timeline: translate text with link to GitHub 2020-09-05 11:38:22 +02:00
362b29929e Undo Snackbar: Make strings translatable 2020-09-05 11:21:54 +02:00
067344775a Add Russian Translation 2020-09-04 19:00:04 +02:00
d202d91a80 Debug Screen: Make levels translatable 2020-09-04 18:51:45 +02:00
c8e3318bb9 HostSetup: Make all remaining strings translatable 2020-09-04 18:46:16 +02:00
48e4657161 FolderView: Make strings translatable 2020-09-04 09:16:43 +02:00
a05e9d04de Setup: Make more strings translatable 2020-09-04 01:57:01 +02:00
b96513b25f RepoSelector: Mark strings as translatable 2020-09-03 20:05:49 +02:00
9db05bb7d8 PurchaseWidget: Handle when it fails to load options
Fixes APP-AY
2020-09-03 11:55:43 +02:00
d4463d8b60 TagListing: Show text when empty 2020-09-03 08:46:59 +02:00
074e918db4 Implement basic inline tags
Fixes #44
2020-09-02 17:24:34 +02:00
4596e11ab4 PurchaseScreen: Make all strings translatable 2020-09-01 10:48:05 +02:00
588f1db263 PurchaseScreen: Change the text
* Call it a Monthly Subscription - as that is exactly what it is
2020-09-01 10:38:19 +02:00
957638d8a1 Change yearly subscription to 'One Time Purchase'
I could have a yearly subscription as well, but the screen is confusing
enough as it is. Also, by next year - I should have the Stripe
Integration running and I can possibly avoid the extra 30%.
2020-08-31 17:28:08 +02:00
4e1b2e2563 Add Localization as a Feature 2020-08-31 11:38:14 +02:00
0f5bb345d3 Allow Swipe to delete to be configurable 2020-08-31 11:38:04 +02:00
f2f10433d9 AutoConfigure: Make it clear what permissions will be requested 2020-08-21 12:36:42 +02:00
aabeb57fc0 InlineTags: Add settings page
And support multiple prefixes.

This is disabled for now as it hasn't been fully integrated.
2020-08-21 12:18:55 +02:00
5660b30e5f PurchaseScreen: Make it clear that a min amount is required
Apparently saying "Pay what you want" is confusing if there is a minimum
amount required.
2020-08-21 11:36:36 +02:00
0d71daa09e Add MarkdownToolbar to In Progress 2020-08-20 11:46:42 +02:00
518ae9d4ef First Iteration of Yearly Purchase 2020-08-20 09:32:40 +02:00
2a18c42390 Add Desktop support to Planned Features 2020-08-19 13:49:18 +02:00
d6fb63c696 Show Features in development and planned features 2020-08-19 13:26:03 +02:00
9859aa6106 Allow custom metadata to be specifiec for any note
This way we can add 'draft: true' to all new notes.

Fixes #168
2020-08-18 10:47:26 +02:00