s-aska / Justaway-for-Android-Original

Lightweight Twitter Client for Android
http://justaway.info/
MIT License
15 stars 8 forks source link

進捗報告 #40

Closed s-aska closed 10 years ago

s-aska commented 10 years ago

進捗報告

最近まとめて気になってた部分直したので連絡します(機能改修はやってないです)

minSdkVersionと14に

3.0系ほぼ無いのでAPIバージョンを14以上に設定しました、API14以上じゃないと動かない機能ではActionBar(PullToRefresh)位しか使ってないですが。

https://github.com/justaway-factory/justaway/commit/c8dcbb2396def0742d17c1d157daecb18118c192

strings.xmlの命名規則

https://github.com/justaway-factory/justaway/commit/80ac26d1b858005ce9675ce9bb555c42e94b1d96

Typeface.createFromAsset(getAssets(), "fontello.ttf") 置き換え

JustawayApplication.getFontello(); で取れるようにしました。

https://github.com/justaway-factory/justaway/commit/a2ffccdffe2dc3127ea7667d2dce2d14f1d39a9c

MainActivityでしか使わないFragmentをfragment.mainパッケージに引っ越し

https://github.com/justaway-factory/justaway/commit/e4281adf2813a37c43992ab104e2f3b767cc1ed2

UpdateProfileImageFragment 引っ越し

https://github.com/justaway-factory/justaway/commit/c6b61e5c97c2a81141d4c974a87ebf0e4538cd51

コンテキストメニューを出す処理を引っ越し

今後色々なコンテキストメニューを出し分けるのに今の作りだと都合がわるいので方法を変えました。

https://github.com/justaway-factory/justaway/commit/c963b2e7ef758497464dd92da24ace9a72d2c92c

レイアウトエディタがちゃんと動くようにXMLにレイアウトエディタ用の属性を設定

動的に値を埋めるTextViewのtextなど空の状態でレイアウトエディタがあんまり役になっていなかったのでちゃんとしました。

tools:text="@teshi04" とかやるとレイアウトエディタ上でだけ表示される値が設定できます。

https://github.com/justaway-factory/justaway/commit/e8ce7a9c886fc034e2f1c20d4578eb799b51147a

http://screen.chihaya-pm.org/afa5587d73c6c6c550694c4998d977b2.png

参考: http://vividcode.hatenablog.com/entry/android-app/tools-attributes

teshi04 commented 10 years ago