Skip to content

Separate Android and iOS builds (restore chat input for Android)

Eric Eastwood requested to merge separate-android-ios-embedded-builds into develop

Separate Android and iOS builds (restore chat input for Android)

Previous Android MR, https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1218 that is part of open-sourcing Android, https://gitlab.com/gitlab-org/gitter/gitter-android-app/issues/8

The web input was removed in favor of a native input but this is only the case of iOS (https://gitlab.com/gitlab-org/gitter/webapp/commit/06f7169484fa7e7ba5b7b4239522eb03eb111a4d). So I restored the web input for an Android specific build.

We used to store the www/ assets directly in the Android repo and had an old build so we didn't encounter the problem of the missing chat input. But in preparation for open-sourcing Android, I removed them, https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/13

Edited by Eric Eastwood

Merge request reports