Changes between Version 13 and Version 14 of AndroidClientIntegration


Ignore:
Timestamp:
Oct 12, 2016, 8:16:01 PM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • AndroidClientIntegration

    v13 v14  
    1515 * Save profiles for various Trac servers.
    1616
    17 The Trac server must have the XmlRpcPlugin installed.
     17Create a new ticket screen:
     18
     19[[Image(android-client-app.png)]]
     20
     21Display of filters for ticket selection:
     22
     23[[Image(android-client-app_filter.png)]]
    1824
    1925See also: http://www.tracpeek.de/tracpeek-fur-iphone-android-und-windows/ (German, mentioned in TracPeekIntegration)
     
    3137== Source
    3238
    33 See [https://svn.code.sf.net/p/tracclient/code/ here].
     39The source code can be downloaded from [https://svn.code.sf.net/p/tracclient/code/ here].
    3440
    3541== Installation
    3642
     43The Trac server must have the XmlRpcPlugin installed.
     44
    3745The app is called TRAC Client and can be installed from the [https://play.google.com/store/apps/details?id=com.mfvl.trac.client Android Play Store].
    38 
    39 == Screenshot
    40 
    41 Create a new ticket screen:
    42 
    43 [[Image(android-client-app.png)]]
    44 
    45 Display of filters for ticket selection:
    46 
    47 [[Image(android-client-app_filter.png)]]
    4846
    4947== !Author/Contributors