1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-09 09:34:59 +09:00
anytype-kotlin/CHANGELOG.md
2020-02-05 18:16:56 +03:00

3.2 KiB

Change log for Android @Anytype app.

Version 0.0.18 (WIP)

New features

Design

Fixes && tech

  • Refactored BlockViewDiffUtil (processing change payload) (#164)

Middleware

Version 0.0.17

New features

  • User can now use the color toolbar to change the text color of the whole text block (#153)
  • User can now use the markup-color toolbar to change the background color of the selected text (#111)
  • Create a checkbox-list item on enter-pressed-event (instead of a simple paragraph) (#155)
  • Create a bulleted-list item on enter-pressed-event (instead of a simple paragraph) (#154)
  • Block.Content.Text model now has optional color property (#153).
  • Added documentation engine (DOKKA) for domain module: documentation is generated automatically from KDoc (#168).
  • Added new content model: Block.Content.Link (#173)

Design

  • Updated app fonts (#183)
  • Removed shadows from cards (#177)

Fixes

  • User cannot undo markup formatting if there are already several markups of the same type in the text (#151)
  • Markup is broken when user splits the range (#122)
  • Page title changes are not saved after user pressed backspace on empty page title block (#185).

Middleware

  • Updated middleware library and protocol to 0.2.4 (#173, #181)
  • Added blockCreatePage command (#173)
  • Added blockSetTextColor command (#153).
  • Added accountStop command (#180)

Version 0.0.16

New features

  • Added turn-into toolbar: allow user to change block text style (#144)
  • Clearing focus when user hides keyboard (#133)
  • Added PLUS button on page screen (#133)
  • Better UX: increased cursor/focusing speed (cursor is now moved to the next block with a greater speed) (#135)

Fixes

  • Fixed main toolbar visibility illegal states: no longer showing the main toolbar when no block is focused (#103)
  • Wire the control panel with the focused block: ControlPanelToolbar holds the id of the focused block (#133)
  • The main toolbar is hidden when no block is focused on a page (#103)
  • Fixed a regressed issue: new paragraph is not focused when created after on-enter-press event is triggered (#138)
  • Fixed Github Actions CI issue: using token from repository secrets (#148)
  • Fixed issues related to incorrectly calculated adapter position resulting in app crash (#147)

Middleware

  • Refactored event handler (list of events is now processed at once, not one event after another as before) (#134)
  • Added blockSetTextStyle command.

Version 0.0.15

New features

  • Enabled user to add checkbox and bullet blocks. (#106)
  • Allow user to delete (unlink) or duplicate blocks inside a page (#107).
  • Added block-action (delete, duplicate) toolbar (#107)
  • Create a new paragraph on enter-press event at the end of the line (#129)
  • Create an empty paragraph block when user clicks on empty space (#126)
  • Delete target block when user presses backspace inside an empty block (#113)

Fixes

  • Every page is now opened in expanded state (#121)
  • Should not show colour toolbar and add-block toolbar at the same time (#119)

Middleware

  • Added support for duplicate and unlink operations (#107)
  • Middleware-client refactoring (#118)