Commit Graph

341 Commits

Author SHA1 Message Date
Joachim Fritzsch a491bd2e29 android: refactor, added class missing in previous commit. 2013-11-25 16:38:11 +01:00
Joachim Fritzsch e5aa855b7b android: refactor of Monitor class, moved RPC related function into new ClientInterfaceImplementaion with extends RpcClient. Added Javadoc style comments for both classes. 2013-11-22 14:19:14 +01:00
Joachim Fritzsch 80d3c96c26 android: notification, when clicked, take user back to last tab instead of restarting. 2013-11-21 15:22:26 +01:00
Joachim Fritzsch 7e39bcce98 android: fixed spelling mistake in strings.xml 2013-11-21 14:27:40 +01:00
Joachim Fritzsch 4479661766 android: Manager code for multi platform support. 2013-11-17 13:52:37 +01:00
Joachim Fritzsch 5c100bcc92 android: remove compiled libraries from git, need to be recompiled on individual machine.
If not recompiled on local machine, System.loadLibrary() throws UnsatisfiedLinkError due to not matching signatures.
Recompile locally by running ndk-build in the Android project's root directory, i.e. BOINC.
2013-11-16 17:50:57 +01:00
Joachim Fritzsch 3a5103a5f6 android: specified supported architecture platforms in Application.mk for automated ndk-build. 2013-11-16 17:42:28 +01:00
Rom Walton efc25bbd78 android: Add cross-compile scripts for the x86 and MIPS CPU architectures 2013-10-22 11:19:42 -04:00
Rom Walton c8fbb7e799 android: Filter out the old ARM based platform in the playstore. 2013-10-22 09:49:59 -04:00
Rom Walton f83b5bae25 android: Remove previous playstore filter used to limit BOINC to ARM CPUs
android: Add placeholders directories for where cross-compiled BOINC clients will be stored in the APK.
2013-10-22 09:40:26 -04:00
David Anderson 8b07b965df android: Bulk import of localization text 2013-10-21 09:17:36 -07:00
David Anderson 27cbee2001 android: Bulk import of localization text 2013-10-21 09:16:25 -07:00
Joachim Fritzsch 4f38e2a59b android: added visit website to project controls. 2013-10-17 19:32:13 +02:00
Joachim Fritzsch aa0ef00405 android: bugfix, prevent Projects tab to show negative duration until transfer retry. 2013-10-17 19:20:03 +02:00
Joachim Fritzsch 8fdf74660c android: added transfer retry to project controls. 2013-10-17 19:12:17 +02:00
David Anderson 05b9a4d334 android: bulk update of localization resources 2013-10-10 12:04:24 -07:00
David Anderson 12eafccc6e android: bulk import of localization resources 2013-10-04 09:52:03 -07:00
Joachim Fritzsch fced3f1529 android: Notices tab, bug fix. 2013-10-01 23:17:53 +02:00
Joachim Fritzsch 6a7cf22690 android: Notices tab added, showing project's RSS feed. 2013-10-01 19:47:19 +02:00
Joachim Fritzsch 531b2bd5e3 android: removal of Transfers tab, show information in Projects tab for every project individually. 2013-10-01 16:56:21 +02:00
David Anderson 73b8b03005 android: bulk import of new localization resources 2013-09-21 12:24:30 -07:00
David Anderson d72700cf55 android: bulk import of new localization resources 2013-09-20 13:01:09 -07:00
David Anderson 5da89b46f9 android: bulk import of new localization resources 2013-09-13 10:00:21 -07:00
Joachim Fritzsch 75301ff23a android: bugfix projects activiy, introduced by previous merge. 2013-09-11 19:49:27 +02:00
Joachim Fritzsch a677b0b844 android: turkish translation lacking escape character for question mark. 2013-09-11 19:34:48 +02:00
Joachim Fritzsch e41ef4ef29 Merge branch 'am'
Conflicts:
	android/BOINC/src/edu/berkeley/boinc/ProjectsActivity.java
	android/BOINC/src/edu/berkeley/boinc/adapter/ProjectsListAdapter.java
2013-09-11 19:33:45 +02:00
Joachim Fritzsch 469a6d3348 android: account manager support, commit 3/3. 2013-09-11 18:08:24 +02:00
Rom Walton 1265b7505d android: Make missing translations a non-fatal event 2013-09-06 12:13:09 -04:00
Rom Walton 32752480c2 android: Prevent Eclipse from complaining about certain configuration strings not having any translations 2013-09-06 11:59:17 -04:00
Rom Walton 1a78c8b1f4 Update all project list for packages we release 2013-09-06 11:46:01 -04:00
Rom Walton 6a9108f06b android: Prevent Eclipse from complaining about certain configuration strings not having any translations 2013-09-06 11:41:27 -04:00
David Anderson e7f3737098 android: bulk import of new localization resources 2013-09-06 07:58:08 -07:00
David Anderson cadda86667 android: bulk import of new localization resources 2013-09-04 12:40:45 -07:00
David Anderson 5d0adf5b79 android: bulk import of new localization resources 2013-09-02 14:01:36 -07:00
David Anderson fc9e087538 android: bulk import of new localization resources 2013-08-30 12:11:48 -07:00
Rom Walton 650f2731f1 android: Move asset paths out of the strings.xml file and put them into the configuration.xml file. Localizers can change what is in strings.xml. 2013-08-30 12:47:43 -04:00
Rom Walton cf7cc1071a android: Remove the default global prefs override file from the installation process. The default values are now in the core client. 2013-08-21 12:44:08 -04:00
Joachim Fritzsch cebe16ccbe android: re-enable cpu throttling with bug fixes. 2013-08-14 08:56:51 +02:00
Joachim Fritzsch d1ef167b8d Merge branch 'notices' 2013-08-14 08:38:15 +02:00
Joachim Fritzsch 68dff711a5 android: add code for notices to disappear when outdated. 2013-08-14 08:18:50 +02:00
Joachim Fritzsch 5cda8301ed android: account manager support, commit 2/3. 2013-08-14 07:02:08 +02:00
Joachim Fritzsch 972eff627e android: account manager support, commit 1/2. 2013-08-14 07:01:10 +02:00
Joachim Fritzsch 11db1b9741 android: improved logging information on rpc failure, releated issue #1323 2013-08-13 13:28:37 +02:00
Joachim Fritzsch 84c5bd353d android: bug fix for OutOfMemeoryError while loading slideshow, handle exception. reported in PlayStore. 2013-08-13 13:07:45 +02:00
Joachim Fritzsch 3543c6084d android: bug fix for NPE reported in PlayStore, due to changed preference handling 2013-08-13 13:02:07 +02:00
Joachim Fritzsch 752c86015c android: add scheduler notices to Projects tab. Message does not disappear yet. 2013-08-13 12:51:11 +02:00
David Anderson dc09b0a131 Android GUI: fix a couple of strings 2013-08-03 13:13:08 -07:00
Joachim Fritzsch 5602c09485 android: always showing the EventLog in the menu, regardless of advanced preference, enhancement #1314. 2013-07-26 08:03:38 +02:00
Joachim Fritzsch 24bc9460a7 android: fixes bug reported through PlayStore system: NullPointerException while seting up Tab layout.
getTabHost would return null in some cases, moved it into onCreate, where application context is always present.
2013-07-24 13:49:10 +02:00
Joachim Fritzsch 91f3fa1bed android: fixes bug reported through PlayStore system: IllegalStateException of Timer.
occured when forceRefresh() in Monitor was called after a manual studown, which cancels the timer.
2013-07-24 13:40:48 +02:00