1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Yaaic/application
Thomas Martitz 7120bb48ea Work around duplicated activities.
With activity:launchMode = standard, we get duplicated activities
depending on the task the app was started in. In order to avoid
stacking up of this duplicated activities we keep a count of this
root activity and let it finish if it already exists

Launching the app via the notification icon creates a new task,
and there doesn't seem to be a way around this so this is needed
2011-03-06 10:59:22 +01:00
..
.settings Adjusted code formatter (eclipse) 2011-01-15 23:49:25 +01:00
res Add server activity: Add content description for accessibility 2011-02-19 21:58:37 +01:00
src/org Work around duplicated activities. 2011-03-06 10:59:22 +01:00
.classpath Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
.project Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
AndroidManifest.xml Reopen last opened channel/activity when app is resumed. Closes #35. 2011-03-06 10:59:02 +01:00
build.properties Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
build.xml Merged application and test project into one repository 2010-11-07 08:35:45 +01:00
default.properties Target and minimum SDK Version set to 4 (Android 1.6) 2011-02-19 21:09:44 +01:00