About
This release is intended to facilitate testing of laurent22#8425.
It applies one of the suggested fixes in the upstream react-native issue: using The release wes built from the The APK was signed with my personal key.
LinkedBlockingQueue
instead of ConcurrentLinkedQueue
in animation-related places.
Build notes
Build notes
pr/fix-android-12-crash/...
branch (see the commit linked to this release for the full branch name) with the following changes:
net.cozic.joplin
was renamed to net.personalizedrefrigeratortest.joplin
. This can be done by selecting the "project files" view in Android Studio and right-click renaming the "cozic" folder to "personalizedrefrigeratortest".
Other instances of net.cozic.joplin
were replaced with net.personalizedrefrigerator.joplin
using find and manual replace (ctrl+shift+F search for net.cozic.joplin
).
Joplin
to Joplin (LinkedBlockingQueue)
by changing the app_name
string in app/src/main/res/values/strings.xml
.