Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
link to Troubleshooting in current changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Oct 30, 2019
1 parent 88da9df commit 011cff7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.2"

Expand Down
14 changes: 14 additions & 0 deletions app/src/main/java/org/y20k/escapepod/dialogs/OpmlImportDialog.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* OpmlImportDialog
* Implements the OpmlImportDialog class
* A OpmlImportDialog asks the user if he/she wants import files from OPML
*
* This file is part of
* ESCAPEPOD - Free and Open Podcast App
*
* Copyright (c) 2018-19 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/


package org.y20k.escapepod.dialogs

import android.content.Context
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/java/org/y20k/escapepod/dialogs/ShowNotesDialog.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* ShowNotesDialog
* Implements the ShowNotesDialog class
* A ShowNotesDialog displays the show notes for a podcast episode
*
* This file is part of
* ESCAPEPOD - Free and Open Podcast App
*
* Copyright (c) 2018-19 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/


package org.y20k.escapepod.dialogs

import android.content.ClipData
Expand Down
4 changes: 3 additions & 1 deletion metadata/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

- improved accessibility via TalkBack
- Norwegian language version
- stability improvements
- stability improvements (*)

(*) Audio files are stored in a slightly different way from v0.7.8 on. If that causes problems (which it should not), please have a look at the Troubleshooting tips (https://github.com/y20k/escapepod/wiki/Troubleshooting).

0 comments on commit 011cff7

Please sign in to comment.