forked from dgraziotin/openpomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reached a stable candidate for v0.9.0?
- Loading branch information
Daniel Graziotin
committed
Jan 26, 2012
1 parent
f1ca694
commit 4502559
Showing
44 changed files
with
9,338 additions
and
5,030 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ bin/ | |
gen/ | ||
.idea/ | ||
out/ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
-optimizationpasses 5 | ||
-dontusemixedcaseclassnames | ||
-dontskipnonpubliclibraryclasses | ||
-dontpreverify | ||
-verbose | ||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* | ||
|
||
-keep public class * extends android.app.Activity | ||
-keep public class * extends android.app.Application | ||
-keep public class * extends android.app.Service | ||
-keep public class * extends android.content.BroadcastReceiver | ||
-keep public class * extends android.content.ContentProvider | ||
-keep public class * extends android.app.backup.BackupAgentHelper | ||
-keep public class * extends android.preference.Preference | ||
-keep public class com.android.vending.licensing.ILicensingService | ||
|
||
-keepclasseswithmembernames class * { | ||
native <methods>; | ||
} | ||
|
||
-keepclasseswithmembernames class * { | ||
public <init>(android.content.Context, android.util.AttributeSet); | ||
} | ||
|
||
-keepclasseswithmembernames class * { | ||
public <init>(android.content.Context, android.util.AttributeSet, int); | ||
} | ||
|
||
-keepclassmembers enum * { | ||
public static **[] values(); | ||
public static ** valueOf(java.lang.String); | ||
} | ||
|
||
-keep class * implements android.os.Parcelable { | ||
public static final android.os.Parcelable$Creator *; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
<string name="priority">Priority</string> | ||
<string name="description">Description</string> | ||
<string name="preferences">Preferences</string> | ||
<string name="preferences_intro">Pomodroid Settings</string> | ||
<string name="preferences_intro">Use the Menu button to save the preferences.</string> | ||
<string name="preferences_firsttime">Welcome to Pomodroid.\n | ||
This is the first time that | ||
you run the program. Please do the following: \n \n | ||
|
@@ -74,14 +74,16 @@ | |
button.\nYou can also access the list of services by pressing the | ||
Menu button.\nPlease don\'t leave this window until all the operations finished.\n\n</string> | ||
<string name="about">About</string> | ||
<string name="about_1">Pomodroid is the opensource Android tool that lets | ||
<string name="about_text">Pomodroid is the opensource Android tool that lets | ||
you either define activities or download tickets from Trac environments and | ||
face them according to the Pomodoro Technique.\n\n | ||
NEW: Simple Mode and Advanced Mode! | ||
Pomodroid will automatically collect metrics while you are working.\n\n | ||
THIS IS ALPHA SOFTWARE: please visit the official site for more info and links to documentation:\n | ||
</string> | ||
<string name="about_2">http://task3.cc/projects/pomodroid</string> | ||
<string name="about_3">\n\nIMPROVE POMODROID! You can help Pomodroid in many ways. See the Project Wiki for info:</string> | ||
<string name="about_4">http://github.com/dgraziotin/Pomodroid</string> | ||
</string> | ||
<string name="about_project_text">Pomodroid official website:</string> | ||
<string name="about_project_url">http://task3.cc/projects/pomodroid</string> | ||
<string name="about_github_text">Pomodroid Source code:</string> | ||
<string name="about_github_url">http://github.com/dgraziotin/Pomodroid</string> | ||
<string name="about_bug_text">Report a Bug / Feature Request (Requires GitHub Account)</string> | ||
<string name="about_bug_url">http://github.com/dgraziotin/Pomodroid</string> | ||
<string name="about_email_text">General Feedback / Report a Bug / Feature Request (e-mail)</string> | ||
<string name="about_email_url">[email protected]</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.