Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ルーム内でのカード操作,テストの実装とデプロイ用の設定(v0.0.3) #34

Merged
merged 164 commits into from
May 30, 2021

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    f644d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029db4d View commit details
    Browse the repository at this point in the history
  3. change project name

    YasuakiYoshii committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    97b13a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5838f48 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. add env

    YasuakiYoshii committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    56fa67f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    2a608b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    0c86033 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. add mutation

    YasuakiYoshii committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    2e0b35f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    621ceca View commit details
    Browse the repository at this point in the history
  2. modify endpoint

    YasuakiYoshii committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3cebe9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    457183c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3424ae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4b5f11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b34eb4 View commit details
    Browse the repository at this point in the history
  7. add websocket

    YasuakiYoshii committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    8a0214d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. delete unnecessary comment

    bana118 authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d532eb8 View commit details
    Browse the repository at this point in the history
  2. delete unnecessary comment

    bana118 authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ba65477 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from 2d-rpg/feature/room_list

    ルーム作成・ルーム一覧/参加・websocketの実装
    YasuakiYoshii authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    76269ef View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. merge develop

    bana118 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    61764f2 View commit details
    Browse the repository at this point in the history
  2. modify pan type

    bana118 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    cce7ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27a773 View commit details
    Browse the repository at this point in the history
  4. supress eslint warning

    bana118 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f8b4453 View commit details
    Browse the repository at this point in the history
  5. remove comment

    bana118 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    ea871a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c58066 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfe9e01 View commit details
    Browse the repository at this point in the history
  8. remove PR from codeql ci

    bana118 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    dac716f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18c2057 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb4138f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f87452 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5437c1 View commit details
    Browse the repository at this point in the history
  13. add push event to codeql ci

    bana118 authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    90c8797 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #14 from 2d-rpg/feature/preferences

    GraphQL,WebSocketのエンドポイントを設定画面から設定
    bana118 authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    7e84616 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    9aa9e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569fedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f1a7d View commit details
    Browse the repository at this point in the history
  4. update expo

    bana118 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    17608f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5433d24 View commit details
    Browse the repository at this point in the history
  6. add themeproveide and test

    bana118 committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    5a69447 View commit details
    Browse the repository at this point in the history
  7. remove unused

    YasuakiYoshii committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    099d4c7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #17 from 2d-rpg/feature/modify_style

    expo,react-native-elements のアップデート,ボタンスタイルの微調整
    bana118 authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    737c379 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. hide back button

    bana118 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    fe53e7f View commit details
    Browse the repository at this point in the history
  2. add bottom tab menu

    bana118 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c5a57bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103aa07 View commit details
    Browse the repository at this point in the history
  4. add fabIcon for createRoom

    bana118 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    954d181 View commit details
    Browse the repository at this point in the history
  5. add icon for tab

    bana118 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    735e1f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9d6c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    cc43aef View commit details
    Browse the repository at this point in the history
  2. remove unused import

    bana118 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    431ffc8 View commit details
    Browse the repository at this point in the history
  3. add comment about filter[0]

    bana118 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a6a2c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa17fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14c1158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    736dcba View commit details
    Browse the repository at this point in the history
  7. modify equation

    bana118 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    850daf1 View commit details
    Browse the repository at this point in the history
  8. remove logger

    bana118 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ae9ab17 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. add flat list hight style

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    9946401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e60b7 View commit details
    Browse the repository at this point in the history
  3. use floating action button

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    078a9af View commit details
    Browse the repository at this point in the history
  4. add delete confirm dialog

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    98ca33f View commit details
    Browse the repository at this point in the history
  5. modify flatList style

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    79f2331 View commit details
    Browse the repository at this point in the history
  6. add todo comment

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    120470e View commit details
    Browse the repository at this point in the history
  7. remove todo comment

    bana118 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2ccaf93 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge pull request #19 from 2d-rpg/feature/modify_theme

    設定画面,ルーム選択画面,デッキ編集画面のUIを変更
    bana118 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    98026cd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. add websocket

    YasuakiYoshii committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    ee1da23 View commit details
    Browse the repository at this point in the history
  2. change to websocket

    YasuakiYoshii committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    cb8b98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375a19e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf59977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5de9490 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. remove scrollview

    bana118 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e291130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739a979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aebd254 View commit details
    Browse the repository at this point in the history
  4. remove resutl val of roomList

    bana118 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    82a6f73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7720623 View commit details
    Browse the repository at this point in the history
  6. not repeat default endpoint

    bana118 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    72becec View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    097eedc View commit details
    Browse the repository at this point in the history
  2. add num

    YasuakiYoshii committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    77306a1 View commit details
    Browse the repository at this point in the history
  3. add update button

    YasuakiYoshii committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    201da9e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. able to search with id

    YasuakiYoshii committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    63a6e5f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. fix var name

    YasuakiYoshii committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    57b8737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc8a9a View commit details
    Browse the repository at this point in the history
  3. remove exist

    YasuakiYoshii committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    5f78f23 View commit details
    Browse the repository at this point in the history
  4. add refreshcontrol

    YasuakiYoshii committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    82229c7 View commit details
    Browse the repository at this point in the history
  5. remove unused package

    YasuakiYoshii committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    c9b20ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from 2d-rpg/feature/change_to_websocket

    ルーム一覧の取得とルーム作成およびルーム入室をgraphQLからwebsocketでできるように変更
    YasuakiYoshii authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    eceee41 View commit details
    Browse the repository at this point in the history
  7. suppress cache conflict error

    bana118 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    68cfa1a View commit details
    Browse the repository at this point in the history
  8. replace filter()[0] -> find()

    bana118 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    2ba40c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ecc378 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f85d578 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    235ad5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9516f5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3ad509 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #23 from 2d-rpg/feature/card_loading_error

    デッキ編集時の画像読み込み失敗時の対応
    bana118 authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    523e0c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. add movable card

    YasuakiYoshii committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    f9756a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. remove unused import

    bana118 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    92270c6 View commit details
    Browse the repository at this point in the history
  2. fix sort function

    bana118 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0ff52fa View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. add comment

    YasuakiYoshii committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    3f4ca72 View commit details
    Browse the repository at this point in the history
  2. remove polling

    YasuakiYoshii committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    41faf5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from 2d-rpg/feature/movable_card

     Room画面での自分のカードと相手のカードの配置及び位置の同期(1枚)
    YasuakiYoshii authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    84da28a View commit details
    Browse the repository at this point in the history
  4. update node

    bana118 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    77d37c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d409b5 View commit details
    Browse the repository at this point in the history
  6. refactor init websocket

    bana118 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d8e375c View commit details
    Browse the repository at this point in the history
  7. refactor refresh room list

    bana118 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    32f50c8 View commit details
    Browse the repository at this point in the history
  8. modify comment

    bana118 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1f4241f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a70ffc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. add ws message types

    bana118 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d42e3aa View commit details
    Browse the repository at this point in the history
  2. rename ws-message directory

    bana118 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    3429365 View commit details
    Browse the repository at this point in the history
  3. fix typo

    bana118 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    66b4311 View commit details
    Browse the repository at this point in the history
  4. add todo comment

    bana118 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    3ed2ec4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #25 from 2d-rpg/feature/movable_deck

    WebSocket受信メッセージの型を定義
    bana118 authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    052ad0d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    fc97923 View commit details
    Browse the repository at this point in the history
  2. unuse export default

    bana118 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    a561683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b5335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b530810 View commit details
    Browse the repository at this point in the history
  5. modify movableCard component

    bana118 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    a81f4ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e5e3fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fb0057 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b62f434 View commit details
    Browse the repository at this point in the history
  9. add todo comment

    bana118 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    d14a380 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    4c784ab View commit details
    Browse the repository at this point in the history
  2. render some cards in room

    bana118 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    455b1ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. overlab own cards in room

    bana118 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    28fbc70 View commit details
    Browse the repository at this point in the history
  2. add tap event to card

    bana118 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    7268dc3 View commit details
    Browse the repository at this point in the history
  3. add pan and tap event handler

    bana118 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2807b40 View commit details
    Browse the repository at this point in the history
  4. fix panGestureHandler

    bana118 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b3b998f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac21de4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. set opponent cards

    bana118 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    65d0e4f View commit details
    Browse the repository at this point in the history
  2. send card index to server

    bana118 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    6cce147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5683fd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    598f026 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. sync cards inconpletely

    bana118 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    8e91482 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. remove unused function

    bana118 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    f994667 View commit details
    Browse the repository at this point in the history
  2. create new room tsx

    bana118 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    007e5e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f67c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b7463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a39b66b View commit details
    Browse the repository at this point in the history
  6. remove initx, inity

    bana118 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    b2f4d67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e4c7bc View commit details
    Browse the repository at this point in the history
  8. rename /cards -> /first-cards

    bana118 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    5f6565c View commit details
    Browse the repository at this point in the history
  9. add isCardsInfoMessage type

    bana118 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    662d1e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    ce93e7e View commit details
    Browse the repository at this point in the history
  2. remove offset paramater

    bana118 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e5ac380 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c98f4 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    bana118 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a819442 View commit details
    Browse the repository at this point in the history
  5. remove tmp file

    bana118 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a43c52c View commit details
    Browse the repository at this point in the history
  6. remove comment

    bana118 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f6002b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ec0d4a View commit details
    Browse the repository at this point in the history
  8. add todo comments

    bana118 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    25ccb67 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    73bf294 View commit details
    Browse the repository at this point in the history
  2. cooment out

    bana118 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    427339a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from 2d-rpg/feature/movable_deck

    部屋内での複数のカードの位置の同期
    bana118 authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    12ddc1f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    b2cb0c8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    0468d37 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    1d953db View commit details
    Browse the repository at this point in the history
  2. Modify snapshots

    YasuakiYoshii committed May 16, 2021
    Configuration menu
    Copy the full SHA
    05b2659 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from 2d-rpg/feature/testing

    テストの実装
    YasuakiYoshii authored May 16, 2021
    Configuration menu
    Copy the full SHA
    213b61b View commit details
    Browse the repository at this point in the history
  4. modify app.json

    bana118 committed May 16, 2021
    Configuration menu
    Copy the full SHA
    ac4f0e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3dfe41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93e0eae View commit details
    Browse the repository at this point in the history
  7. add version code for android

    bana118 committed May 16, 2021
    Configuration menu
    Copy the full SHA
    0a72595 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f5e2c3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. change icom

    bana118 committed May 23, 2021
    Configuration menu
    Copy the full SHA
    1927d99 View commit details
    Browse the repository at this point in the history
  2. change android permission

    bana118 committed May 23, 2021
    Configuration menu
    Copy the full SHA
    6f49874 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    7461d67 View commit details
    Browse the repository at this point in the history
  2. change app name in app.json

    bana118 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    a9675d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from 2d-rpg/feature/deploy_setting

    デプロイ用の設定
    bana118 authored May 30, 2021
    Configuration menu
    Copy the full SHA
    5d0f04a View commit details
    Browse the repository at this point in the history