From 6032cd5c1e40009bb8ef2cce22701549de163531 Mon Sep 17 00:00:00 2001 From: "http://andrew.aylett.co.uk/" Date: Thu, 21 Feb 2013 23:23:09 +0000 Subject: [PATCH 01/19] Added a comment: Works on Samsung Galaxy S3 --- .../comment_1_4bc0aeae4fa1116944644c64feaf9697._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_1_4bc0aeae4fa1116944644c64feaf9697._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_1_4bc0aeae4fa1116944644c64feaf9697._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_1_4bc0aeae4fa1116944644c64feaf9697._comment new file mode 100644 index 0000000000..05e3d298b5 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_1_4bc0aeae4fa1116944644c64feaf9697._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://andrew.aylett.co.uk/" + nickname="andrew" + subject="Works on Samsung Galaxy S3" + date="2013-02-21T23:23:08Z" + content=""" +Installed, executed and managed to get the help text on a Samsung Galaxy S3 running 4.1.2. Not tried anything else yet, but looks good so far, thank you very much :). +"""]] From b54167a034d264676e575455f9eb6bad4f69f2ed Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlmNbexnCgLywD0MKyT9mG9mWFb_qVj-8I" Date: Fri, 22 Feb 2013 00:15:49 +0000 Subject: [PATCH 02/19] Added a comment: Toshiba Excite 7.7 (Android 4.1.1) --- ...comment_2_17bb6e7565d4c757f6c1e3514c22f47d._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_2_17bb6e7565d4c757f6c1e3514c22f47d._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_2_17bb6e7565d4c757f6c1e3514c22f47d._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_2_17bb6e7565d4c757f6c1e3514c22f47d._comment new file mode 100644 index 0000000000..138518bdb8 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_2_17bb6e7565d4c757f6c1e3514c22f47d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlmNbexnCgLywD0MKyT9mG9mWFb_qVj-8I" + nickname="Joshua" + subject="Toshiba Excite 7.7 (Android 4.1.1)" + date="2013-02-22T00:15:46Z" + content=""" +Seems to run fine. I managed to create a repository, git-annex init it (had to set email and name per repository). + +The first time I tried git-annex init it said \"Detected a crippled file system.\" \"Enabling direct mode.\" The final try that actually worked only mentioned the crippled filesystem and not direct mode. +"""]] From f4211715cb228be0730476df4d168eb29aef010b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" Date: Fri, 22 Feb 2013 00:17:30 +0000 Subject: [PATCH 03/19] Added a comment: Installs and runs --- ..._cd8a6bec0f7c6843dd11d3266f25f864._comment | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment new file mode 100644 index 0000000000..643605d5b6 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_3_cd8a6bec0f7c6843dd11d3266f25f864._comment @@ -0,0 +1,44 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" + nickname="Jim" + subject="Installs and runs" + date="2013-02-22T00:17:30Z" + content=""" +No problem installing on a Galaxy Nexus with 4.2.2 + + 1|u0_a162@android:/sdcard $ git clone https://git.jim.sh/jim/annex.git + Cloning into 'annex'... + fatal: Unable to find remote helper for 'https' + +Too much to hope for at this stage, I suppose :) + + 128|u0_a162@android:/sdcard $ git annex assistant + git-annex: Not in a git repository. + 1|u0_a162@android:/sdcard $ git init test + Initialized empty Git repository in /storage/emulated/legacy/test/.git/ + u0_a162@android:/sdcard $ cd test + u0_a162@android:/sdcard/test $ git annex init + init + Detected a crippled filesystem. + + Enabling direct mode. + + *** Please tell me who you are. + + Run + + git config --global user.email \"you@example.com\" + git config --global user.name \"Your Name\" + + to set your account's default identity. + Omit --global to set the identity only in this repository. + + fatal: unable to auto-detect email address (got 'u0_a162@localhost.(none)') + + git-annex: user error (git [\"--git-dir=/storage/emulated/legacy/test/.git\",\"--work-tree=/storage/emulated/legacy/test\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128) + failed + git-annex: init: 1 failed + 1|u0_a162@android:/sdcard/test $ + +However, I get the same error even after setting `user.email` and `user.name` (which seems to work fine) +"""]] From ac00c78d8a189a8c2b7c4d4d27db4c38dc655c4c Mon Sep 17 00:00:00 2001 From: "216.115.165.4" <216.115.165.4@web> Date: Fri, 22 Feb 2013 00:34:24 +0000 Subject: [PATCH 04/19] poll vote (Google Drive) --- doc/design/assistant/polls/prioritizing_special_remotes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index 1d3d9a6d2c..092dcdc6f6 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 69 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 27 "Google Drive"]] +[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 69 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 28 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they From 2333099ccf7c86f662b7dc5788c66164ac1c99cf Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 22 Feb 2013 00:54:57 +0000 Subject: [PATCH 05/19] Added a comment --- ...ment_4_2d2eee4bcbbd1d069a80bff5edc90c3c._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_4_2d2eee4bcbbd1d069a80bff5edc90c3c._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_4_2d2eee4bcbbd1d069a80bff5edc90c3c._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_4_2d2eee4bcbbd1d069a80bff5edc90c3c._comment new file mode 100644 index 0000000000..acb022e132 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_4_2d2eee4bcbbd1d069a80bff5edc90c3c._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.253.75" + subject="comment 4" + date="2013-02-22T00:54:56Z" + content=""" +@jim git http support is disabled to save space + +What seems to work is: git config user.email \"you@example.com\" + +It's probably looking in the wrong place for the global .gitconfig so --global doesn't work. The assistant +also automates dealing with this problem BTW. +"""]] From 32e58755072b157dd9bf9a489f1df33ced487bec Mon Sep 17 00:00:00 2001 From: "http://cyprio.net/" Date: Fri, 22 Feb 2013 03:03:28 +0000 Subject: [PATCH 06/19] --- .../Error_when_adding_a_box.com_account.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/Error_when_adding_a_box.com_account.mdwn diff --git a/doc/bugs/Error_when_adding_a_box.com_account.mdwn b/doc/bugs/Error_when_adding_a_box.com_account.mdwn new file mode 100644 index 0000000000..edfd9ac9ce --- /dev/null +++ b/doc/bugs/Error_when_adding_a_box.com_account.mdwn @@ -0,0 +1,16 @@ +What steps will reproduce the problem? + + * Start git annex assistant + * Setup a local repository + * Setup a remote box.com repository: set user & password, uncheck "share with friends", click "add repository" + +What is the expected output? What do you see instead? + +I get an internal server error message, instead of a confirmation message, and the repository is obviously not created: + + Internal Server Error + HandshakeFailed (Error_Protocol ("certificate rejected: certificate is not allowed to sign another certificate",True,CertificateUnknown)) + +What version of git-annex are you using? On what operating system? + +Git annex 3.20130216, on Debian/testing From b0f2321c13693f6da31283414ce3585392f56aff Mon Sep 17 00:00:00 2001 From: rillian Date: Fri, 22 Feb 2013 06:54:35 +0000 Subject: [PATCH 07/19] Added a comment: no keybourd events on Galaxy Tab 10.1 --- ...comment_5_85d3c298c0736c08a486f556041b60e4._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment new file mode 100644 index 0000000000..3ceb46845b --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="rillian" + ip="174.6.6.167" + subject="no keybourd events on Galaxy Tab 10.1" + date="2013-02-22T06:54:32Z" + content=""" +Hey, thanks for working on this. + +I tried the Feb 21 apk on my Samsung galaxy Tab 10.1 with Android 4.0.4. It installed and launched fine, bringing up a terminal window, keyboard, etc, but only the return key works. It's not possible to type znything. The menus, new window button etc all seem to be functional. +"""]] From 5c5aa4754f90d07176e761448431a81da5de199a Mon Sep 17 00:00:00 2001 From: rillian Date: Fri, 22 Feb 2013 06:54:54 +0000 Subject: [PATCH 08/19] Added a comment: no keybourd events on Galaxy Tab 10.1 --- ...comment_6_3d96568c469a8c53a982f304eae5e7d4._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_6_3d96568c469a8c53a982f304eae5e7d4._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_6_3d96568c469a8c53a982f304eae5e7d4._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_6_3d96568c469a8c53a982f304eae5e7d4._comment new file mode 100644 index 0000000000..0fc0a5cecf --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_6_3d96568c469a8c53a982f304eae5e7d4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="rillian" + ip="174.6.6.167" + subject="no keybourd events on Galaxy Tab 10.1" + date="2013-02-22T06:54:54Z" + content=""" +Hey, thanks for working on this. + +I tried the Feb 21 apk on my Samsung galaxy Tab 10.1 with Android 4.0.4. It installed and launched fine, bringing up a terminal window, keyboard, etc, but only the return key works. It's not possible to type znything. The menus, new window button etc all seem to be functional. +"""]] From 147f2f7e3f9fa60b3100c13ad2c812cb4011b804 Mon Sep 17 00:00:00 2001 From: rillian Date: Fri, 22 Feb 2013 06:55:31 +0000 Subject: [PATCH 09/19] removed --- ...comment_5_85d3c298c0736c08a486f556041b60e4._comment | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment deleted file mode 100644 index 3ceb46845b..0000000000 --- a/doc/design/assistant/blog/day_195__real_android_app/comment_5_85d3c298c0736c08a486f556041b60e4._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="rillian" - ip="174.6.6.167" - subject="no keybourd events on Galaxy Tab 10.1" - date="2013-02-22T06:54:32Z" - content=""" -Hey, thanks for working on this. - -I tried the Feb 21 apk on my Samsung galaxy Tab 10.1 with Android 4.0.4. It installed and launched fine, bringing up a terminal window, keyboard, etc, but only the return key works. It's not possible to type znything. The menus, new window button etc all seem to be functional. -"""]] From e6c9c99efd8569f31db9c3598eabdf16d0837867 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM" Date: Fri, 22 Feb 2013 07:00:42 +0000 Subject: [PATCH 10/19] Added a comment --- .../comment_6_e8667c47d07fc842cf0fe2ebbfbc1c58._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_6_e8667c47d07fc842cf0fe2ebbfbc1c58._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_6_e8667c47d07fc842cf0fe2ebbfbc1c58._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_6_e8667c47d07fc842cf0fe2ebbfbc1c58._comment new file mode 100644 index 0000000000..8f1c71bad6 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_6_e8667c47d07fc842cf0fe2ebbfbc1c58._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM" + nickname="Karsten" + subject="comment 6" + date="2013-02-22T07:00:41Z" + content=""" +Installed on Cyanogenmod 7.2 (Android 2.3.7) on my HTC Desire. When starting the App \"Terminalsitzung wird ausgeführt\" (Terminalsession is started) shows in the statusline, then the app immediately closes. +"""]] From 88559da8f2c7856e9dd7025ce0ac6298341e1a26 Mon Sep 17 00:00:00 2001 From: "2a02:8425:ad3:2b00:201:2eff:fe26:1f9e" <2a02:8425:ad3:2b00:201:2eff:fe26:1f9e@web> Date: Fri, 22 Feb 2013 07:45:42 +0000 Subject: [PATCH 11/19] poll vote (My phone (or MP3 player)) --- doc/design/assistant/polls/prioritizing_special_remotes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index 092dcdc6f6..cded1980fb 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 69 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 28 "Google Drive"]] +[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 70 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 28 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they From a624d98482e95fee5b7ec15f1e95eb224840883d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo" Date: Fri, 22 Feb 2013 08:28:37 +0000 Subject: [PATCH 12/19] Added a comment: installed successfully on galaxy nexus stock 4.2.2 rom --- .../comment_7_cf8da7720ddc20b05955ee671ca4acd5._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_7_cf8da7720ddc20b05955ee671ca4acd5._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_7_cf8da7720ddc20b05955ee671ca4acd5._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_7_cf8da7720ddc20b05955ee671ca4acd5._comment new file mode 100644 index 0000000000..b583d675bf --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_7_cf8da7720ddc20b05955ee671ca4acd5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo" + nickname="Georg" + subject="installed successfully on galaxy nexus stock 4.2.2 rom" + date="2013-02-22T08:28:36Z" + content=""" +could run git annex and get the help screen. didn't do much else after that since I am at work currently. +"""]] From 671f7e52a55d82bc48fa46c7fafc817e4c8b0ebe Mon Sep 17 00:00:00 2001 From: warp Date: Fri, 22 Feb 2013 09:26:46 +0000 Subject: [PATCH 13/19] --- doc/forum/assistant_without_watch__63__.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/assistant_without_watch__63__.mdwn diff --git a/doc/forum/assistant_without_watch__63__.mdwn b/doc/forum/assistant_without_watch__63__.mdwn new file mode 100644 index 0000000000..34aa3e4415 --- /dev/null +++ b/doc/forum/assistant_without_watch__63__.mdwn @@ -0,0 +1,13 @@ +"watch" is described as + +> With this running as a daemon in the background, you no longer need to manually run git commands when manipulating your files. + +and "assistant" is described as + +> Like watch, but also automatically syncs changes to other remotes. + +I would like the behaviour of assistant, without the watch part: + +I have an archive of large files, which I think would be useful to manage manually using git. But I don't want to manually enforce the "numcopies=" requirement, playing with the assistant and webapp it seems really nice to have it take care of that. + +Is there currently an "assistant-without-watch" option? If not, is it planned? From 00d4acd71c34e83b11dae3e74dea553ea4ce0847 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" Date: Fri, 22 Feb 2013 11:59:13 +0000 Subject: [PATCH 14/19] Added a comment: nexus 4, android 4.2.2 --- ..._f4709bdbc739182819b648fd6aa00531._comment | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_8_f4709bdbc739182819b648fd6aa00531._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_8_f4709bdbc739182819b648fd6aa00531._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_8_f4709bdbc739182819b648fd6aa00531._comment new file mode 100644 index 0000000000..367e791ff2 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_8_f4709bdbc739182819b648fd6aa00531._comment @@ -0,0 +1,36 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="nexus 4, android 4.2.2" + date="2013-02-22T11:59:13Z" + content=""" +Installs but can not detect email even when set: + + --global user.name \"Your Name\" < + --global user.email \"you@example.com\" < + u0_a135@android:/sdcard/git-annex.home $ git annex init + init + Detected a crippled filesystem. + + *** Please tell me who you are. + + Run + + git config --global user.email \"you@example.com\" + git config --global user.name \"Your Name\" + + to set your account's default identity. + Omit --global to set the identity only in this repository. + + fatal: unable to auto-detect email address (got 'u0_a135@localhost.(none)') + + git-annex: user error (git [\"--git- dir=/storage/emulated/legacy/git-annex.home/.git\",\"--work-tree=/storage/emulated/legacy/git-annex.home\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128) +failed + git-annex: init: 1 failed + 1|u0_a135@android:/sdcard/git-annex.home $ + + +Sorry for bad copy paste... On tour bus in Stockholm and only have phone, no laptop... + +RichiH +"""]] From 9e57edff287ac53fc4b1cefef7271e9ed17f2285 Mon Sep 17 00:00:00 2001 From: "http://ertai.myopenid.com/" Date: Fri, 22 Feb 2013 15:19:25 +0000 Subject: [PATCH 15/19] Added a comment --- .../comment_9_e66af12c7eca0d457b8406e9fb4b69be._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_9_e66af12c7eca0d457b8406e9fb4b69be._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_9_e66af12c7eca0d457b8406e9fb4b69be._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_9_e66af12c7eca0d457b8406e9fb4b69be._comment new file mode 100644 index 0000000000..46a9eff3de --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_9_e66af12c7eca0d457b8406e9fb4b69be._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://ertai.myopenid.com/" + nickname="npouillard" + subject="comment 9" + date="2013-02-22T15:19:25Z" + content=""" +Same trouble with --global config, however local config works. +"""]] From ef76a20722eb25f3d7dd19657bc148ad1dd26e9a Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 22 Feb 2013 17:31:00 +0000 Subject: [PATCH 16/19] Added a comment --- ...omment_10_0112007552b30cd9bfeac614a1e399c4._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_10_0112007552b30cd9bfeac614a1e399c4._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_10_0112007552b30cd9bfeac614a1e399c4._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_10_0112007552b30cd9bfeac614a1e399c4._comment new file mode 100644 index 0000000000..cc24c08c34 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_10_0112007552b30cd9bfeac614a1e399c4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.253.75" + subject="comment 10" + date="2013-02-22T17:30:59Z" + content=""" +@rillian could you try to install KBOX and see if its terminal accepts input? It's the same terminal app, so will be good to know if I broke it or this is a wider problem. + +Also, did you try the soft keyboard? There's a menu item to enable it. +"""]] From 6f9b21a4886d4c90f3e94c2c831140f13a5a4ab2 Mon Sep 17 00:00:00 2001 From: "http://cyprio.net/" Date: Fri, 22 Feb 2013 17:42:30 +0000 Subject: [PATCH 17/19] Added a comment: Duplicate --- .../comment_1_0e2b14ec04fe920f7e4a9dbb13ebdc7d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Error_when_adding_a_box.com_account/comment_1_0e2b14ec04fe920f7e4a9dbb13ebdc7d._comment diff --git a/doc/bugs/Error_when_adding_a_box.com_account/comment_1_0e2b14ec04fe920f7e4a9dbb13ebdc7d._comment b/doc/bugs/Error_when_adding_a_box.com_account/comment_1_0e2b14ec04fe920f7e4a9dbb13ebdc7d._comment new file mode 100644 index 0000000000..4608beb725 --- /dev/null +++ b/doc/bugs/Error_when_adding_a_box.com_account/comment_1_0e2b14ec04fe920f7e4a9dbb13ebdc7d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://cyprio.net/" + nickname="oz" + subject="Duplicate" + date="2013-02-22T17:42:30Z" + content=""" +This is a duplicate of http://git-annex.branchable.com/bugs/WebDAV_HandshakeFailed_/ although the git-annex version is different. +"""]] From b70d76d45cff0bd3997c185bc43f964f5e74dc1e Mon Sep 17 00:00:00 2001 From: rillian Date: Fri, 22 Feb 2013 18:28:12 +0000 Subject: [PATCH 18/19] Added a comment: Re: no keybourd events on Galaxy Tab 10.1 --- ...ment_11_230d3c169c713f613b9d607d84ce5092._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_11_230d3c169c713f613b9d607d84ce5092._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_11_230d3c169c713f613b9d607d84ce5092._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_11_230d3c169c713f613b9d607d84ce5092._comment new file mode 100644 index 0000000000..a984dd339a --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_11_230d3c169c713f613b9d607d84ce5092._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="rillian" + ip="64.213.70.194" + subject="Re: no keybourd events on Galaxy Tab 10.1" + date="2013-02-22T18:28:11Z" + content=""" +KBOX has the same input problem so you didn't break anything with your changes. + +I was testing with the soft keyboard. Turns out the spacebar and number keys on the soft keyboard work, as well as return, just not the alphabetic keys. + +Trying on a hardware keyboard (Samsung docking station) is similar. Space, Enter and numbers work, but not letters. There's some additional confusion about shift state, where it gets confused and reports shifted digits from the hardware keys when the soft keyboard is in some shift states. E.g. switching the soft keyboard to numeric mode results in shift-digits (punctuation) from the hardware numeric keys. +"""]] From aadf1bb448b366b5ec054131d685b1bd629a8560 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 22 Feb 2013 18:35:35 +0000 Subject: [PATCH 19/19] Added a comment --- ...omment_12_8d74ad2a61c02272758d157282ad56ec._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_195__real_android_app/comment_12_8d74ad2a61c02272758d157282ad56ec._comment diff --git a/doc/design/assistant/blog/day_195__real_android_app/comment_12_8d74ad2a61c02272758d157282ad56ec._comment b/doc/design/assistant/blog/day_195__real_android_app/comment_12_8d74ad2a61c02272758d157282ad56ec._comment new file mode 100644 index 0000000000..76aee55fd6 --- /dev/null +++ b/doc/design/assistant/blog/day_195__real_android_app/comment_12_8d74ad2a61c02272758d157282ad56ec._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.253.75" + subject="comment 12" + date="2013-02-22T18:35:35Z" + content=""" +@rillian the upstream for this terminal is +and I found a bug that looks similar. +You might add your info there, and try the workaround documented there. +"""]]