Skip to content

Commit

Permalink
updated channels, minor ui improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinzigmundv committed Aug 12, 2024
1 parent 3788ea6 commit 959babb
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 64 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<img src="screenshots/screenshot1.png" alt="Screenshot 1" width="270" height="602"><img src="screenshots/screenshot2.png" alt="Screenshot 2" width="270" height="602"><img src="screenshots/screenshot3.png" alt="Screenshot 3" width="270" height="602">

[<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
[<img src="badges/GetItOnGooglePlay_Badge_Web_color_English.png"
alt="Get it on Google Play"
height="93">](https://play.google.com/store/apps/details?id=io.github.aldrinzigmundv.digilogtv)
height="63">](https://play.google.com/store/apps/details?id=io.github.aldrinzigmundv.digilogtv)

Or download the latest APK from the [Releases Section](https://github.com/aldrinzigmundv/digilogtv/releases/latest)

Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion 33
versionCode 12
versionName "2.0.3"
targetSdkVersion 34
versionCode 13
versionName "2.5.0"
multiDexEnabled true
}
signingConfigs {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/pages/home pages/contactpage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class _ContactPageState extends State<ContactPage> {
const Padding(
padding: EdgeInsets.fromLTRB(18.0, 36.0, 18.0, 18.0),
child: SelectableText(
'You can reach me at aldrinzigmund@tutamail.com',
'You can reach us at support@aldrinzigmund.com',
style:
TextStyle(fontSize: 18.0, fontWeight: FontWeight.bold),
textAlign: TextAlign.center,
Expand Down
6 changes: 3 additions & 3 deletions lib/pages/home pages/home pages widgets/topnavbutton.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ class TopNavButton extends StatelessWidget {
formattingProvider: formattingProvider,
isTV: true),
child: Card(
color: index == focusedIndex ? Colors.blue[300] : null,
color: index == focusedIndex ? Colors.indigo[900] : null,
elevation: 3.0,
shadowColor: Colors.blue,
shadowColor: Colors.indigo[900],
child: Padding(
padding: const EdgeInsets.all(7.0),
child: Text(
label,
textAlign: TextAlign.center,
overflow: TextOverflow.ellipsis,
style: const TextStyle(fontWeight: FontWeight.bold),
style: TextStyle(fontWeight: FontWeight.bold, color: index == focusedIndex ? Colors.white : null),
),
),
),
Expand Down
16 changes: 8 additions & 8 deletions lib/services/channels.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@ class Channels {
Channel(
channelName: "ABC News",
link:
"https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8",
"https://lnc-abc-news.tubi.video/index.m3u8",
source: Source.iptv,
contactpage: 'https://abcnews.go.com/Contact'),
Channel(
channelName: "Al Jazeera English",
link: "https://live-hls-web-aje.getaj.net/AJE/index.m3u8",
source: Source.iptv,
contactpage: 'https://network.aljazeera.net/en/contact'),
Channel(
channelName: "BBC News",
link: "http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65d92a8c8b24c80008e285c0/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c26f5a2-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9f1a48db-9022-43d1-bb25-ba665285192f",
source: Source.iptv,
contactpage: 'https://www.bbc.co.uk/contact/questions/getting-in-touch/contact-bbc'),
Channel(
channelName: "Bloomberg",
link: "https://bloomberg.com/media-manifest/streams/us.m3u8",
Expand All @@ -64,7 +69,7 @@ class Channels {
Channel(
channelName: "CBC News Network",
link:
"https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8",
"https://lnc-cbc2.tubi.video/master.m3u8",
source: Source.iptv,
contactpage: 'https://cbchelp.cbc.ca/hc/en-ca/requests/new'),
Channel(
Expand Down Expand Up @@ -145,15 +150,10 @@ class Channels {
"https://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8",
source: Source.iptv,
contactpage: 'https://www.presstv.ir/aboutus/contactus'),
Channel(
channelName: "Russia Today",
link: "https://rt-glb.rttv.com/live/rtnews/playlist.m3u8",
source: Source.iptv,
contactpage: 'https://www.rt.com/about-us/contact-info/'),
Channel(
channelName: "Scripps News",
link:
"https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8",
"https://livetv-fa.tubi.video/scripps-news/playlist.m3u8",
source: Source.iptv,
contactpage: 'https://support.scrippsnews.com/support/tickets/new'),
Channel(
Expand Down
2 changes: 1 addition & 1 deletion lib/services/update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UpdateManager {
}

getUpdateMessage() {
return "Updated the Digilog TV channel list. Thanks to our free, legal, and publicly available content provider - Free-TV/IPTV on GitHub.";
return "We've updated the Digilog TV channel list! A big thanks to our content partner, Free-TV/IPTV on GitHub, for providing us with free, legal, and publicly available content.\n\nWe're also excited to announce the release of Digilog TV - Japanese Edition. You can find it now on GitHub, and it will be available on the Play Store soon.";
}

removeUpdate(StorageProvider storage) async {
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Updated channels from Free-TV/IPTV
* Minor UI improvement
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 46 additions & 46 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ packages:
dependency: "direct main"
description:
name: device_info_plus
sha256: eead12d1a1ed83d8283ab4c2f3fca23ac4082f29f25f29dff0f758f57d06ec91
sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074
url: "https://pub.dev"
source: hosted
version: "10.1.0"
version: "10.1.2"
device_info_plus_platform_interface:
dependency: transitive
description:
name: device_info_plus_platform_interface
sha256: d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64
sha256: "282d3cf731045a2feb66abfe61bbc40870ae50a3ed10a4d3d217556c35c8c2ba"
url: "https://pub.dev"
source: hosted
version: "7.0.0"
version: "7.0.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.2.2"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -300,18 +300,18 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
url: "https://pub.dev"
source: hosted
version: "10.0.4"
version: "10.0.5"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
url: "https://pub.dev"
source: hosted
version: "3.0.3"
version: "3.0.5"
leak_tracker_testing:
dependency: transitive
description:
Expand Down Expand Up @@ -340,18 +340,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.8.0"
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.15.0"
nested:
dependency: transitive
description:
Expand All @@ -364,18 +364,18 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: b93d8b4d624b4ea19b0a5a208b2d6eff06004bc3ce74c06040b120eeadd00ce0
sha256: a75164ade98cb7d24cfd0a13c6408927c6b217fa60dee5a7ff5c116a58f28918
url: "https://pub.dev"
source: hosted
version: "8.0.0"
version: "8.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
sha256: f49918f3433a3146047372f9d4f1f847511f2acd5cd030e1f44fe5a50036b70e
sha256: ac1f4a4847f1ade8e6a87d1f39f5d7c67490738642e2542f559ec38c37489a66
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -444,58 +444,58 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: d3bbe5553a986e83980916ded2f0b435ef2e1893dfaa29d5a7a790d0eca12180
sha256: c272f9cabca5a81adc9b0894381e9c1def363e980f960fa903c604c471b22f68
url: "https://pub.dev"
source: hosted
version: "2.2.3"
version: "2.3.1"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
sha256: "93d0ec9dd902d85f326068e6a899487d1f65ffcd5798721a95330b26c8131577"
sha256: a7e8467e9181cef109f601e3f65765685786c1a738a83d7fbbde377589c0d974
url: "https://pub.dev"
source: hosted
version: "2.2.3"
version: "2.3.1"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
sha256: "0a8a893bf4fd1152f93fec03a415d11c27c74454d96e2318a7ac38dd18683ab7"
sha256: "776786cff96324851b656777648f36ac772d88bc4c669acff97b7fce5de3c849"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.5.1"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.1"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b"
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.1"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
sha256: "9aee1089b36bd2aafe06582b7d7817fd317ef05fc30e6ba14bff247d0933042a"
sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.4.2"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -545,10 +545,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
version: "0.7.2"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -577,10 +577,10 @@ packages:
dependency: transitive
description:
name: video_player_android
sha256: fdc0331ce9f808cc2714014cb8126bd6369943affefd54f8fdab0ea0bb617b7f
sha256: "4de50df9ee786f5891d3281e1e633d7b142ef1acf47392592eb91cba5d355849"
url: "https://pub.dev"
source: hosted
version: "2.5.2"
version: "2.6.0"
video_player_avfoundation:
dependency: transitive
description:
Expand All @@ -601,26 +601,26 @@ packages:
dependency: transitive
description:
name: video_player_web
sha256: ff4d69a6614b03f055397c27a71c9d3ddea2b2a23d71b2ba0164f59ca32b8fe2
sha256: "6dcdd298136523eaf7dfc31abaf0dfba9aa8a8dbc96670e87e9d42b6f2caf774"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "2.3.2"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
url: "https://pub.dev"
source: hosted
version: "14.2.1"
version: "14.2.4"
wakelock_plus:
dependency: "direct main"
description:
name: wakelock_plus
sha256: "14758533319a462ffb5aa3b7ddb198e59b29ac3b02da14173a1715d65d4e6e68"
sha256: "4fa83a128b4127619e385f686b4f080a5d2de46cff8e8c94eccac5fcf76550e5"
url: "https://pub.dev"
source: hosted
version: "1.2.5"
version: "1.2.7"
wakelock_plus_platform_interface:
dependency: transitive
description:
Expand All @@ -641,18 +641,18 @@ packages:
dependency: transitive
description:
name: win32
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
sha256: "015002c060f1ae9f41a818f2d5640389cc05283e368be19dc8d77cecb43c40c9"
url: "https://pub.dev"
source: hosted
version: "5.5.1"
version: "5.5.3"
win32_registry:
dependency: transitive
description:
name: win32_registry
sha256: "10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb"
sha256: "723b7f851e5724c55409bb3d5a32b203b3afe8587eaf5dafb93a5fed8ecda0d6"
url: "https://pub.dev"
source: hosted
version: "1.1.3"
version: "1.1.4"
xdg_directories:
dependency: transitive
description:
Expand Down
Binary file modified screenshots/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 959babb

Please sign in to comment.