Commit Graph

151 Commits (053ef047bdb0ae55a3b0a4fff0159b5f5631f1a1)

Author SHA1 Message Date
Alex Baker 3ee7909472 Update translations
* Spanish - kyox
* Russian - riadwaw
11 years ago
Alex Baker b35f996b95 Update date tests 11 years ago
Alex Baker a5802cb447 Add relative day tests 11 years ago
Alex Baker e87a01e747 Add date and task tests 11 years ago
Alex Baker 6de73f63f5 Use joda to determine one month from now 11 years ago
Alex Baker 8ab433081b Clean up repeat tests 11 years ago
Alex Baker 32309bb88b Add newDate helper methods 11 years ago
Alex Baker 49d99258df Add joda time and unit tests
* Add datetime tests
* Add repeat tests
* Disable instrumentTest on travis build
* Update project properties
11 years ago
Alex Baker bc2e94a5a3 Update lint config 11 years ago
Alex Baker 444d3ed5fc Update translations
* Swedish - JonasRC86
* Greek - @uberspot
* Dutch - jeroenvd
* Slovenia - damir12
* Chinese (Taiwan) - imprazaguy
11 years ago
Alex Baker d2430190c8 Restore is_readonly to task table
* Removing this column broke old widgets
11 years ago
Alex Baker d39a6a1868 Add Greek translations (@uberspot) 11 years ago
Alex Baker f541415309 Remove public and readonly columns from tasks 11 years ago
Alex Baker b06aa552d4 Remove updates table 11 years ago
Alex Baker 7b540fa218 Fix sqlite overflow on backup import
This is a hack to prevent the widget from generating a huge sqlite query
when it receives a flood of data source changed notifications. Not sure
why it was happening so this needs to be revisited
11 years ago
Alex Baker 938121f75e Show recently completed tasks on widget 11 years ago
Alex Baker 7e62156bf0 Update to JDK 1.7 11 years ago
Alex Baker b929efa16f Update Slovenian (damir12) 11 years ago
Alex Baker 2ad175c876 Add scrollable widget
Closes #21
11 years ago
Alex Baker a1c986d9e2 Apply Android Studio and Lint inspections
* Remove always true/false/null parameters
* Remove pointless bitwise expressions
* Remove pointless boolean expressions
* Remove unnecessary continue statements
* Convert fields to local variables
* Remove unused resources
11 years ago
Alex Baker 75315a4951 Update translations
* Slovenian (damir12)
* Hebrew (amititzhaki)
* French (mdubois)
* Remove unused translations
11 years ago
Alex Baker a6bf478422 Apply Android Studio inspections
* Remove invalid manifest entries
* Remove redundant finals
* Remove redundant semicolons
* Remove unnecessary boxing/unboxing
* Remove redundant type casts
* Remove redundant toString calls
* Replace StringBuilders with Strings
* Remove manual array operations
* Replace StringBuffer with StringBuilder
* Replace for with foreach
* Remove unused try/catch
* Remove unused collections
* Remove empty if statements
* Remove unused return values
* Remove redundant local variables
* Remove redundant assignments and unused variables
* Remove unused logo change
* Remove unused strings
* Fix string comparison
11 years ago
Alex Baker e7d629e365 Remove unused code 11 years ago
Alex Baker e8b1eff7d7 Remove OpenCRX, update translations
* Update Dutch (cseynaeve)
11 years ago
Alex Baker 283423cd27 Remove outstanding table 11 years ago
Alex Baker ea695ead9c Remove User and UserDao 11 years ago
Alex Baker df321eda14 Remove history, apply inspections
* Remove unused method parameters
* Remove unnecessary throws
* Remove unused return values
* Remove constant return values
11 years ago
Alex Baker 0e6df44e95 Convert tests to Robolectric
* DateUtilitiesTest
* TranslationTests
* AstridTranslationTest
* AdvancedRepeatTest
11 years ago
Alex Baker 69829e3f68 Remove update message service 11 years ago
Alex Baker fb78537cce Optimize imports, remove statistics constants 11 years ago
Alex Baker ac7903fac3 Navigation redesign
* Replace list popover with drawer - Closes #33
* Replace menu popover with standard menus
* Replace application icons - Closes #11
* Remove swipe between lists
* Remove list icons
* Remove list header from tablet view
* Remove list settings shortcut
* Add new list, rename list, delete list to overflow
* Remove featured list
* Brazilian Portuguese (sfrique)
* Russian translation (xtsrsdn)
11 years ago
Joachim Mailänder f41aaa6b8b Better XML import and export function
Closes #10
Closes #31
11 years ago
Alex Baker e137484b4e Cleanup
* Remove FileMetadata, ContactsAutoComplete, ContactListAdapter
* Remove unnecessary overrides
* Remove invalid javadoc
11 years ago
Alex Baker 5b5cec9f78 Remove com.timsu package 11 years ago
Alex Baker 797e713a4f Remove encouragements, update strings
* Ukrainian (kuzyasun)
* French (DianeRouquine)
* Remove unused strings
* Remove unused translations
11 years ago
Alex Baker 3bf8433d5e Update icons
* Replace gear, camera, mic, plus buttons
* Remove unused resources
11 years ago
Alex Baker b010e1d82e Remove about activity, unused keys and strings 11 years ago
Alex Baker d86a15a27e Update translations
* Catalan
* Czech
* Danish
* Norwegian
* Portuguese
* Thai
11 years ago
Alex Baker a73a835bb4 Update translations
* Remove unused string arrays from master files
* Remove unused string arrays from translations
* French (DianeRouquine)
11 years ago
Alex Baker 5e7e761447 Remove untranslated string-arrays and plurals 11 years ago
Alex Baker 6c6b309394 Remove untranslated strings 11 years ago
Alex Baker ce40a07d65 Remove comments from translation files 11 years ago
Alex Baker 29aa26a5b5 Remove unused translations 11 years ago
Alex Baker 71bd8981df Translation updates
* Add Ukranian translations (kuzyasun)
* Add find-unused-strings.rb
* Remove unused strings from master translation files
11 years ago
Alex Baker 85abf43b1b Update Dutch translations 11 years ago
Alex Baker 67afd29e9b Update translations
* Korean
* Chinese (Taiwan)
* Turkish
* Chinese
* Swedish
* Polish
* Hebrew
* Italian
11 years ago
Alex Baker 8a64bc5661 Update translations
* German
* Portuguese (Brazil)
* Russian
* French
* Japanese
* Remove headers from master string files
11 years ago
Alex Baker 1759fa484f Update Spanish translations 11 years ago
Alex Baker 168d02b375 Update Czech translations 11 years ago
Alex Baker 1b575faf45 Rebrand as Tasks
* Change package to org.tasks
* Replace 'Astrid' with 'Tasks' in string files
* Replace icons
* Remove no_activity_container
* Remove unused drawables
11 years ago
Alex Baker 65d5cd7d8a Convert to Gradle 11 years ago