- 04 Oct, 2019 3 commits
-
-
Daniel Sonck authored
* commit '4625f19c': [THFMA-29] Add actual resources as well [THFMA-29] Add adaptive icon
-
Daniel Sonck authored
-
Daniel Sonck authored
- Add AndroidStudio generated adaptive icon - Update gradle plugin
-
- 29 Sep, 2019 2 commits
-
-
Daniel Sonck authored
* commit 'b769ff41': [THFMA-27] Add responsive widget layout
-
Daniel Sonck authored
- The widget now allows dynamic content based on the width for supported Android versions - Updated release notes and description
-
- 25 Sep, 2019 2 commits
-
-
Daniel Sonck authored
* commit '3ddc178b': [THFMA-28] Fix crash due to resolveHost executed on UI thread
-
Daniel Sonck authored
- Perform delayed resolveHost when host information is necessary
-
- 24 Sep, 2019 3 commits
-
-
Daniel Sonck authored
* commit '1764e70d': [THFMA-24] Various optimizations and code cleanup [THFMA-28][THFMA-27] Implement custom streaming host
-
Daniel Sonck authored
- Removed the unused encoding part from libopus - Improved the RTP handling - Packets are versioned to support protocol upgrades - Packets are given to a "listener" instead of relying on external checks to convert to appropriate types - Solved various warnings and conformity errors
-
Daniel Sonck authored
- Add ability to set a custom streaming host address - Changed over to elapsedRealtime for progress calculation - Implemented widget progress - Cleaned up useless code and comments - Simplified play_pause_toggle drawable - Removed settings_fragment layout in favor of settings.xml - Completed dutch translation
-
- 23 Sep, 2019 2 commits
-
-
Daniel Sonck authored
* commit '080b9c43': [THFMA-27] [THFMA-24] Finish widget code for first test [THFMA-27] [THFMA-25] Add initial widget and new navigation
-
Daniel Sonck authored
- Widget 90% capable - Song info gets updated from service - Widget can play/pause and launch main activity - Making the code a bit more nullptr safe by initializing more things explicitly
-
- 20 Sep, 2019 1 commit
-
-
Daniel Sonck authored
- Adds new drawer style menu on the left for future features - Adds basis of a widget
-
- 16 Sep, 2019 4 commits
-
-
Daniel Sonck authored
* commit 'dbe182a1': [THFMA-20] Fix unnecessary spamming of notification
-
Daniel Sonck authored
- Update song progress only when drifting more than 1 second - Update song duration only when it is different - Actually store MediaPlayerAdapter mCurrentMedia
-
Daniel Sonck authored
* commit 'a7c2d547': [THFMA-22] Improve version code [THFMA-24] First kotlin conversion
-
Daniel Sonck authored
- Use the better git rev-list --count option
-
- 13 Sep, 2019 1 commit
-
-
Daniel Sonck authored
-
- 12 Sep, 2019 6 commits
-
-
Daniel Sonck authored
* commit 'b0d2281d': [THFMA-22] New rolling version code
-
Daniel Sonck authored
- Using version code based on git log
-
Daniel Sonck authored
* commit '7cddc71e': [THFMA-21] App crashes on pause
-
Daniel Sonck authored
- On pause, OpusDecoder gets released, but was actually doubly freed (opus_decoder_destroy and free) - Add new .gitignore for .cxx folder
-
Daniel Sonck authored
* commit '4db4d949': [THFMA-20] Implement new song info
-
Daniel Sonck authored
- Added support for embedded song info - Replaced stock background with site art - Removed websocket stuff - Disabled albumart url which could crash
-
- 12 Feb, 2019 6 commits
-
-
Daniel Sonck authored
* commit '2efcda68':
-
Daniel Sonck authored
* commit '289112b9': [THFMA-19] Use git directly for versions
-
Daniel Sonck authored
* commit 'fa70fd44': [THFMA-19] Use git directly for versions
-
Daniel Sonck authored
- Drop grgit - Add generate-version script
-
Daniel Sonck authored
* commit 'a96bf343': [THFMA-19] Improve publishing
-
Daniel Sonck authored
- Update grgit to allow unannotated tags - add printVersion
-
- 11 Feb, 2019 8 commits
-
-
Daniel Sonck authored
* commit 'da256692': Use absolute field reference [THFMA-18]
-
Daniel Sonck authored
* commit 'e9f86619': Fix store listing files [THFMA-17]
-
Daniel Sonck authored
-
Daniel Sonck authored
- Moved files to proper directories - Renamed files as necessary
-
Daniel Sonck authored
* commit '8195d3b7': Adding files for [THFMA-16]
-
Daniel Sonck authored
- Changing play publisher version - Removing old stuff
-
Daniel Sonck authored
* commit 'a219d434': [THFMA-15]
-
Daniel Sonck authored
Small cleanup - Normalize log line tags Fixed compilation issues
-
- 10 Feb, 2019 1 commit
-
-
Daniel Sonck authored
* commit 'dd368283': Fix memory leak in opusJni
-
- 25 Jan, 2019 1 commit
-
-
Daniel Sonck authored
- Match the "new[]" with a "delete[]" - Remove some unused variables - Make use of the "opus_decoder_create" function
-