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
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
Rom Walton
683fb60623
ANDROID: Remove a script that is not needed anymore.
2013-08-07 17:53:35 -04: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
Joachim Fritzsch
3b76b22bba
android: fixes bug reported through PlayStore system: NumberFormatException in getPidForProcessName.
2013-07-24 13:34:15 +02:00
Joachim Fritzsch
9d27de5010
android: added support for wireless charger. treat like AC. Issue #1312 .
2013-07-24 12:15:16 +02:00
Joachim Fritzsch
cef81cc487
android: bug fix, introduced with previous commit
2013-07-24 12:05:18 +02:00
Joachim Fritzsch
630779cfd5
android: removal of cpu_usage_limit preference from UI. Set to 100 percent during launch.
...
Cpu_usage_limit has caused problems with:
- acquistation and release of wakelock and foreground state of service
- timeout of science apps, no progress
Therefore gets removed from UI. If user has customized this setting, the changes get reverted. Monitor sets this preference to 100 percent during launch of UI. This code should get removed again, once every installation is at 100 percent again, or if preference handling gets changed.
2013-07-24 11:53:14 +02:00
Rom Walton
dddaab2b4d
Android: Remove <task_debug/> from the default list of debug flags installed with the client. At some point we need to remove cc_config.xml and global_prefs_override.xml from the APK.
2013-07-19 15:10:10 -04:00
Joachim Fritzsch
da7bcb67d0
android: bug fix. loading project info failed when manually entering url.
2013-07-17 19:24:30 +02:00
Rom Walton
276108c3eb
Update the all projects list distributed with the client software.
2013-07-17 01:22:32 -04:00