Saturday, 2012-03-03

*** Joins: giallu (~giallu@fedora/giallu)02:41
*** Quits: romer628 (~romer628@187.141.102.202) (Quit: Leaving.)02:52
*** Joins: Paul_46 (~IceChat09@2001:470:9310:aaaa:289a:9bd7:83b1:bdb5)04:56
*** Quits: siebrand (~siebrand@5353A6DC.cm-6-4c.dynamic.ziggo.nl) (Quit: siebrand)08:26
*** Joins: siebrand (~siebrand@5353A6DC.cm-6-4c.dynamic.ziggo.nl)11:19
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 276 seconds)12:30
*** Joins: giallu (~giallu@fedora/giallu)13:53
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 245 seconds)14:00
*** Joins: xleon (~Adium@73.182.222.87.dynamic.jazztel.es)14:36
xleonhello14:37
xleonanybody there?14:37
Paul_46hi14:42
xleonhi14:42
xleonI was thinking about developing a mobile version of mantis and I wanted to know your opinion14:43
xleonI saw there is a mobile app already, but I guess it lacks too many things14:43
xleonany thoughts?14:44
Paul_46there's a couple of mobile versions around14:46
Paul_46i'd like to make an open source one14:46
Paul_46but that involves time :P14:46
xleona couple? I´ve just seen one on app store14:48
xleonI want to make one for iphone, ipad, android14:48
Paul_46oh you said 'app'14:48
Paul_46I was thinking web ui14:48
xleonyes, I mean native app14:48
Paul_46i'd like to do an open source web ui14:49
Paul_46but ofc that's not an "app"14:49
xleonright14:49
xleonthe current web ui is really ugly and expensive...14:49
Paul_46not quite sure how multiple app's 'sync'14:49
xleoni don´t think they have to sync...14:50
xleonjust download data from server14:50
xleonand cache locally14:50
Paul_46at which point, does one need an app14:50
xleonlocal cache, faster, better in every way than web ui14:51
xleonyou can save settings, like mantis instances, favorite issues, etc14:52
Paul_46I *thought* when reading about jquery mobile i'd seen something about it caching data14:52
Paul_46unless i was reaeding about some part of html514:52
xleonwhen you open the app, you can see inmediatly the cached data, instead of waiting for the server14:52
xleonhtml 5 has local sqlite14:53
xleonbut I didn´t use it yet14:53
Paul_46do ipads etc support 'that'14:53
xleonyes14:53
xleonI was thinking about developing with Adobe AIR14:54
xleonone codebase, 3 platforms14:54
xleonandroid, ios, blackberry14:54
xleonnot sure about open source it14:54
Paul_46http://sixrevisions.com/web-development/html5-iphone-app/14:54
Paul_46so yea, in theory, you can cache data ?14:54
xleonyes14:55
xleonfor sure14:55
xleonI know it can be done with html514:55
xleonbut you need javascript and mobile js frameworks to do that14:55
* Paul_46 nods14:55
xleonI prefer a better way14:55
Paul_46'adobe air' -- > apple allow that now?14:56
xleonsure14:56
xleonsince a long time ago14:56
xleonapp store is full of air apps14:56
Paul_46I thought apple had been blocking it :P14:57
Paul_46must hav emissed the change of heart14:57
xleonno14:57
xleonapple just block flash player in the browser14:57
xleonanyway14:57
xleonmy question would be14:58
xleondo you think it´s a good idea to make a nice mantis client for mobile?14:58
Paul_46probably has potential14:59
Paul_46I'd like to create a free mobile interface that is open source [but NOT an app]14:59
xleonopen source involves a lot of work and doing things much better :)15:00
Paul_46i'm not sure the difference between a "mobile web page", a "html5 mobile webpage with cached data" and an "app"15:00
Paul_46i.e. if the first/2nd bit got implemented, would an app still bring additional benefits?15:00
Paul_46I assume 'yes'15:00
Paul_46but might be harder to sell15:00
xleonyou can do a web ui version (html5 or not) to access it from mobile browser, or you can wrap it into an app with phone gap or similars15:01
xleongood poing15:01
xleonpoint15:01
Paul_46victor developed mantistouch and is selling it15:02
xleonI guess the answer is the app itself, being web or app, the important thing here is usability, and fun using it15:02
Paul_46whilst that's fine, I'm not sure I like the fact it's someone's personal project being advertised directly on the mantisbt.org website15:02
xleonI think I´m going to make a free version with adobe air15:02
xleonI´ve been testing the soap services, and it´s pretty easy15:03
xleonbut that guy is from the mantis team ?15:03
Paul_46yes15:03
xleonthat´s why15:03
Paul_46but then technically so am i :P15:03
xleonhaha15:04
xleonyeah15:04
xleonwhere are you from?15:04
Paul_46uk15:04
xleonwhat features would you include in your mobile web ui version?15:05
Paul_46well, it would be 'nice' if you could do similar to what you can in browser15:06
Paul_46imo15:06
xleonmmm, I don´t think so15:06
xleonI think mobile version has to be simple15:07
Paul_46or well, I've not really thought into it lots and lots :)15:07
xleonand show the most important things only15:07
Paul_46it needs to be simple+easy to use15:07
xleonyes15:07
Paul_46it's how far you let people do 'advanced' stuff15:07
xleonsimple navigation15:07
Paul_46for example15:07
xleonfor example, user management… I wouldn´t do it on mobile15:08
Paul_46should you be able to view a 'changelog' on the move15:08
Paul_46ok i'd kinda decided anything /manage* or /admin* == web browser only15:08
xleonI don´t think so15:08
xleonyes15:08
Paul_46although to be fair, given that ipads etc can browse web15:08
Paul_46the ability to report issues offline, and update issues offline would probably be 'important'15:09
xleonthat´s right, with tablet it´s easy15:09
xleonthat´s a good point15:09
Paul_46report/update/view off/online would be osmewhate useful15:09
Paul_46however, given you need some sort of sync, the question is what you allow to be viewed offline15:10
xleonthen, when you connect, you send data to server and refresh from server15:10
Paul_46the obvious one there could be [if doing web ui] allow someone to makr issue as favourite/monitor'd15:10
Paul_46and at that point it gets stored locally and they can add updates15:10
Paul_46and then sync that15:10
xleonok15:10
Paul_46[can you do auto sync's with thml 5 or just apps?]15:11
xleonif you let the user "update" any content, you need to really sync data15:11
xleonthat´s not easy15:11
Paul_46when I say 'update'15:11
Paul_46I think i'm really thinking "add notes"15:11
Paul_46so for example, if you was on move, you could add note to your issues with 'billing information15:11
xleonbut if the user can only "add", like issues, notes, etc, you just send the data to server once you are connected15:12
Paul_46do you need an 'app' to do that bit?15:12
Paul_46or would the html5 offline caching stuff also allow that?15:12
Paul_46[I guess it would but would be a manul process?]15:12
xleonmanual proccess anyway15:12
xleonI guess you can15:12
xleonI don´t know much about html515:13
Paul_46http://konstruktors.com/blog/the-web/2991-hosted-html5-notepad-app-sync/15:13
xleonyeah, if you have local cache, and ajax, you can sync15:14
xleonno mistery15:14
xleonbut syncronization can be really hard depending of what kind of data you sync15:14
xleonlike I told you before, if we just "add", it´s pretty simple15:15
xleonI want to make something simple, but nice15:15
xleonI don´t want to spend a long time developing15:15
xleonmaybe 5 or 6 days max15:16
* Paul_46 nods15:17
Paul_46and you'd do something with adobe air?15:17
xleonyes, that´s fast for me15:18
Paul_46go for it :)15:18
xleonyes15:18
Paul_46as I say, I might one day look at doing a web ui that's open15:19
xleonI think I´m going to do that15:19
xleonnot sure about a free or paid app15:19
Paul_46but, even then, people like choice15:19
xleonso you want to make a web ui so people can download it and add it to their mantis instance?15:19
Paul_46as a plugin or as part of the core15:20
Paul_46but web ui != app15:20
xleonok15:20
Paul_46i've just not done any research into how different they are15:21
xleonthe big difference I see...15:22
xleonit´s user experience15:22
*** Joins: giallu (~giallu@fedora/giallu)15:22
xleonI have some html 5 apps on my iphone15:22
xleonand I don´t like them at all15:22
xleonperformance and navigations are not as good as native apps15:23
Paul_46nod15:23
Paul_46maybe that's the point where you go from 'free' to 'paid15:23
Paul_46i.e. free = html515:23
Paul_46paid = native app15:23
xleonyes15:25
xleonnice talking to you man15:28
xleongood luck with your web ui15:29
*** Parts: xleon (~Adium@73.182.222.87.dynamic.jazztel.es) ()15:31
*** Joins: romer628 (~romer628@187.141.102.202)15:54
GitHub14[mantisbt] rombert pushed 1 new commit to master-1.2.x: http://git.io/bSVhkg16:36
GitHub14[mantisbt/master-1.2.x] Add regression tests for  #13901 - Robert Munteanu16:36
*** Quits: romer628 (~romer628@187.141.102.202) (Quit: Leaving.)17:15
GitHub61[mantisbt] rombert pushed 1 new commit to master: http://git.io/5GktzQ17:43
GitHub61[mantisbt/master] Correct access checks in mc_issue_get_id_from_summary - Robert Munteanu17:43
*** Joins: romer628 (~romer628@187.141.102.202)18:03
*** Quits: romer628 (~romer628@187.141.102.202) (Client Quit)18:04
GitHub137[mantisbt] rombert pushed 1 new commit to master-1.2.x: http://git.io/7vDxig18:07
GitHub137[mantisbt/master-1.2.x] Correct access checks in mc_issue_get_id_from_summary - Robert Munteanu18:07
*** Quits: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:00
*** Joins: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de)19:00
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 244 seconds)19:01
GitHub164[mantisbt] vboctor pushed 1 new commit to master-1.2.x: http://git.io/QETI0w19:49
GitHub164[mantisbt/master-1.2.x] Fixes #13994: Use rounded edges for avatars - Victor Boctor19:49
*** Quits: Paul_46 (~IceChat09@2001:470:9310:aaaa:289a:9bd7:83b1:bdb5) (Quit: Never put off till tomorrow, what you can do the day after tomorrow)20:52
GitHub163[mantisbt] vboctor pushed 1 new commit to master-1.2.x: http://git.io/MEq-PA20:58
GitHub163[mantisbt/master-1.2.x] Update version to 1.2.9 - Victor Boctor20:58

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!