1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
joplin/ReactNativeClient
Laurent Cozic 06f71cea24 Desktop: Resolves #2162: Added zoom controls to the application menu
commit 2285000a6ac09eed12d4215d71b4f88f1660411a
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Feb 11 22:25:12 2020 +0000

    Deprecate style.zoom

commit 3a6da4ffee280dd93eee1f4ae8891a72ecaea8e3
Author: Laurent Cozic <laurent@cozic.net>
Date:   Tue Feb 11 22:13:01 2020 +0000

    Fix zoom branch

commit c46c080a06
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date:   Sun Dec 15 10:37:10 2019 -0500

    Using componentDidUpdate rather than deprecated componentWillRecieveProps

    https://github.com/laurent22/joplin/pull/2165#discussion_r357441917

commit 069444fd02
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date:   Sun Dec 15 10:33:23 2019 -0500

    Zoom factor is saved to private setting

    https://github.com/laurent22/joplin/pull/2165#issuecomment-565258704

commit 34a1b2dc3e
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date:   Sun Dec 15 10:30:29 2019 -0500

    Basing new zoom value off redux state

    https://github.com/laurent22/joplin/pull/2165#discussion_r357441406
    https://github.com/laurent22/joplin/pull/2165#discussion_r357441512

commit 7ec15ff4c4
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date:   Fri Dec 13 12:50:11 2019 -0500

    Reducer shouldn't have any side effects

    https://github.com/laurent22/joplin/pull/2165#discussion_r357440767

commit 9e676ece13
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date:   Sun Dec 8 11:11:28 2019 -0500

    Added zoom options to the view menu
2020-02-12 12:41:32 +00:00
..
android Android release v1.0.318 2020-02-09 22:25:18 +00:00
ios ios-v10.0.44 2020-02-10 21:44:27 +00:00
lib Desktop: Resolves #2162: Added zoom controls to the application menu 2020-02-12 12:41:32 +00:00
locales Update translations 2020-02-07 19:47:39 -05:00
.buckconfig
.flowconfig Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.gitattributes
.gitignore Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.watchmanconfig
app.json
build_android_prod.bat
build_android.bat
clean_build.bat
debug_log.bat
debug_log.sh
encodeAssets.js Removed auto-copied assets 2020-02-08 11:20:44 +00:00
index.android.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.ios.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main.js Tools: Linter: Enforce object-curly-spacing - always 2020-02-04 22:09:34 +00:00
metro.config.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
package-lock.json Desktop, Mobile: Resolves #2001: Added Mermaid diagrams support 2020-02-11 22:28:43 +00:00
package.json Desktop, Mobile: Resolves #2001: Added Mermaid diagrams support 2020-02-11 22:28:43 +00:00
PluginAssetsLoader.ts All: Extract note renderer to separate package (WIP) (#2206) 2019-12-29 18:58:40 +01:00
root.js RN upgrade: Fix sidebar dark overlay 2020-02-09 16:41:30 +00:00
run_ios.sh
start_server.bat
start_server.sh