<string name ="data_folder">owncloud</string>
<string name ="log_name">Owncloud_</string>
- <!-- Server URL -->
+ <!-- URLs and flags related -->
<string name="server_url"></string>
<bool name="show_server_url_input">true</bool>
- <string name="url_account_register">"https://owncloud.com/mobile/new"</string>
+ <bool name="show_welcome_link">true</bool>
++ <string name="welcome_link_url">"https://owncloud.com/mobile/new"</string>
<!-- Flags to setup the authentication methods available in the app -->
<string name="auth_method_oauth2">off</string>
* @param view 'Account register' button\r
*/\r
public void onRegisterClick(View view) {\r
-- Intent register = new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.url_account_register)));\r
++ Intent register = new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.welcome_link_url)));\r
setResult(RESULT_CANCELED);\r
startActivity(register);\r
}\r