Hi,

would you please send mails like this to the mailing list as well.

On 03/26/2013 04:49 PM, Flukostat wrote:
> Well, I have examined code in client/Android/FreeRDPCore.
> I've tried to modify some xml-files (strings, bookmark_settings, 
> credentials_settings) and some java files in src directory.
> Finally, I have gateway (host and port) and gateway credentials 
> (username,password,domain) in the GUI.
> But I'm not sure I've made this correctly, because I can't understand the 
> idea of using gateway in freerdp project.


> Is it supposed to place all gateways in a separate table and link them to 
> host id in main table, or are you going to place gateway 
> (host-port-credentials) in the same table with RD host ?
> And a second question:
> Code is poorly documented, so, could you point me in very few words about the 
> purpose of the following java files, i.e. what they are intended for:
> BookmarkDB, BookmarkBaseGateway, ManualBookmarkGateway in services directory
> BookmarkBase-ManualBookmark java files in domain directory
BookmarkDB - Android Bookmark Database - responsible for saving the
bookmarks (=sessions) - if you modify the DB you might want have a look
to the on upgrade function.

BookmarkBaseGateway - Glue between bookmark database and the bookmarks
shown in the GUI

ManualBookmarkGateway - Based on BookmarkBaseGateway for manual bookmarks

BookmarkBase - Base class for all bookmarks

ManualBookmark - Implementation for a manual bookmark

If you have your code somewhere on github (or so) you can let me know
and I'll have a look.

Best regards,
Bernhard

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to