/images/gsoc.png

So back from where we left off, I completed majority of work on the other branches. Don’t be fooled from my casual attitude towards things, the work was still important since we had to add tooltips to various controls and keyboard navigation. Now the tooltips part was relatively simpler, both in coding as well as in reviewing, but for simplicity I merged both the issues into one. So at first I started rebasing these branches and taking away stuffs to their respective branches and creating separate merge requests in the process. With that done and ready to be reviewed, we can move to the errors on the work/podcastsearchmodel branch. I had to finish the API with more role names and incorporating it all into the QML side of things. That required an extensive internal debate as to using a dialog to display the feed overviews. My initial idea was to use a simple dialog to display the metadata for the podcast and for the mobile I could add a drawer that would pop up everytime the user wants to glance at what the podcast has to offer. Bart brought this to my attention that we could reuse the Feed details page entirely if there were some critical changes done very cheekily. Plus it would remain consistent with the app behavior to push pages when we wish to look at the podcast details. So that did sound like a valid suggestion and I got to working. Scrapped the code for drawers and dialogs and refactored the Feed details page and voila, its working great and looks wonderful too. :)
Later this week there were several issues raised on invent, 4 in fact, namely the one with the user should be able to change the storage location for the downloaded enclosures, content sync between devices, slowing the playback speed. So I decided to start working on one of those issues, “slowing the playback rate”. I added a new Merge Request for the same and the it was merged.
My tasks from next week would be to start working on Android platform integration and I am really excited for it.
This week was a build up towards my second phase of GSoC which would be to add Android Platform Integration. So to begin with, I now have to move from compiling in my host machine to the exciting world of Docker. I started working on a feature for Kasts. The feature would allow to display a list of user’s search history on the Discover page. The trick is just to make it a persistent list model which can then be used to populate the views. This being a relatively easier issue and something that I have previously worked on, didn’t take much time. Now I am slightly unsure of the scope of this feature but we see it in every media and podcatcher so I thought it would be a good addition to Kasts. I also modified the model for basic interaction by the user, like to clear the search history and then did create a new merge request for the same.
The next week would be evaluations and I feel confident with my work.

License

MIT License

Copyright (c) 2023 swaptr

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.