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
f173f76ef5
android: adapted gitignore to multi platform support.
2013-11-17 13:52:13 +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
Joachim Fritzsch
768f0d7876
android: fix typo in x86 build scripts.
2013-11-16 15:08:01 +01:00
Rom Walton
94d5ab4adf
android: Fix references to ca-bundle.crt
2013-10-22 14:50:55 -04:00
Rom Walton
7179b0e27b
android: Use different toolchain directories. OpenSSL appears to be sensitive and will not successfully compile if built for a different CPU architecture first. (temp file?)
2013-10-22 13:59:26 -04:00
Rom Walton
83ad0d47a0
android: Make sure all the toolchains exist
2013-10-22 13:16:04 -04:00
Rom Walton
d1cd5d3f8e
android: more tweaks for the various CPU Architectures
2013-10-22 13:00:50 -04:00
Rom Walton
bfe8ee6921
android: Attempt to fix OpenSSL compile problem on x86/mips
2013-10-22 12:02:04 -04:00
Rom Walton
6ebd9d1984
android: Add a script to just compile BOINC for all CPU Architectures
2013-10-22 11:39:37 -04:00
Rom Walton
4b4a5c360f
android: Bug fixes for previous commit
2013-10-22 11:37:36 -04: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
0c8e30d0e9
Translation: update templates, and fix tools for generating templates
2013-10-15 22:46:18 -07:00
Rom Walton
fb2762238c
android: Tweak the location that the android template is written to so that the compare_pot script can find it.
2013-10-15 16:15:33 -04: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