Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: orgzly/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: orgzly-revived/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Dec 3, 2023

  1. Copy the full SHA
    5249c0e View commit details
  2. Copy the full SHA
    02e7c38 View commit details
  3. Copy the full SHA
    3b97cb9 View commit details
  4. Public receiver tweaks

    NatKarmios committed Dec 3, 2023
    Copy the full SHA
    becb2c1 View commit details
  5. Copy the full SHA
    0ab980d View commit details
  6. Copy the full SHA
    2e95c1b View commit details

Commits on Feb 1, 2024

  1. Merge pull request #1 from NatKarmios/public-receiver

    Add public receiver docs
    amberin authored Feb 1, 2024
    Copy the full SHA
    961e945 View commit details

Commits on Jun 28, 2024

  1. Copy the full SHA
    bd6c96a View commit details

Commits on Jun 29, 2024

  1. Merge pull request #2 from amberin/revived

    Bring the documentation somewhat up to date
    amberin authored Jun 29, 2024
    Copy the full SHA
    da08f6d View commit details

Commits on Jun 30, 2024

  1. Copy the full SHA
    be0987c View commit details

Commits on Jul 1, 2024

  1. Copy the full SHA
    4fac621 View commit details
  2. Update README.org

    amberin authored Jul 1, 2024
    Copy the full SHA
    913e447 View commit details

Commits on Jul 4, 2024

  1. Update change log

    amberin committed Jul 4, 2024
    Copy the full SHA
    5b039d5 View commit details
  2. Merge pull request #4 from amberin/update-changelog

    Update change log
    amberin authored Jul 4, 2024
    Copy the full SHA
    f015138 View commit details
  3. Fix mistakes in change log

    amberin committed Jul 4, 2024
    Copy the full SHA
    7ad33cd View commit details
  4. Copy the full SHA
    642bca4 View commit details
  5. Merge pull request #5 from amberin/update-changelog

    Update changelog
    amberin authored Jul 4, 2024
    Copy the full SHA
    fd1593d View commit details
  6. Copy the full SHA
    6f0a9e6 View commit details
  7. Merge pull request #6 from amberin/update-changelog

    Public receiver was a new feature
    amberin authored Jul 4, 2024
    Copy the full SHA
    82af965 View commit details

Commits on Jul 27, 2024

  1. Copy the full SHA
    17a6521 View commit details
  2. Merge pull request #3 from amberin/pr-282

    Document the .orgzlyignore file feature
    amberin authored Jul 27, 2024
    Copy the full SHA
    c20ba9c View commit details

Commits on Aug 22, 2024

  1. Copy the full SHA
    7cb319f View commit details
Showing with 636 additions and 33 deletions.
  1. +6 −2 README.org
  2. +246 −6 android/changelog.org
  3. +3 −3 android/getting-started.org
  4. +355 −0 android/public-receiver.org
  5. +25 −21 miscellaneous.org
  6. +1 −1 searching-proposal.org
