aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1e625593f406e822a73833d146d8075b9e55ec8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SmileEssence
============
*[SmileEssence](https://github.com/laco0416/SmileEssence) の非公式なフォークです*

![icon](https://raw.githubusercontent.com/rhenium/SmileEssence/master/icon_application.png)

[Official Web Site](http://smileessence.lacolaco.net)

# Changes
+ マルチアカウント対応
+ ダイアログの挙動
  - ダイアログは自動で閉じません

# Build

+ Clone this repository.
+ Add your application's API keys to `app/src/main/resources/twitter4j.properties` (for release builds) and `app/src/debug/resources/twitter4j.properties` (for debug / test builds).

    ```
    oauth.consumerKey=YOUR_API_KEY
    oauth.consumerSecret=YOUR_API_KEY_SECRET
    ```

+ Add an OAuth token pair (for tests) to `app/src/androidTest/assets/tokens.properties`.

    ```
    accessToken=YOUR_OAUTH_TOKEN
    accessTokenSecret=YOUR_OAUTH_TOKEN_SECRET
    ```