76 Commits (ba8c84b7b63959daa0e68238a0b9262b29ab51b0)
 

Author SHA1 Message Date
LEdoian ba8c84b7b6 Fix crash
Apparently, `override` was not the correct keyword :-)
3 years ago
LEdoian 9d9227b4ed Add a Makefile 3 years ago
LEdoian 8a1fc15f25 Fix more warnings 3 years ago
LEdoian d4f9eb2ad4 Fix a few warnings 3 years ago
LEdoian 5470a5bbf9 Really add the submodule
Turns out you cannot add the submodule to a patch file.
3 years ago
LEdoian c32cab9ee0 Fix "time" to only contain reasonable values
When a song longer than 24 minutes is in the playlist, the time
attribute of the INI is not parseable, causing a crash of the app.
3 years ago
LEdoian 6372b3da78 Fix bugs in the autogenerating script 3 years ago
LEdoian 8df331fa94 Fix permissions 3 years ago
LEdoian d340e8fc35 Add automatic INI generator 3 years ago
LEdoian 0314ef1389 Add notes from setting up toolchain
I somehow managed to get it working in a VM, so here are some notes…
3 years ago
LEdoian ddcc7e12b8 Add MpcCore as submodule 3 years ago
LEdoian 43fa7bf7b5 Add email to Readme
The email is not seen anywhere on gitea, so it needs to be there explicitly.
3 years ago
LEdoian bd416baf2d Add info about contributing 3 years ago
LEdoian 4ea9544d6e Merge branch 'develop' 3 years ago
LEdoian aaa8c606f8 Cut release 0.2 3 years ago
LEdoian df7b8a2ea2 Use dummy player when the URL is not valid 3 years ago
LEdoian a3d73d9af9 Update README 3 years ago
LEdoian 688ffc1a12 Implement QR code scanning 3 years ago
LEdoian f2ec8808ab Add presentation of the project 3 years ago
LEdoian a9717e14b8 Update Readme 3 years ago
LEdoian 637e076d20 Implement alternative player config URLs 3 years ago
LEdoian 0f074607fb Implement OnResume 3 years ago
LEdoian 3859437e7f Make sure that we are connected when sending commands to MPD
There was a bug that prevented using the app after the first minute,
since MPD shut down the connection and nobody reconnected.
3 years ago
LEdoian 1b4f943dc3 Merge branch 'random_but_working' 3 years ago
LEdoian 4fa5c8aa14 Fix manifest permissions 3 years ago
LEdoian 9a66f8da7e Prepare for release, step 1
Acc. to Xamarin's manual: https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/
3 years ago
LEdoian b4de2e9860 Tweak some project settings? 3 years ago
LEdoian 4c5a352386 Handle another networking exception
Nothing should throw it, but here I come.
3 years ago
LEdoian 25f5cffbd8 Add UI screenshot 3 years ago
LEdoian 95ec3601d6 Add info about current layout strategy. 3 years ago
LEdoian f968e8908f Add player config example 3 years ago
LEdoian 65cbdf4a93 Fix a rogue NetworkOnMainThreadException
For some strange reason it has never happened before.
3 years ago
LEdoian 3b42ac5d77 Add readme containing documentation.
WIP: The example config file is not there, nor is screenshot.
3 years ago
LEdoian 4eec6763fb Add program original specification [CZ] 3 years ago
LEdoian f8169041ce Handle more network exceptions gracefully 3 years ago
LEdoian 82ce429843 Clean up project references 3 years ago
LEdoian cb2ab51910 Stop the player first 3 years ago
LEdoian 73a93a7462 Re-think what can be played 3 years ago
LEdoian 130e6d9573 Implement song clicking 3 years ago
LEdoian a8d9d7504d Change IsReady to Status
It really isn't an ortogonal state.
3 years ago
LEdoian a4ecbd84ed Merge branch 'wip_recycler' into random_but_working 3 years ago
LEdoian 71abb3fcd8 Hide context to the environment 3 years ago
LEdoian a5edd77760 Show network status and player name 3 years ago
LEdoian 5ca7a161cc Tweak apperance 3 years ago
LEdoian cda69227eb Implement a PoC of the recycler view 3 years ago
LEdoian 35c4937632 Add more code :-) 3 years ago
LEdoian 85066e197c Add skeleton for a MPD-backed IPlayer 3 years ago
LEdoian f7dea469f8 Allow both HTTP and local URLs for playerConfig 3 years ago
LEdoian 8d1dffc743 Make cfgProviders asynchronous
(in a quite bad ways sometimes...)
3 years ago
LEdoian eb7d1dda65 Implement PlayerConfig building 3 years ago