Commit Graph

47 Commits

Author SHA1 Message Date
Raphaël Jakse 0b5171d9bb Crop the screenshot 2019-12-06 08:51:12 +01:00
Raphaël Jakse 3e780d16c4 Add "Get it on F-Droid" badge 2019-12-06 08:51:09 +01:00
Raphaël Jakse 0c6aa51bd4 Add fastlane changelogs 2019-12-06 08:51:02 +01:00
Raphaël Jakse bc121ac422 Add fastlane French descriptions 2019-12-06 08:50:56 +01:00
Raphaël Jakse 4e461c40cf Add fastlane descriptions 2019-12-06 08:50:47 +01:00
Raphaël Jakse 205fa0fcfe Add screenshot for F-Droid 2019-12-06 08:50:42 +01:00
Raphaël Jakse 2014d758fe Change the application identifier and name (fork) 2019-12-06 08:50:35 +01:00
Raphaël Jakse 50a0c383e2 Update README and add CHANGELOG 2019-12-06 08:50:17 +01:00
Raphaël Jakse 3fc7f2ee3f Let the play button use the new settings when already playing 2019-10-07 16:12:16 +02:00
kaytat 2cce21e5eb Merge pull request #16 from ratmole/kbd-fix
force show the keyboard if there is no remembered address
2017-09-07 22:37:21 -07:00
ratmole d7ccabde39 force show the keyboard if there is no remembered address 2017-08-30 11:29:43 +03:00
kaytat f0e7cfd2cf Merge pull request #14 from ratmole/master
disable auto focus and kb on startup
2017-08-24 20:20:15 -07:00
raTMole 16dbfba121 whitespace removed, re-enabled focus onCreate 2017-08-23 11:40:03 +03:00
raTMole dde4384ea8 disable auto focus and kb on startup 2017-08-22 14:24:31 +03:00
kaytat 225258b4b2 Update gradle 2016-10-29 16:26:01 -07:00
kaytat 257aa8c011 Merge pull request #11 from Louisvh/master
Added compatibility for API levels [8 - 13]
2016-01-13 21:13:33 -08:00
Louisvh 2b763d4b2a Fixed white text appearing on a white background 2016-01-13 19:51:31 +01:00
Louisvh 6ed5fe2737 Added several missing spaces 2016-01-13 19:18:24 +01:00
Louisvh e19b847bb7 Added compatibility for API levels [8 - 13]
With only a few trivial changes, the app becomes compatible with API
levels 8 - 13. The interface for versions >=14 is completely untouched.
2016-01-11 23:33:23 +01:00
kaytat 0a27be5dde Update README.md 2015-11-24 01:32:46 -08:00
kaytat dba0ec441e Android Studio keeps modifying this file. Perhaps I shouldn't
even check it in.
2015-11-21 23:47:39 -08:00
kaytat 9f4845c006 Update to version 0.5.4.0 2015-11-21 23:46:08 -08:00
kaytat 7ec873f22b support network retries 2015-11-21 23:37:15 -08:00
kaytat 8c7640e7a7 support network retries in the service 2015-11-21 23:03:51 -08:00
kaytat 162857fcfa Merge pull request #7 from comicfans/master
use ArrayBlockingQueue to improve concurrency and data drop logic
2015-11-13 22:51:23 -08:00
kaytat 5c989ca624 cosmetic nitpick 2015-11-12 19:51:15 -08:00
kaytat 3d167a1c3f Merge pull request #1 from comicfans/multi_stream
move network/audio thread code out of MusicService
2015-11-12 19:50:13 -08:00
comicfans44 5b8c38b1e3 use ArrayBlockingQueue to improve concurrency and data drop logic
1.ArrayBlockingQueue api already provides waiting/non-blocking/atomic ,
makes implementation simpler
2.previously audio thread may wait network thread dropping data before taking
from queue. log shows lots drops.  with ArrayBlockingQueue , drop happens only after
 next buffer is read, during this time audio thread still have opportunity to take data . log shows
almost no drop.
2015-11-12 20:28:06 +08:00
comicfans44 8b1c5e5905 move network/audio thread code out of MusicService
this helps to implement stream from multi  hosts simultaneously.
phone act as a shared output, mix all  stream together.
2015-11-12 20:27:50 +08:00
kaytat 380e8d0eaf update version to 0.5.3.0 2015-11-08 23:57:57 -08:00
kaytat 3616e1c5db Merge pull request #4 from jotomo/wakelock
Acquire wifi wake lock when starting playback.
2015-11-08 19:47:56 -08:00
kaytat 2382c1288e update version to 0.5.2.0 2015-11-08 19:01:51 -08:00
kaytat 5795842f7c export service so that it can be launched from am 2015-11-08 19:00:13 -08:00
kaytat e3c9689a8e update version to 0.5.1.0 2015-11-08 17:36:42 -08:00
kaytat 102e8bd123 remove landscape layout
There's really no need for landscape layout.  Just in case the
screen is short, wrap the regular layout in a scroll view.
2015-11-08 17:35:21 -08:00
Johannes Mockenhaupt 6f62070005 Acquire wifi wake lock when starting playback. 2015-10-30 22:52:17 +01:00
kaytat 68e67a0f5e Update README.md 2015-10-17 00:24:13 -07:00
kaytat b9dc02f191 Update README.md 2015-10-16 23:43:36 -07:00
kaytat f81bee6a1c Update README.md 2015-10-16 23:21:06 -07:00
kaytat b62577c208 Update README.md 2015-10-16 23:08:36 -07:00
kaytat 0bc7d15dec Update README.md 2015-10-16 23:03:47 -07:00
kaytat f9fdfb9c76 Rename License.md to LICENSE.md 2015-10-16 22:56:05 -07:00
kaytat 9634d16a5e Create License.md 2015-10-16 22:55:19 -07:00
kaytat c8aef3b078 fix up some permissions 2015-10-16 22:23:42 -07:00
kaytat 096d323c70 remove temp file 2015-10-16 22:23:42 -07:00
kaytat 38c830135f Initial commit 2015-10-16 22:23:41 -07:00
kaytat fb83ca531c Initial commit 2015-10-16 22:19:56 -07:00