8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
- [[miscellaneous.org][A little bit of Everything]] :: Content of [[https://www.orgzly.com/docs]]
- [[android/public-receiver.org][Public receiver]] :: For integration with Tasker, Automate, etc.

*Note:* Some of the the pages linked below are unchanged from [[https://github.com/orgzly/documentation][Orgzly's original documentation]], and may be out of date for Orgzly Revived.

- [[miscellaneous.org][A little bit of Everything]] :: Content of [[https://www.orgzlyrevived.com/docs]]
- [[searching-proposal.org][Search queries syntax (Proposal)]] :: Full specification to be implemented

* Android App
- [[android/changelog.org][Change Log]] :: What's New
- [[android/changelog.org][Change Log]] :: What's New
- [[android/getting-started.org][Getting Started with Orgzly]] :: Imported Notebook
252 changes: 246 additions & 6 deletions android/changelog.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#+TITLE: Changelog
#+AUTHOR: Orgzly
#+AUTHOR: Orgzly Revived
#+OPTIONS: html-postamble:nil num:nil html-style:nil tags:nil H:1 toc:nil
#+TODO: FEAT(f) IMPR(i) FIX(b) | DONE(d)

@@ -11,6 +11,246 @@
(org-set-property "CUSTOM_ID" (format "%07x" (random #x10000000))))))
#+END_SRC

* v1.8.24
:PROPERTIES:
:CUSTOM_ID: v1.8.24
:END:

** IMPR Better handling of remotely deleted files
:PROPERTIES:
:CUSTOM_ID: 9526830
:END:
** IMPR Better handling of the notifications permission
:PROPERTIES:
:CUSTOM_ID: 8a1fbb9
:END:

* v1.8.23
:PROPERTIES:
:CUSTOM_ID: v1.8.23
:END:

** FIX Fix crash when scheduling reminders
:PROPERTIES:
:CUSTOM_ID: 3b10251
:END:
** FIX Git: Fix broken .orgzlyignore rule check
:PROPERTIES:
:CUSTOM_ID: 826c4f4
:END:

* v1.8.22
:PROPERTIES:
:CUSTOM_ID: v1.8.22
:END:

** IMPR Target Android 13
:PROPERTIES:
:CUSTOM_ID: fb17386
:END:
** IMPR Enable sync failure notifications by default
:PROPERTIES:
:CUSTOM_ID: 005c537
:END:
** IMPR Prompt user to grant permission for alarms, notifications
:PROPERTIES:
:CUSTOM_ID: 0d1e8af
:END:
** IMPR Temporarily disable Git repos in Play Store build
:PROPERTIES:
:CUSTOM_ID: f18cd95
:END:
** IMPR Git: Lower the garbage collection threshold
:PROPERTIES:
:CUSTOM_ID: ec01b23
:END:

* v1.8.21
:PROPERTIES:
:CUSTOM_ID: v1.8.21
:END:

** FIX Fix F-droid build not being reproducible
:PROPERTIES:
:CUSTOM_ID: f7f14f8
:END:

* v1.8.20
:PROPERTIES:
:CUSTOM_ID: v1.8.20
:END:

** FIX Fix broken Dropbox account linking
:PROPERTIES:
:CUSTOM_ID: 8bce0de
:END:

* v1.8.19
:PROPERTIES:
:CUSTOM_ID: v1.8.19
:END:

** IMPR Git: Check .orgzlyignore when writing files
:PROPERTIES:
:CUSTOM_ID: 5ec245b
:END:

* v1.8.18
:PROPERTIES:
:CUSTOM_ID: v1.8.18
:END:

** IMPR Git: Support syncing to an empty repository
:PROPERTIES:
:CUSTOM_ID: 24b5aef
:END:

* v1.8.17
:PROPERTIES:
:CUSTOM_ID: v1.8.17
:END:

** FIX Various fixes for Git repos
:PROPERTIES:
:CUSTOM_ID: d8cc32b
:END:
** FIX Fix broken app shortcuts
:PROPERTIES:
:CUSTOM_ID: db715d6
:END:

* v1.8.16
:PROPERTIES:
:CUSTOM_ID: v1.8.16
:END:

** FIX Prevent adding undesired newline between drawers in header
:PROPERTIES:
:CUSTOM_ID: 759c784
:END:

* v1.8.15
:PROPERTIES:
:CUSTOM_ID: v1.8.15
:END:

** FEAT Add a public receiver for Tasker, Automate, etc
:PROPERTIES:
:CUSTOM_ID: de5e7c0
:END:
** IMPR Log sync events to major events app log
:PROPERTIES:
:CUSTOM_ID: 8184f94
:END:
** FIX Removed force Light theme for splash screen
:PROPERTIES:
:CUSTOM_ID: dce89eb
:END:
** IMPR Turkish translation updated
:PROPERTIES:
:CUSTOM_ID: 32f5c93
:END:
** IMPR Disable Git repos below API 24
:PROPERTIES:
:CUSTOM_ID: e2f035f
:END:

* v1.8.14
:PROPERTIES:
:CUSTOM_ID: v1.8.14
:END:

** FIX Git: Work around bug in the SSH transport library
:PROPERTIES:
:CUSTOM_ID: 275c5a0
:END:

* v1.8.13
:PROPERTIES:
:CUSTOM_ID: v1.8.13
:END:

** FEAT Git: Show current branch in notebook sync status
:PROPERTIES:
:CUSTOM_ID: e3548f0
:END:
** FIX Eliminate jitter in widget agenda
:PROPERTIES:
:CUSTOM_ID: eb75507
:END:
** FIX Bug fixes around SSH key generation and Git cloning
:PROPERTIES:
:CUSTOM_ID: 70828b6
:END:
** FIX Fix broken notification settings
:PROPERTIES:
:CUSTOM_ID: ca37e51
:END:
** IMPR Log more about Git-related errors
:PROPERTIES:
:CUSTOM_ID: 594446f
:END:

* v1.8.12
:PROPERTIES:
:CUSTOM_ID: v1.8.12
:END:

** FEAT Add preference to hide empty days in agenda
:PROPERTIES:
:CUSTOM_ID: bf1cec9
:END:
** FEAT Show ranged timestamps in agenda queries
:PROPERTIES:
:CUSTOM_ID: a35b283
:END:
** FEAT Add menu option to sort lines in a note
:PROPERTIES:
:CUSTOM_ID: be4c1c3
:END:
** FEAT Add preference to trigger auto-sync upon app suspend
:PROPERTIES:
:CUSTOM_ID: 1584fd0
:END:
** IMPR Add tooltips for popup buttons
:PROPERTIES:
:CUSTOM_ID: 7c43372
:END:

* v1.8.11
:PROPERTIES:
:CUSTOM_ID: v1.8.11
:END:

** FEAT Add sync button to widget
:PROPERTIES:
:CUSTOM_ID: 6c601a4
:END:
** FEAT Add clocking/time capture feature
:PROPERTIES:
:CUSTOM_ID: e344ece
:END:
** FEAT Add support for opening org-protocol://org-id-goto links
:PROPERTIES:
:CUSTOM_ID: 2bbffaf
:END:
** FEAT Make popup buttons configurable
:PROPERTIES:
:CUSTOM_ID: 2719200
:END:
** FEAT Generate SSH key for Git syncing on the device
:PROPERTIES:
:CUSTOM_ID: 5de2465
:END:
** IMPR Various Git-related improvements (feature still in beta)
:PROPERTIES:
:CUSTOM_ID: e983e95
:END:
** IMPR Add monochrome icon definition
:PROPERTIES:
:CUSTOM_ID: 975165e
:END:

* v1.8.10
:PROPERTIES:
:CUSTOM_ID: v1.8.10
@@ -1482,9 +1722,9 @@ and within square brackets (both with and without the name). In other
words:

#+BEGIN_SRC
https://www.orgzly.com
[[mailto:support@orgzly.com][Support]]
[[https://www.orgzly.com/docs]]
https://www.orgzlyrevived.com
[[mailto:support@orgzlyrevived.com][Support]]
[[https://www.orgzlyrevived.com/docs]]
#+END_SRC

should all work and be displayed as expected.
@@ -1824,15 +2064,15 @@ You can now create, edit, delete and re-position saved searches.
:CUSTOM_ID: 726fc61
:END:

Search by priority. See [[https://www.orgzly.com/docs#Search]].
Search by priority. See [[https://www.orgzlyrevived.com/docs#Search]].

** FEAT Search operator ~s.day~ improved :beta1:
:PROPERTIES:
:CUSTOM_ID: 78150b1
:END:

Search by scheduled time -- ~s.2d~ will find those scheduled for the
day after tomorrow or earlier. See [[https://www.orgzly.com/docs#Search]].
day after tomorrow or earlier. See [[https://www.orgzlyrevived.com/docs#Search]].

** FIX Tags parsing :beta1:
:PROPERTIES:
6 changes: 3 additions & 3 deletions android/getting-started.org
Original file line number Diff line number Diff line change
@@ -59,11 +59,11 @@ You can change the number of priorities in Settings. You can also change default

** Note can include links

Dial a phone number (tel:555-0199), send SMS (sms:555-0199), compose email (mailto:support@orgzly.com) or visit a webpage ([[https://www.orgzly.com][Orgzly.com]]).
Dial a phone number (tel:555-0199), send SMS (sms:555-0199), compose email (mailto:support@orgzlyrevived.com) or visit a webpage ([[https://www.orgzlyrevived.com][Orgzlyrevived.com]]).

You can also link to another note or notebook within the app.

See [[https://www.orgzly.com/docs#links]] for more information.
See [[https://www.orgzlyrevived.com/docs#links]] for more information.

** Basic typographical emphasis is supported

@@ -82,7 +82,7 @@ Click the checkbox to toggle it. Press the new-line button at the end of the lin

You can search notes by state, tag, scheduled, deadline or event times, etc.

See [[https://www.orgzly.com/docs#search]] to learn more.
See [[https://www.orgzlyrevived.com/docs#search]] to learn more.

** Search queries can be saved for quick access

Loading