現在公開されているJUST PLAYERにバグがありましたので修正しました。
バグの内容:
プリセット0〜4のどれに保存をしても一つしか保存ができない。
また、ロードしても同じやつしか反映されない。
原因:
プリセットを設定するハンドラーの引数の箇所が間違っていた、そのため常に0を参照することになっていた。
GooglePlayにもベータ版として公開しましたので、しばらくすればダウンロードできるとおもいます。
お急ぎの場合は、以下のURLからAPKをダウンロードすることができます。
https://bitbucket.org/yokmama/just-player/downloads/JUST%20PLAYER_v3.38_DEV_20130905.apk
Thursday, September 5, 2013
Wednesday, September 4, 2013
今日から設計に入ります
長らく更新しなくてごめんなさい。
仕事で8月末まで忙しく、十分な時間をなかなか取ることが出来ませんでした。
そして、暦も9月になり秋になりました。
最近は随分涼しくなってきたのか、制作意欲も増してきています。
というわけで、いよいよ本日から取り掛かかります。
しかし、随分長い間触っていないので、作り替えたい箇所が多くでています。
早速ですが、次のような目標を立ててみました。
--------------------
JUST PLAYER3
フラットデザイン
SideSlideMenu
カードUI
スライドメニュー
アルバム表示
アーティスト表示
ジャンル表示
曲表示
フォルダ表示
プレイリスト表示
再生中リスト表示
再生位置保存再生
メディア部分
イコライザ独立
再生位置保存再生対応
プロバイダー
GoogleDrive対応
Subsonic対応
Bitcasa対応
広告
Visualizerに広告表示
--------------------
仕事で8月末まで忙しく、十分な時間をなかなか取ることが出来ませんでした。
そして、暦も9月になり秋になりました。
最近は随分涼しくなってきたのか、制作意欲も増してきています。
というわけで、いよいよ本日から取り掛かかります。
しかし、随分長い間触っていないので、作り替えたい箇所が多くでています。
早速ですが、次のような目標を立ててみました。
--------------------
JUST PLAYER3
フラットデザイン
SideSlideMenu
カードUI
スライドメニュー
アルバム表示
アーティスト表示
ジャンル表示
曲表示
フォルダ表示
プレイリスト表示
再生中リスト表示
再生位置保存再生
メディア部分
イコライザ独立
再生位置保存再生対応
プロバイダー
GoogleDrive対応
Subsonic対応
Bitcasa対応
広告
Visualizerに広告表示
--------------------
ほぼ新規に作り変える予定です。
けっこうな量の実装になるので、公開は来年の頭になると考えています。
それと、当ブログですが、英語ではニュアンスを伝えるのに毎回苦しんでおり、言葉を選ぶため内容もチープになっていましたので、これからは日本語で、こまめに細かく発信していきたいと思います。
なるべく、正しい日本語使い英訳しやすいように努めます。
Thursday, May 30, 2013
JUST PLAYER USERS GROUP
Do you know that GooglePlay has added a beta version feature?
This is a feature that can also published beta version in addition to the full version in GooglePlay.
This function is very happy.
From now on, we plan to release a product version from the public in beta once.
I can publish freely than ever.
It is at once, but it has created a group for beta users.
I have a beta version of DropboxProvider right away.
https://plus.google.com/u/0/communities/106163650254898148553
This is a feature that can also published beta version in addition to the full version in GooglePlay.
This function is very happy.
From now on, we plan to release a product version from the public in beta once.
I can publish freely than ever.
It is at once, but it has created a group for beta users.
I have a beta version of DropboxProvider right away.
https://plus.google.com/u/0/communities/106163650254898148553
Monday, April 1, 2013
This is not April fool
Well is not a special log, though it is April Fool's Day today.
I personally want to end early.
Because, more tired than usual useless information.
JUST PLAYER development is advancing little by little.
I was able to implement the registration of bookmarks today.
However, the implementation of the playback is not over yet.
Then I changed to refer to the external SD card in v3.38.
Because there is a problem in the opinion of some users.
Then, I tried to respond to the problem of character with a small device mdpi.
I did a test in the emulator, you may still have a problem.
Anyway,,, I wanted to go to GoogleIO!
Can not get tickets!
Really sorry,,,
The picture below is a screen bookmark.
This APK file:
https://bitbucket.org/yokmama/just-player/downloads#download-166670
Thursday, March 21, 2013
So busy is after a long time
I will resume shortly development.
Japan is now busy because before the settling month.
Later, we plan to start from the beginning in April
Wednesday, February 6, 2013
Release Build v3.37
First of all,
Sorry for the update many times.
Database upgrade process has been fixed in (v3.35) update.
However, this version has been included in a problem with the update from v3.21.
Report:
java.lang.RuntimeException: Unable to start service jp.co.kayo.android.localplayer.service.MediaPlayerService@41870608 with Intent { cmp=jp.co.kayo.android.localplayer/.service.MediaPlayerService }: android.database.sqlite.SQLiteException: no such column: state: , while compiling: SELECT _id, media_id, state, data FROM orderlist WHERE uri = ? ORDER BY track
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2385)
at android.app.ActivityThread.access$1900(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1214)
at android.os.Handler.dispatchMessage(Handler.java:99)
I took the time to notice this problem.
I have a fix quickly.However, contained a bug that failed to update the user already is not updated.
This is also my mistake too.
Menu->Plugin->Sleep Timer
store link:
https://play.google.com/store/apps/details?id=jp.co.kayo.android.localplayer
apk here:
https://bitbucket.org/yokmama/just-player/downloads
Sorry for the update many times.
Database upgrade process has been fixed in (v3.35) update.
However, this version has been included in a problem with the update from v3.21.
Report:
java.lang.RuntimeException: Unable to start service jp.co.kayo.android.localplayer.service.MediaPlayerService@41870608 with Intent { cmp=jp.co.kayo.android.localplayer/.service.MediaPlayerService }: android.database.sqlite.SQLiteException: no such column: state: , while compiling: SELECT _id, media_id, state, data FROM orderlist WHERE uri = ? ORDER BY track
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2385)
at android.app.ActivityThread.access$1900(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1214)
at android.os.Handler.dispatchMessage(Handler.java:99)
I took the time to notice this problem.
I have a fix quickly.However, contained a bug that failed to update the user already is not updated.
This is also my mistake too.
Should be reinstall?
It is not a good idea to disappear also set the equalizer.
I decided to re-release reluctantly.
Sorry to release in a short period of time as the update only bug fixes,
It is easy, I added a feature"Sleep Timer".
Please Use this when you want to sleep.
It is not a good idea to disappear also set the equalizer.
I decided to re-release reluctantly.
Sorry to release in a short period of time as the update only bug fixes,
It is easy, I added a feature"Sleep Timer".
Please Use this when you want to sleep.
Menu->Plugin->Sleep Timer
store link:
https://play.google.com/store/apps/details?id=jp.co.kayo.android.localplayer
apk here:
https://bitbucket.org/yokmama/just-player/downloads
Tuesday, February 5, 2013
For updates error
Perhaps the error will occur during startup when upgrading from v3.21.
This is a bug.
It will not happen this bug when reinstalling.
The following version of the URL has been fixed.
Please try.
JUST_PLAYER_v3.36_REL_20130205.apk <- Since ICS
JUST_PLAYER_v3.36b_REL_20130205.apk
https://bitbucket.org/yokmama/just-player/downloads
Monday, February 4, 2013
Release Build v3.35
v3.35 Release!
* Modify the search feature
Unified search results.
Album, artist, song appears in the list.
* Modify the favorite feature
Favorites can now be selected from the playlist.
3 more star and 5 star reated You can choose.
* Modify the Tag edit feature
You can edit the tags of the song MP3.
Please note that because of the different behavior in the SD card and the cloud.
* Modify the AlbumArt feature
You can select the image of SD card
* Fixed some bugs
OOM is less likely to occur in the loading of images
Tab name of the sub-screen is now the selected information
Rest is I do not remember
store link:
https://play.google.com/store/apps/details?id=jp.co.kayo.android.localplayer
apk here:
https://bitbucket.org/yokmama/just-player/downloads
Sunday, February 3, 2013
Dev Build v3.35 20130203
We have fixed some bugs.
* progress bar does not disappear
* Album art can not be set
* Error writing to non-MP3
and Rating 5 playlists has been added
https://bitbucket.org/yokmama/just-player/downloads
* progress bar does not disappear
* Album art can not be set
* Error writing to non-MP3
and Rating 5 playlists has been added
https://bitbucket.org/yokmama/just-player/downloads
Friday, February 1, 2013
Dev Build v3.35 20130201
We've added a tag editing features.
Can be edited by album, artist in units.
Is there a bug yet.
https://bitbucket.org/yokmama/just-player/downloads
Wednesday, January 30, 2013
Dev Build v3.35 20130130
We have modified the search.
You can search the same everywhere.
Usability is also good for album and artist search by keyword and then at the same time.
but, It is only the distribution of more than 4.0 APK.
here:
https://bitbucket.org/yokmama/just-player/downloads
Friday, January 25, 2013
Release Build v3.34
We have released a new version today.
v3.34
* Added an option to select Control that resides in the notification area
(Display time in the notification..)
* Added an option to select the animation when switching screen
(Animation Type)
* Added an option to select swipe the screen switching
(Enable swipe)
* Can now be added anywhere to a playlist
(Long click on the item that I want to add)
* You can select multiple songs and albums
* adjust the size of the icon
* changed the ad
* Disappeared from the menu to save the playlist and reading
* Was added to the resources of Korean
(Chan hwi Lee thank you)
* Change the amount of the donation
(200JP, 500JP, 1000JP)
PlayStore here:
https://play.google.com/store/apps/details?id=jp.co.kayo.android.localplayer
apk download here:
https://bitbucket.org/yokmama/just-player/downloads
Thursday, January 24, 2013
Dev Build v3.34b 20130124
It will be officially released soon.
The following versions have added a new option and some bug fixes.
The following versions have added a new option and some bug fixes.
* Enable swipe
You can disable the switching of the tabs by swiping
(Memory usage is reduced and you will probably want to disable the swipe.)
* Animation Type
You can change the animation when switching screen. (You can also be turned off)
* Back after selection
Can be configured to not automatically return to the top screen after selecting the song
here:
Sunday, January 20, 2013
Dev Build v3.34b 20130120
It is now possible to select multiple on device Gingerbread
It has become due to the new correction Version3.34 some porting fixes.
Two options are added
1. Display time in the notification area
Design of the notification area will change and turn off
2. Back after selection
Return to the top screen when you select a song
It used to always ON
Here:
https://bitbucket.org/yokmama/just-player/downloads
Saturday, January 12, 2013
Dev Build v3.33 20130112
I've added the ability to edit the playlist.
The next release is imminent.
Multi selection does not work in 2.3, there is a problem
download here:
https://bitbucket.org/yokmama/just-player/downloads
The next release is imminent.
Multi selection does not work in 2.3, there is a problem
download here:
https://bitbucket.org/yokmama/just-player/downloads
Thursday, January 3, 2013
Dev Build v3.33 20130103
I wish you a happy new year!
I look forward to your continued good will in the coming year.
I published the implementation of multiple selection from last year are correct that we have settled down.
+Implement a multi-selection
+Fixed a bug where clear of the song is not working
download here:
https://bitbucket.org/yokmama/just-player/downloads
Subscribe to:
Posts (Atom)