Activity
From 04/19/2014 to 05/18/2014
05/18/2014
- 03:49 PM Feature #1369: Back button in the action bar
- The left part of the action bar is usually used for navigation purposes. The right part is for buttons and actions. B...
- 02:58 PM Feature #1369: Back button in the action bar
- CAB is not the way to go. We will probably use that for sharing and other operation on individual files/folders.I agr...
- 02:33 PM Feature #1369 (Assigned): Back button in the action bar
- 03:47 PM Bug #1367 (Closed): Empty folder shows "no servers" message
- 03:46 PM Bug #1370: more than one server active seems to trigger a bug where the second server fails
- Disabled the cache for now, let’s see how things will work out in the future.
- 02:34 PM Bug #1370 (Assigned): more than one server active seems to trigger a bug where the second server ...
- 05:26 AM Bug #1370: more than one server active seems to trigger a bug where the second server fails
- Did you try with HttpResponseCache not set?
If it works let's use it for now without HttpResponseCache. - 02:49 PM Bug #1366 (Closed): MIME Type Detection
- Let's close this as it was fixed at the server level and we're not going to discuss the architecture of the code for ...
- 02:41 PM Feature #1372 (Closed): Implement video streaming
- Implement video streaming using the VLCLib or the media framework for android. VLC is preferred due to larger number ...
- 02:40 PM Feature #1371 (Closed): Implement image viewer
- Implement image viewer using the android framework.
05/17/2014
- 07:03 AM Feature #1369: Back button in the action bar
- Are you talking about "the CAB":http://developer.android.com/design/patterns/actionbar.html#contextual? As its name s...
- 07:02 AM Feature #1369: Back button in the action bar
- Let's do the following. We will move forward with the development according to the schedule, but keep this bug open.
- 06:18 AM Feature #1369: Back button in the action bar
- I understood that up navigation is not an option. We don't use that. Regarding the guidelines, technically there is n...
- 03:24 AM Feature #1369: Back button in the action bar
- I am sorry but I strongly believe that replacing the indicator is a wrong direction. And I have reasons.
First, as... - 06:52 PM Feature #1369 (Closed): Back button in the action bar
- Let's consider the case when you have a large number of files in a folder. In this situation, if you are at the last ...
- 05:39 AM Bug #1370: more than one server active seems to trigger a bug where the second server fails
- Just filed "the OkHttp bug":https://github.com/square/okhttp/issues/831.
- 04:50 AM Bug #1370: more than one server active seems to trigger a bug where the second server fails
- Not sure why it happens, OkHttp & Retrofit somehow don’t add the @If-None-Match@ header. Maybe it is related to the l...
- 12:39 AM Bug #1370 (Closed): more than one server active seems to trigger a bug where the second server fails
- while testing something, we noticed that when more than one server is active, accessing the shares of one and then sw...
05/16/2014
- 05:12 AM Bug #1365 (Closed): Enhanced User Agent
- 04:14 AM Bug #1365: Enhanced User Agent
- I understand that there is a hard to distinguish boundary these days ... hence my concern at "Device/Phone" being int...
- 04:07 AM Bug #1365: Enhanced User Agent
- There is no such strict thing as a tablet or a phone on Android. "The documentation":http://developer.android.com/gui...
- 06:03 PM Bug #1365: Enhanced User Agent
- Basically, this is very little information (and used seldom)and it's not private. What you propose is a great UA.
...
05/15/2014
- 04:39 PM Bug #1365: Enhanced User Agent
- For the record—the Android developer console provides such stats as application version, Android version, devices, co...
- 04:35 PM Bug #1365: Enhanced User Agent
- Not sure how resolution can help—both phone and tablet can have FullHD resolution and experience would be totally dif...
- 04:06 PM Bug #1365: Enhanced User Agent
- We need the following:
* version of android (we have that now)
* phone vs tablet. apparently the webview UA will co... - 03:54 PM Bug #1365: Enhanced User Agent
- According to the documentation web UA will look like this....
- 05:51 AM Bug #1365 (Assigned): Enhanced User Agent
- This page http://stackoverflow.com/questions/10085361/set-default-user-agent-in-android
has details on how to get ...
05/10/2014
- 06:27 PM Bug #1366: MIME Type Detection
- I updated the demo server with the tiff/tif extension as well as all the microsoft mime types from the post-2007 era ...
- 05:14 PM Bug #1367 (Closed): Empty folder shows "no servers" message
- filing this bug so we remember to fix this small issue.
browsing to an empty folder shows a message "No servers".
05/09/2014
- 02:28 PM Bug #1366 (Closed): MIME Type Detection
- HTML files at the Welcome server and the Introduction share have @application/octet-stream@ MIME. The same goes to th...
- 05:54 AM Bug #1365 (Closed): Enhanced User Agent
- At this time we see the following: AmahiAnywhere/1.0.0 (Android 4.4.2)
I think we discussed this without a clear c... - 04:41 AM Bug #1211: Amahi specific logging
- Let me give an example. I changed my proxy to be my local server and it probably will not work, however, I would like...
05/07/2014
- 12:49 AM Bug #1351 (Closed): oAuth simplified protocol
- documented in the api docs. closing.
05/05/2014
- 04:57 PM Bug #1362 (Closed): boilerplate for code
- 02:11 PM Bug #1362 (Feedback): boilerplate for code
- the format you indicate is fine. let's keep it that way and move on.
- 07:40 AM Bug #1362: boilerplate for code
- Actually I think it has another form according to the "official site":http://www.gnu.org/licenses/gpl-howto.html, "GN...
05/04/2014
- 04:48 PM Bug #1362 (Closed): boilerplate for code
- here is the boilerplate we should use:...
- 07:22 PM Feature #1360 (Closed): Proxy Api/Client
- After Carlos' comment I agree that PFE should be separated since there will always be a single call to it (e.g. PUT /...
05/03/2014
- 01:34 PM Feature #1360: Proxy Api/Client
- i did not look at the code, so i cannot make any assertions of what should be done.
but i will clarify that the PF... - 11:08 AM Feature #1360: Proxy Api/Client
- Look at the bug #1218 as well. My point is to keep the PFE API for determining addresses and the Server API for opera...
- 11:00 AM Feature #1360: Proxy Api/Client
- PFE API != Relay API. At least it is not clarified that the PFE server can operate as the Relay server and vice versa...
- 10:48 AM Feature #1360 (Assigned): Proxy Api/Client
- Please make the changes in the api as well for consistency.
- 11:57 PM Feature #1360 (Closed): Proxy Api/Client
- Just merged them. I split them before to keep separate but keeping together makes more sense in a perspective.
- 12:18 PM Bug #1351: oAuth simplified protocol
- great to hear it's implemented.
assigning to me to get into the API docs. - 11:01 AM Bug #1351: oAuth simplified protocol
- If it was kind of implemented—can we close the issue? Maybe it would be better to place it at the documentation the f...
- 11:10 AM Bug #1211: Amahi specific logging
- Disabling logging for releases is of course possible. What kind of logs do you wish to have? HTTP headers or somethin...
05/02/2014
- 02:52 PM Feature #1360 (Closed): Proxy Api/Client
- What is the point of having a separate class for detecting the mode (local/remote). Since the calls are made to the P...
05/01/2014
- 11:13 PM Bug #1356: formatting of timestamps
- this has been updated in the API docs v0.9.
04/30/2014
- 03:48 AM Bug #1356 (Closed): formatting of timestamps
- 03:29 AM Bug #1356: formatting of timestamps
- We use a format called TimeFormat in Go. It is like RFC1123 but hard codes GMT as the time zone. it's used commonly f...
- 02:46 AM Bug #1356 (Closed): formatting of timestamps
- The documentation shows modification time for files as “2010-04-10T14:10:01-07:00” which is ISO 8601 I suppose.
Th...
04/28/2014
04/24/2014
04/23/2014
- 03:26 PM Bug #1351 (Closed): oAuth simplified protocol
- POST "/api2/oauth/token" with a body containing the following in the body...
- 03:09 PM Bug #1350 (Closed): testing 1 2 3
- please the workflow document we created for the workflow that works for us: https://wiki.amahi.org/index.php/Workflow
- 02:25 PM Bug #1350 (Resolved): testing 1 2 3
- 02:25 PM Bug #1350 (Closed): testing 1 2 3
- testing to see if you guys can see this bug updated. please confirm by closing this bug.
Also available in: Atom