新機能
トレンド
ツイート投稿
- URL Scheme を使って投稿画面が開けるようになりました
- ランチャーアプリなどから投稿画面を開けます
feather:///post
feather:///post?text={ツイートしたい内容}
feather://{account}/post?text={ツイートしたい内容}
com.covelline.feather:///post?text={ツイートしたい内容}
com.covelline.feather://{account}/post?text={ツイートしたい内容}
text
のパラメータはオプションなので指定しなくても大丈夫です
{ツイートしたい内容}
はエンコードが必要(英数字だけなら不必要)
{account}
は @ユーザー名
のユーザー名の部分を指定
設定画面
- 要望・お問い合わせが簡単にできるようになりました
- 設定画面のFAQ のページを新しくしました
不具合修正
- ログインできない不具合を修正しました
- iOS 9 の場合にツイートのレイアウトの設定を開くとフリーズする不具合を修正しました
- iOS 9 の場合に外部ブラウザの URL Scheme が機能しない不具合を修正しました
- iOS 9 の場合に半角カタカナボタンが非表示になってしまう不具合を修正しました
- iOS 9 の場合に翻訳機能が正常に動作しない不具合を修正しました
- メールが使えない時にメールフォームを開くとクラッシュする不具合を修正しました
- ツイート投稿時に一部のアルバムが表示されない不具合を修正しました
- 自分のツイートをお気に入りした時に通知されてしまう不具合を修正しました
- プロフィール画面でミュートした時にスクロールするとクラッシュする不具合を修正しました
- タブが1つしか無いときに長押しできない不具合を修正しました
- タブを切り替えた時に不要なリクエストが発生する不具合を修正しました
- プロフィール画面で15文字の@アカウント名がリンクとして認識しない不具合を修正しました
- キャッシュ削除が正しく機能しない不具合を修正
- アカウントタブや設定タブでタブの長押しが機能しなくなっている不具合を修正しました
- Webページのタブの名前を変更してもページを移動した時に上書きされてしまう不具合を修正しました
- 検索画面で最近の検索履歴を削除するボタンが表示されない不具合を修正しました
その他
- iOS 9 対応に伴いアプリのバージョンを 3.0.0 にしました!
- 画像詳細画面が開くときのアニメーションを滑らかにしました
- プロフィール画面からツイートするときにユーザー名が選択状態になっているのをやめました
New Features
Trends
- The Trending screen can now be added as a tab.
Tweet Submission
- The submission screen can now be opened with URL Schemes.
- You can now open the submission screen directly from launcher apps, etc.
feather:///post
feather:///post?text={Your tweet}
feather://{account}/post?text={Your tweet}
com.covelline.feather:///post?text={Your tweet}
com.covelline.feather://{account}/post?text={Your tweet}
text
parameter is optional
{Your tweet}
must be properly encoded (unless it only contains alphanumeric characters)
{account}
is the @username
without the @
Settings Screen
- You can now easily submit requests and questions.
- The FAQ page for the Settings screen has been updated.
Bug Fixes
- Fixed the bug that disabled logging in
- Fixed the bug that caused the application to freeze when opening the settings page in iOS 9
- Fixed a crash that occurred when opening the mail form while unable to send mail.
- Fixed a bug where some albums were not displayed when posting a tweet.
- Fixed a bug where you were notified for favoriting your own tweet.
- Fixed a crash that occurred while scrolling on the profile screen when the sound was muted.
- Fixed a bug where long pressing was not possible when only one tab was present.
- Fixed a bug where an extra request was made when switching tabs.
- Fixed a bug where 15 character-long @usernames weren’t being properly linked.
- Fixed a bug where clearing the cache was not working.
- Fixed a bug where long pressing did not work in the account or settings tabs.
- Fixed a bug where renaming a tab on the website would be overwritten upon moving to a new page.
- Fixed a bug where the button to clear recent search history was missing from the search screen.
Other
- Updated the iOS 9 compatible version to 3.0.0!
- The animation when opening the detailed view for images is now smoother.
- When tweeting from a profile screen, the username is no longer selected.
새 기능
트렌드
- 트렌드 화면을 탭에 추가할 수 있게 되었습니다
트윗 작성
- URL Scheme을 쓴 작성 화면을 열 수 있게 되었습니다
- 런처앱 등에서 작성 화면을 열 수 있습니다
feather:///post
feather:///post?text={트윗하고 싶은 내용}
feather://{account}/post?text={트윗하고 싶은 내용}
com.covelline.feather:///post?text={트윗하고 싶은 내용}
com.covelline.feather://{account}/post?text={트윗하고 싶은 내용}
text
파라미터는 옵션이므로 지정하지 않아도 괜찮습니다
{트윗하고 싶은 내용}
은 인코드가 필요(영숫자만이라면 불필요)
{account}
는 @사용자명
의 사용자명 부분을 지정
설정 화면
- 요청・문의를 간단히 할 수 있게 되었습니다
- 설정 화면의 FAQ 페이지를 업데이트했습니다
오류 수정
- 로그인 안 되던 오류를 수정했습니다
- iOS 9의 경우 트윗 레이아웃 설정을 열면 멈추는 오류를 수정했습니다
- 이메일을 사용할 수 없을 때 메일 양식을 열면 충돌하는 오류를 수정했습니다
- 트윗 작성 시 앨범 일부가 표시되지 않는 오류를 수정했습니다
- 내 트윗을 관심글 담기 했을 때 알림이 가는 오류를 수정했습니다
- 프로필 화면에서 뮤트했을 때 스크롤하면 충돌하는 오류를 수정했습니다
- 탭이 하나밖에 없을 때 길게 누르기가 되지 않던 오류를 수정했습니다
- 탭을 바꿨을 때 불필요한 요청이 발생하는 오류를 수정했습니다
- 프로필 화면에서 15글자의 @계정명이 링크로 인식되지 않던 오류를 수정했습니다
- 캐시 삭제가 제대로 기능하지 않던 오류를 수정했습니다
- 계정 탭과 설정 탭에서 탭 길게 누르기가 기능하지 않게 되었던 오류를 수정했습니다
- Web 페이지 탭명을 변경해도 페이지를 이동했을 때 덧쓰여지던 오류를 수정했습니다
- 검색 화면에서 최근 검색 이력을 삭제하는 버튼이 표시되지 않던 오류를 수정했습니다
기타
- iOS 9 대응에 따라 앱 버전을 3.0.0으로 했습니다!
- 이미지 상세 화면이 열릴 때의 애니메이션을 매끄럽게 했습니다
- 프로필 화면에서 트윗할 때 사용자명이 선택 상태로 되는 것을 하지 않기로 했습니다