Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09ac1d52 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Prepare release

parent 200a70cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,15 +56,15 @@ android {

dependencies {
    // Nextcloud SSO
    implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0"
    implementation "com.github.nextcloud:Android-SingleSignOn:0.5.1"

    // Markdown
    implementation 'com.yydcdut:markdown-processor:0.1.3'
    implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'

    // Glide
    implementation 'com.github.bumptech.glide:glide:4.10.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
    implementation 'com.github.bumptech.glide:glide:4.11.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'

    // Android X
    implementation "androidx.appcompat:appcompat:1.1.0"
+4 −4
Original line number Diff line number Diff line
@@ -39,10 +39,10 @@
            android:layout_toRightOf="@id/widget_note_header_icon"
            android:ellipsize="middle"
            android:gravity="center_vertical"
            android:paddingStart="@dimen/widget_note_list_outer_padding"
            android:paddingLeft="@dimen/widget_note_list_outer_padding"
            android:paddingEnd="@dimen/widget_note_list_inner_padding"
            android:paddingRight="@dimen/widget_note_list_inner_padding"
            android:paddingStart="@dimen/widget_note_list_hdr_padding"
            android:paddingLeft="@dimen/widget_note_list_hdr_padding"
            android:paddingEnd="@dimen/widget_note_list_hdr_padding"
            android:paddingRight="@dimen/widget_note_list_hdr_padding"
            android:singleLine="true"
            android:textColor="@color/widget_fg_contrast"
            android:textSize="18sp"
+5 −0
Original line number Diff line number Diff line
- 📝 New app icon
- 🐞 Note list widget should create a note in it's respective category (#817)
- 🐞 "Link" functionality in text menu causes error (#841)
- 🔧 Refactored some internals as groundwork for future development (#814 @Isaac-Graham, #754)
- 🔧 Updated Single-Sign-On library to 0.5.1 and Glide to 4.11.0
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
- Note list widget should create a note in it's respective category (#817)
- "Link" functionality in text menu causes error (#841)
 No newline at end of file