Commit Graph

16 Commits

Author SHA1 Message Date
Julie Qiu da85bec010 README.md: add badge to pkg.go.dev
Change-Id: I2324b1db9d9fcf35c52c6c109de277bc1c053644
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/275891
Trust: Julie Qiu <julie@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
2020-12-08 15:29:44 +00:00
Burcu Dogan 1bbb04430a docs: provide a template for the new issues
It is not often clear that the issues must be prefixed with x/mobile.
Provide a template to give a hint to the user that all mobile bugs
must be prefix relative to golang.org base.

Change-Id: Ia5b35db529798a230850d935ff3e0e800d1948f9
Reviewed-on: https://go-review.googlesource.com/15401
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-06 05:09:24 +00:00
Burcu Dogan bb4db21edc readme: link to Mobile wiki page
Change-Id: Iaf87969a9d9c3d324349fa7b3b668c820d5d73ae
Reviewed-on: https://go-review.googlesource.com/13635
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-08-15 00:05:54 +00:00
Hyang-Ah (Hana) Kim 4e8e86aef1 README.md: add caution. shorten the README.md.
Change-Id: I0af72721dcb6ef9115fde7fa2223f6884b6fe52e
Reviewed-on: https://go-review.googlesource.com/12334
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-07-17 17:06:14 +00:00
Burcu Dogan d1e00c1c1c doc: fix whitespace between stable and exp packages
Markdown acts weirdly at puts more whitespace around the audio
package if there is no other content seperating the lists.

Change-Id: Ia60c0ea05ab2d86b9b0cbcbabccdeebda8c13cbf
Reviewed-on: https://go-review.googlesource.com/11314
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-06-22 00:54:25 +00:00
Burcu Dogan 55faa67276 doc: list sensor and audio package as experimental
Change-Id: Ib0834fd74d412e8ddc01f30eca72557799d33aeb
Reviewed-on: https://go-review.googlesource.com/11313
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-06-21 18:25:00 +00:00
Nigel Tao c0c696a96d sprite: move to exp/sprite.
Change-Id: Idfdc0c192d7e6d50e1063b2eb582bbe05294643a
Reviewed-on: https://go-review.googlesource.com/11230
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-06-21 03:08:52 +00:00
Burcu Dogan ddfab7d990 mobile: add instructions about filing an issue and discussing FRs
Change-Id: Ic7dad34ec242910540da4d6bae94f45907b3d0dd
Reviewed-on: https://go-review.googlesource.com/9898
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-05-11 21:43:06 +00:00
Burcu Dogan 696139153c mobile: add gomobile to README
Change-Id: Ica709ed74b014feb21e632cd967279da3ebd41ad
Reviewed-on: https://go-review.googlesource.com/9730
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-05-05 17:44:58 +00:00
Burcu Dogan a849359c3b mobile: deprecate Dockerfile and document gomobile
Keeping the Dockerfile as a reference to setup a working dev env
without gomobile init.

Fixes #10523

Change-Id: Ie5a359baff2c3b65ac34045fb8ab5560a23c0e22
Reviewed-on: https://go-review.googlesource.com/9686
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-05-04 21:07:04 +00:00
Burcu Dogan 2beb6b6bcd mobile: list the sensor package on README
Change-Id: Iae635926dad40248df2a14a6bb2fbaff1b5bcd03
Reviewed-on: https://go-review.googlesource.com/8412
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-04-02 22:12:29 +00:00
Burcu Dogan 2476462d4e mobile: add a link to the audio package
The audio package runs on Android now, we can list it on README.

Change-Id: I2ff03f025328a1d0e6ffc12b860ace9c980dc422
Reviewed-on: https://go-review.googlesource.com/7521
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-03-13 16:13:12 +00:00
Burcu Dogan 098109e687 mobile: use the fully qualified Docker image name
Change-Id: Id9875cd07d18f6ca96ac64fd0b4537d69457d72c
Reviewed-on: https://go-review.googlesource.com/2922
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-01-16 17:55:11 +00:00
Hyang-Ah (Hana) Kim d97f4d82bd mobile: docker run should require a $GOPATH/src volume mount.
If the volume is not accessible or -v option is not given,
docker run golang/mobile will fail with an error like:

finalize namespace chdir to /src/golang.org/x/mobile no such file or directory2015/01/13 20:14:19 Error response from daemon: Cannot start container dfe1dbc2bac3ea939e154eee13d20ecae4c473a595dbc1e6a0e5cf0be3963909: finalize namespace chdir to /src/golang.org/x/mobile no such file or directory

Change-Id: I4d56c044e9c7682e63da7170a546522230237b18
Reviewed-on: https://go-review.googlesource.com/2780
Reviewed-by: Burcu Dogan <jbd@google.com>
2015-01-14 18:59:42 +00:00
Burcu Dogan 3d879bb1b3 mobile: modify instructions to pull the Docker image from the hub
Image is published at https://registry.hub.docker.com/u/golang/mobile/.

Fixes #9270

Change-Id: Ib5730a5f571bf42c53f223a6543219db3e34871d
Reviewed-on: https://go-review.googlesource.com/2158
Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-30 04:05:25 +00:00
David Crawshaw ce2d014f4a README.md: rewrite to describe Dockerfile builds
Change-Id: Ibfdd36f306d9a52f226904aa99653dc1b932410b
Reviewed-on: https://go-review.googlesource.com/1289
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2014-12-10 18:57:44 +00:00