Change default icon to round icon under api 26.
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Tsacdop Changelog
|
||||
|
||||
## 0.4.12
|
||||
|
||||
Release date 2020/8/15
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
* Crash when reorder episodes or podcasts.
|
||||
* Popup menu setting import bug.
|
||||
* Default language failed to load.
|
||||
|
||||
## 0.4.11
|
||||
|
||||
Release date 2020/8/12
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_backup.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
android/app/src/main/res/mipmap-ldpi/ic_launcher_bakcup.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_bakcup.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_backup.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 7.2 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_backup.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 8.7 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_backup.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
@ -5,7 +5,7 @@ import 'package:line_icons/line_icons.dart';
|
||||
import '../util/custom_widget.dart';
|
||||
import '../util/extension_helper.dart';
|
||||
|
||||
const String version = '0.4.11';
|
||||
const String version = '0.4.12';
|
||||
|
||||
class AboutApp extends StatelessWidget {
|
||||
Widget _listItem(
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: tsacdop
|
||||
description: An open source podacasts player.
|
||||
|
||||
version: 0.4.11+28
|
||||
version: 0.4.12+29
|
||||
|
||||
environment:
|
||||
sdk: ">=2.6.0 <3.0.0"
|
||||
|