1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-07-09 07:28:53 +00:00

Commit Graph

  • 5f71c2803b Czech translation update for owncloud-sms-app Jaroslav Lichtblau 2015-10-03 19:53:30 +02:00
  • 40a40f800d Improve french translation + contact view Loic Blot 2015-08-30 16:38:47 +02:00
  • 1a6feec7ee Use spinner instead of big listview when selecting contacts Loic Blot 2015-08-30 13:44:00 +02:00
  • 8e96526e3c Fix a crash when refresh is running and scrolling Loic Blot 2015-08-30 10:59:09 +02:00
  • cc14488a88 Abort sync process earlier when no account is available Loic Blot 2015-08-30 10:28:57 +02:00
  • f7dcb8e51c Read phone contact list to retrieve contacts from phone numbers * ContactListAdapter: Fix a potential crash when list is empty Loic Blot 2015-08-30 10:05:46 +02:00
  • b937c4ebdd Refresh directly, don't wait Loic Blot 2015-08-09 23:50:29 +02:00
  • 6ee249ca7e Update README.md, add lib requirements Loic Blot 2015-08-09 23:47:12 +02:00
  • c733997aaa Refresh layout for phone list is now okay Loic Blot 2015-08-09 23:40:52 +02:00
  • d0bd844c48 Add basic refresh layout to phone list, need handling Loic Blot 2015-08-09 23:34:10 +02:00
  • fd7abccb42 Handle API call errors when getting phone numbers Loic Blot 2015-08-09 23:14:07 +02:00
  • 597044cdc8 Big commit: Android Studio + Re-enable ContactList view and make it working to prepare SMS restauration Loic Blot 2015-08-09 19:57:23 +02:00
  • 9bbd6d7632 Fix android version for play store 0.18.5 Loic Blot 2015-06-23 19:18:00 +02:00
  • 44840583b7 v0.18.5 Loic Blot 2015-06-23 19:14:53 +02:00
  • 6e875efe28 Add error message on manual sync Loic Blot 2015-06-23 19:12:12 +02:00
  • f59b3e9c5e Handle Error#15 when ocsms is not install or owncloud is awaiting upgrade Loic Blot 2015-06-23 19:11:50 +02:00
  • 9ba7054d14 Use disable push_on_receive mechanism and comment new feature to prepare next release Loic Blot 2015-06-23 18:59:48 +02:00
  • af171ce788 Add param to disable push_on_receive mechanism Loic Blot 2015-06-23 18:46:47 +02:00
  • 3b7351db79 Prepare ASyncContactLoad task. Loic Blot 2015-05-23 19:28:56 +02:00
  • 9c60469658 Rename AsyncTask to ASyncSMSSync and create a new async task ASyncContactLoad Loic Blot 2015-05-23 18:19:22 +02:00
  • 0277d9eb65 Rename restore message to remote_account Loic Blot 2015-05-23 18:12:09 +02:00
  • 1483b9d516 Add new icons for notifications. This should solve problems pointed on issue #57 Loic Blot 2015-05-23 18:06:29 +02:00
  • 8e4c07f924 Prepare ListView loading Loic Blot 2015-05-15 12:31:41 +02:00
  • 9d2d76a606 Proper Intent argument for LoadContacts activity Loic Blot 2015-05-15 12:25:00 +02:00
  • 31a8a5b968 Use an assert on ContactListActivity::onCreate, when accountName is null Loic Blot 2015-05-15 11:58:30 +02:00
  • f120a92489 Prepare the ListView loading for loading contacts from owncloud instance Loic Blot 2015-05-15 11:56:29 +02:00
  • a8b3eed9c8 Better place for restore activities is a package Loic Blot 2015-05-15 10:06:28 +02:00
  • 1606568e79 Rename RestoreSMSAccountList to RestoreSMS_AccountList and add RestoreSMS_ContactList basic class Loic Blot 2015-05-15 09:54:42 +02:00
  • fc818ac6a3 Commit Loic Blot 2015-05-03 20:06:43 +02:00
  • 6dfb2cac10 Export AndroidAccountAdapter to nrz-androidlib Loic Blot 2015-05-03 19:51:57 +02:00
  • 21c10614e2 Proper account list creation Loic Blot 2015-05-03 19:50:22 +02:00
  • d39e314707 Add a basic listview as a PoC to choose accounts (this doesn't use accounts atm) Loic Blot 2015-05-03 16:31:28 +02:00
  • 88a45634a2 Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App Loic Blot 2015-04-28 17:51:40 +02:00
  • a22b5c3318 Add getServerPhoneNumbers call and fix file coding style Loic Blot 2015-04-28 17:50:00 +02:00
  • 64459acb85 Merge pull request #54 from pejakm/srupd Ner'zhul 2015-03-31 22:44:32 +02:00
  • 140f27f8c3 Update Serbian Mladen Pejaković 2015-03-31 19:36:33 +02:00
  • 9d3c9e93a0 Export many PreferenceActivity functions to NrzSettingsActivity Loic Blot 2015-03-29 21:40:13 +02:00
  • b7e9f63e10 Use nrz-androidlib for common code. Use NrzSettingsActivity from nrz-androidlib as a parent of SettingsActivity Remove OcSMSNotification and use NrzNotification instead Loic Blot 2015-03-29 20:56:00 +02:00
  • ed4941f9e3 Merge pull request #52 from enoch85/patch-1 0.18.2 Ner'zhul 2015-03-26 14:50:40 +01:00
  • 6ea71a7e61 Better wording Daniel Hansson 2015-03-26 14:41:46 +01:00
  • 7ef707a8ca Use new external library for some common code needed by some other applications Loic Blot 2015-03-24 19:20:25 +01:00
  • e88ec7a9ff Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App Loic Blot 2015-03-23 20:18:40 +01:00
  • 58b9ed61ff Crashfix when data is not available 0.18.1 Loic Blot 2015-03-23 20:17:30 +01:00
  • 29e67d1109 Merge pull request #50 from enoch85/patch-1 Ner'zhul 2015-03-22 10:31:14 +01:00
  • 134e6db6f2 Corrected one string Daniel Hansson 2015-03-22 03:38:27 +01:00
  • bc720e96bb Forgot to translate two lines Daniel Hansson 2015-03-22 01:23:32 +01:00
  • 95053325bc Updated translations with new strings Daniel Hansson 2015-03-22 01:21:00 +01:00
  • 1a0e887179 Update translations Loic Blot 2015-03-22 00:51:05 +01:00
  • 7b03ecb31f Merge pull request #48 from enoch85/patch-2 Ner'zhul 2015-03-22 00:42:49 +01:00
  • 6a88796d85 Merge pull request #47 from enoch85/patch-1 Ner'zhul 2015-03-22 00:42:33 +01:00
  • bd26728bb5 Fix coding style, helped by eclipse. Also add notification when manual sync is done Loic Blot 2015-03-22 00:37:01 +01:00
  • 24f72073a4 The checkboxes are now working. Apply the filter on all syncing methods. Add a button to launch a sync from MainActivity Loic Blot 2015-03-22 00:24:59 +01:00
  • 810567c237 Add a new preference to select on which network synchronize Loic Blot 2015-03-21 21:51:10 +01:00
  • ae7749701a Change version number + typo Daniel Hansson 2015-03-21 18:38:12 +01:00
  • 4b4ff0e8f6 Correcting typos Daniel Hansson 2015-03-21 18:35:26 +01:00
  • b8506fffd1 Add sweden translations, PR #46 Loic Blot 2015-03-21 18:18:19 +01:00
  • c75c4436f8 Merge pull request #40 from pejakm/srtr Ner'zhul 2015-03-17 19:02:23 +01:00
  • a658bf1b0a Update Serbian translation with version string Mladen Pejaković 2015-03-17 17:35:07 +01:00
  • 449385e4fd PlayStore description in Serbian Mladen Pejaković 2015-03-17 17:32:26 +01:00
  • d13503ae29 Serbian language Mladen Pejaković 2015-03-17 17:25:28 +01:00
  • ffd6a2cffc Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App 0.17.1 Loic Blot 2015-03-14 18:02:17 +01:00
  • c61310c59f Android 5.1 support Loic Blot 2015-03-14 18:01:41 +01:00
  • 0ef354d423 Update README.md Ner'zhul 2015-02-17 10:40:22 +01:00
  • 48ec96f41b Really Fix https://github.com/nerzhul/ocsms/issues/39 problem, thanks @martin-rueegg Loic Blot 2015-02-16 15:33:09 +01:00
  • 73fa4e8ad9 Fix https://github.com/nerzhul/ocsms/issues/39 problem Loic Blot 2015-02-16 15:13:14 +01:00
  • f98822c8ed Merge pull request #32 from svetlemodry/master Ner'zhul 2015-02-15 16:13:58 +01:00
  • 18f6f87909 Czech translation update Jaroslav Lichtblau 2015-02-15 16:09:17 +01:00
  • bd15c3d594 Tag 0.17.0. 0.17.0 Loic Blot 2015-02-10 19:50:53 +01:00
  • 2b8df80187 Crash fix. Also design the new activity with a blue skin Loic Blot 2015-02-10 19:38:58 +01:00
  • 553e05b7c5 Add android-support-v13.jar Loic Blot 2015-02-09 20:20:58 +01:00
  • f5314992b4 Fix licence position in style for building app Loic Blot 2015-02-09 20:16:26 +01:00
  • 30c8eee70f Merge pull request #29 from agdg/patch-2 Ner'zhul 2015-02-08 19:00:21 +01:00
  • 179c946072 Merge pull request #28 from agdg/patch-1 Ner'zhul 2015-02-08 18:59:50 +01:00
  • c2bfbf3f77 Update google_playstore_strings.xml Antonio Guillen 2015-02-08 11:19:43 +01:00
  • 0bbf5153fb Update strings.xml Antonio Guillen 2015-02-08 11:14:03 +01:00
  • 1a73bbb2b0 String & style fixes Loic Blot 2015-02-07 17:30:38 +01:00
  • acd3a06e56 Button style is now good Loic Blot 2015-02-07 16:51:11 +01:00
  • 8f7a083f07 Update sources for a proper support with Android 4+ instead of Android 2.1+. Also change HeaderBar style Loic Blot 2015-02-07 10:35:23 +01:00
  • 6af64d979a Merge pull request #26 from svetlemodry/master Ner'zhul 2015-01-30 17:58:31 +01:00
  • f2ce879623 Czech translation update to v3 Jaroslav Lichtblau 2015-01-30 14:02:50 +01:00
  • 6a268e4d77 Move MainActivity to proper package Loic Blot 2015-01-25 17:34:45 +01:00
  • 7476c8d469 Map other MainActivity buttons and localize strings Loic Blot 2015-01-25 17:29:20 +01:00
  • acd9d72bb4 Map settings button Loic Blot 2015-01-25 16:54:20 +01:00
  • b8f8d3d23f Add a basic main activity for ownCloud SMS beginers. We need to have a good tutorial, this is a poc Loïc Blot (@U-Exp) 2015-01-18 19:17:19 +01:00
  • 6480b3dbbd v1.6.1: Remove sync error notification if a good sync is done after a bad sync Loïc Blot (@U-Exp) 2015-01-18 17:42:38 +01:00
  • 208746d855 Updated copyright Loïc Blot (@U-Exp) 2015-01-03 11:14:08 +01:00
  • cd59b6ad5c Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App Loïc Blot (@U-Exp) 2014-12-28 12:10:04 +01:00
  • ebc8167500 merge Loïc Blot (@U-Exp) 2014-12-28 12:09:55 +01:00
  • 424d17af0f Remove debugging string Ner'zhul 2014-12-23 14:26:40 +01:00
  • ee50450693 Update README.md Ner'zhul 2014-12-22 17:33:22 +01:00
  • 7cb2e8473b SmsDataProvider: New helper & rename some args Loïc Blot (@U-Exp) 2014-12-12 17:39:58 +01:00
  • b3710b2e79 Misc fixes and sync on connectivity works. * Export connectivity monitor. * Sync works properly when data was available, but we need to find why there is more messages than we need when we get them. * add missing files Loïc Blot (@U-Exp) 2014-12-12 17:22:16 +01:00
  • f588a1ccb1 Forget copyright Loïc Blot (@U-Exp) 2014-12-12 15:52:34 +01:00
  • 63bdbf35fd Add prefs class to manage shared preferences Loïc Blot (@U-Exp) 2014-12-12 15:52:07 +01:00
  • 504eb1baca Event->Connectivity changed: store lastMessageDate to shared preferences Loïc Blot (@U-Exp) 2014-12-12 15:44:47 +01:00
  • 6292011e9b Event: connectivity changed: prepare a handler when data conn become available Loïc Blot (@U-Exp) 2014-12-12 15:22:02 +01:00
  • 455f860902 Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App Loïc Blot (@U-Exp) 2014-12-12 15:01:24 +01:00
  • 112d520385 Add broadcast received to detect connectivity changes (only detect there is a change a this time, we need to know what change is it and if we need to do something) * Also remove useless function into IncomingSms * Add new notification type DEBUG to debug program if no debogger was available when dev Loïc Blot (@U-Exp) 2014-12-12 14:59:15 +01:00
  • 33ad95732d add comment Loic Blot 2014-12-03 17:31:27 +01:00
  • 803e43a6e2 Start sync activity when adding account Loic Blot 2014-12-03 17:30:44 +01:00