62 Commits (develop)
 

Author SHA1 Message Date
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
LEdoian ec2ab8f619 Implement HTTP ini download, Ini parser. WIP. 3 years ago
LEdoian 63146ec4b7 Add adapter constructor 3 years ago
LEdoian 33f1c0f91f Implement App config saves and restores 3 years ago
LEdoian d479889fd9 Remove some obscure useless code 3 years ago
LEdoian 253b9cc87d Fall back to default configuration if there is no configuration to be loaded. 3 years ago
LEdoian c9ce758cc6 WIP: Tweak configuration code to be more coherent and usable
It would still love to use reflection, but I am not learning that, at
least now.
3 years ago
LEdoian ed42e693a9 Allow songbar to appear and disappear 3 years ago
LEdoian f3767ca541 Create the activities the other way round
It would be hard to switch what we include from root activity, so rather
have different root activities with re-used components
3 years ago
LEdoian e9a97f722e Add a snackbar for a test 3 years ago
LEdoian 0f2519c742 Add icons to menu 3 years ago
LEdoian 8f2f211acf Bump SDK versions to right values 3 years ago
LEdoian ca344d2e45 Add content to the layout
It is not working, but it is workable, hopefully :-)
3 years ago
LEdoian 12c72d30bb Add a trivial Menu 3 years ago
LEdoian 8f268a060d Finalize activity_main.xml apperance
... hopefully
3 years ago