■はじめに
INPalmbox は、HP webOS 用の Dropbox クライアントアプリです。
■注意
旧バージョン(ver 0.2.4)のINPalmbox(com.iwatanet.inpalmbox) がインストールされている場合はキャッシュをクリア後アンインストールを行ってください。
■ダウンロード
バージョン 0.1.0
パッケージのダウンロード
jp.iwatanet.inpalmbox_0.1.0_all.ipk
ソースコードのリポジトリ
https://bitbucket.org/ti1122/inpalmbox/
Preware からインストール方法
Preware がインストールされているのであればカスタムフィードを追加することにより Preware からインストールができます。
・Preware にカスタムフィードを追加する方法
- メニューから「Manage Feeds」を開きます。
- 下までスクロールして NEW FEED へ下のように入力します。
NAME: iwatanet-feeds
URL: http://palmwebos.iwatanet.jp/feeds/preware/
IS COMPRESSED: Yes - Add Feed で追加をし Feed 情報を更新します。
・INPalmbox が追加されている場所
「Available Packages」→「Application」→「Productivity」です。
■動作環境
Palm Pre - webOS 1.4.5 のみ動作確認を行っております。
■主な特徴&機能
- Dropbox Mobile API を使用してファイルへのアクセスを行っています。
- 機能はファイルのダウンロード、アップロード、削除、フォルダの作成など。
- ファイルのダウンロード後にファイルを開いたり、MailおよびMessagingへの添付することが出来ます。
- Twitter(つぶもか)へ画像ファイルを渡しツイートすることが出来ます。
■使い方
メイン画面

基本動作としてはこのメイン画面からフォルダの移動を行ったり、ファイルをダウンロードします。
ファイルをタップすると下のようなアクションバーが表示されます。

ファイルを開く
ファイルに対して関連付けされているアプリが起動します。
ファイルのダウンロード
ダウンロード場所は「/media/internal/INPalmbox/download/」です。
ファイルをMessagingへ添付として開く
ファイルを添付した状態でMassagingアプリを起動します。(対応ファイルは画像ファイルのみ)
ファイルをMailへ添付として開く
ファイルを添付した状態でEmailアプリを起動します。
ファイルをTwitterアプリの「つぶもか」と連携して開く
ファイルを添付した状態でつぶもかを起動します。(対応ファイルは画像ファイルのみ)
※ファイルのダウンロード以外はキャッシュとしてダウンロードします。
キャッシュ先は「/media/internal/INPalmbox/.cache/」です。
■Dropbox アカウントを持っていない方
これを機会にもしDropboxのアカウントを作成される方はぜひ下のリンクからアカウントの作成をどうぞ。
(※普通にアカウントを作るよりも、250MB の容量が、紹介した人・された人の両方にプラスされます)
こちらからどうぞ!
■ライセンスについて
-
INPalmbox
The MIT License
Copyright (c) 2010 ti1122
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.
-
oauth.js (http://code.google.com/p/oauth/)
Copyright 2008 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
sha1.js (http://code.google.com/p/oauth/)
A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
in FIPS PUB 180-1
Version 2.1a Copyright Paul Johnston 2000 - 2002.
Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
Distributed under the BSD License
See http://pajhome.org.uk/crypt/md5 for details.