Commit graph

747 commits

Author SHA1 Message Date
Stefan Niedermann
c1604b1e4c Version bump to v0.5.1
Lower minSDK to 10 (Android 2.3.3)
2016-01-30 10:45:52 +01:00
Stefan Niedermann
2af6e4555d Version bump to v0.5.0
Commented out widgets because they are not ready yet.
2016-01-29 15:35:14 +01:00
Jan-Christoph Borchardt
95620bec20 fix capitalization 2016-01-24 22:53:21 +01:00
Stefan Niedermann
599fd1505e Fix #55 Changing screen orientation causes data loss
Solution: use onSaveInstanceState to remember edited note. Because on every screen orientation change onCreate() is called which uses the original given note.
2016-01-24 22:43:30 +01:00
Stefan Niedermann
cae7402e70 #20 Fix Armenian Language 2016-01-24 20:12:39 +01:00
Stefan Niedermann
010ffd3957 #20 Fix Armenian Language 2016-01-24 20:09:05 +01:00
Stefan Niedermann
b34e327fa2 #20 Fix Armenian Language 2016-01-24 19:48:00 +01:00
Stefan Niedermann
9fa8fb055b #20 Added Armenian Language 2016-01-24 19:32:00 +01:00
Stefan Niedermann
c90e95e314 Fix SelectSingleNoteActivity, added previeImage for SingleNoteWidget and added labels for SingleNoteWidget and AllNotesWidget. 2016-01-24 18:48:46 +01:00
Stefan Niedermann
e8e8c0c9cb Fix #9 Links in About-Page not clickable 2016-01-24 17:48:53 +01:00
Stefan Niedermann
c6a752f9a1 #20 Added Russian Language 2016-01-24 17:27:48 +01:00
Mladen Pejaković
1c21929a8c Update Serbian 2016-01-24 14:44:15 +01:00
Stefan Niedermann
50d2e598bb Use correct Icon for ic_launcher-web.png 2016-01-24 13:30:51 +01:00
Stefan Niedermann
c3ac4925c1 WiP #40 Mention license, source code and call to contribution in the »About« section - Contributing Tab 2016-01-24 13:10:37 +01:00
Stefan Niedermann
932b75ed27 WiP #40 Mention license, source code and call to contribution in the »About« section - License Tab 2016-01-24 13:00:22 +01:00
Stefan Niedermann
47f8e31e1c WiP #40 Mention license, source code and call to contribution in the »About« section 2016-01-24 11:14:43 +01:00
Stefan Niedermann
353949760b WiP #40 Mention license, source code and call to contribution in the »About« section - Switched to Tabbed Layout in About Activity 2016-01-24 10:31:15 +01:00
Stefan Niedermann
5b989b9408 Remove unneeded GridLayout library 2016-01-21 20:48:39 +01:00
Stefan Niedermann
49a63917a5 Fix #44 On initial start, directly open keyboard alongside focusing server address field 2016-01-21 20:44:42 +01:00
Stefan Niedermann
33e6df4819 #45 On initial start, deactivate connect button initially 2016-01-21 20:36:23 +01:00
Stefan Niedermann
439267e408 Put new created Items to top of list 2016-01-21 20:16:23 +01:00
Stefan Niedermann
17812b6256 Fix section padding 2016-01-21 20:07:33 +01:00
Stefan Niedermann
94455672f0 Finish Action Mode on Swipe 2016-01-21 18:43:03 +01:00
Stefan Niedermann
c026d02e83 Remove Google APIs 2016-01-21 18:21:14 +01:00
Stefan Niedermann
063ecbaeec Fix separators and use white background for recycler view again. 2016-01-21 18:17:30 +01:00
headbanger84
904aae5e68 Fixed:
https://github.com/stefan-niedermann/OwnCloud-Notes/issues/48
2016-01-21 16:23:27 +01:00
headbanger84
0775724a17 Fixed:
- [x] Creating a new Note creates the note two times
 - [x] Deleting a Note via long-click selects another Note after Deletion
2016-01-21 16:13:12 +01:00
Stefan Niedermann
f50cf446fd Fix fragment dividers in notes list view 2016-01-20 22:30:58 +01:00
Stefan Niedermann
9ae5f08991 Fixed background color on selected Notes Items 2016-01-20 22:13:43 +01:00
Stefan Niedermann
18f0fb5942 Merged new icons from master branch 2016-01-20 22:06:06 +01:00
Stefan Niedermann
ec252fa6e6 Merge branch 'master' of https://github.com/stefan-niedermann/OwnCloud-Notes into RecyclerView 2016-01-20 22:04:52 +01:00
Stefan Niedermann
eb22ae6626 Use same padding on creation as on editing 2016-01-20 21:27:45 +01:00
Stefan Niedermann
0d6e9c7a55 Correct Height to wrap_content 2016-01-20 21:25:32 +01:00
Stefan Niedermann
c1d16c9197 Remove Auto Generated Google APIs 2016-01-19 18:05:23 +01:00
stefan-niedermann
7460d38403 New Icon 2016-01-19 10:42:56 +01:00
Stefan Niedermann
c277dcae10 Cherry Picking from 8ca35c65ec 2016-01-16 17:22:30 +01:00
Stefan Niedermann
6e74f9ea03 Fix #47 Pressing enter when finished writing in the password field should automatically connect 2016-01-02 18:43:48 +01:00
Stefan Niedermann
c2358f7c57 Fix #50 In edit view, text alignment should be the same as in note view and #49 Background color should be white everywhere 2016-01-02 18:31:01 +01:00
Stefan Niedermann
90bc4355ef version bump to 0.4.0 2016-01-02 17:09:25 +01:00
Stefan Niedermann
f4b35d5c8b Fix #41 Align text of date dividers with the note text 2016-01-02 17:00:40 +01:00
Stefan Niedermann
e8b27ccf97 Fix NullPointerException
on Returning from NoteActivity to NoteListViewActivity without deleting or editing a note.
2016-01-02 16:55:45 +01:00
Stefan Niedermann
f4fabaf299 Fix Delete Bug
After deleting a Note the Note was not removed from the list directly.
2016-01-02 16:22:38 +01:00
Stefan Niedermann
e26179cf49 Workaround for
#37 Headlines rendered as normal text
#24 Line breaks ignored

bypass now renders the markdown on every call. caching is disabled now.
2016-01-02 15:17:47 +01:00
Stefan Niedermann
7df680b483 Fix "Saved"-Message-Hiding after edited note has been saved. 2016-01-02 14:46:35 +01:00
Stefan Niedermann
a985b75b10 Fix #32 Autoload notes list on first connection 2016-01-02 10:16:46 +01:00
Stefan Niedermann
222aef7f49 Fix remove ActionBar Subtitle after Saved-Message 2016-01-02 09:26:23 +01:00
Stefan Niedermann
54cae305dc Move edited Note to top after editing 2016-01-02 09:14:34 +01:00
Stefan Niedermann
20b34a8c66 Fix #30 New note gets sorted all the way down in the list 2016-01-01 18:15:01 +01:00
Stefan Niedermann
cdd53a2f33 Bugfix (edit -> leave edit mode -> edit) 2016-01-01 17:46:40 +01:00
Stefan Niedermann
c77c9cf6f0 WiP #26 Autosave 2015-11-12 21:00:32 +01:00
Stefan Niedermann
057e136b92 Fix #28 Note »Copy« function really needed? 2015-10-25 16:44:47 +01:00
Stefan Niedermann
f6fdc80824 #33 Empty state for no notes 2015-10-25 16:41:39 +01:00
Stefan Niedermann
71f4d8086f Fix #29 Date and date header improvements 2015-10-25 09:35:27 +01:00
Stefan Niedermann
bf7b732765 Fix #17 Open Note on Click on Single Note Widget 2015-10-24 10:34:39 +02:00
Stefan Niedermann
41ec417921 Final Bugfix for Crash on quick scroll 2015-10-24 09:07:00 +02:00
Stefan Niedermann
5a2f4b69e5 Workaround for Crash on quick scroll 2015-10-23 14:42:57 +02:00
Stefan Niedermann
6f747eb939 Fix #12 Time Headers in List-View (Today, Yesterday, ...) 2015-10-23 14:25:11 +02:00
Stefan Niedermann
e8a3ff0f13 #12 Time Headers in List-View (Today, Yesterday, ...) 2015-10-23 14:15:25 +02:00
Stefan Niedermann
ec062ead7d #12 Time Headers in List-View (Today, Yesterday, ...) 2015-10-23 13:32:15 +02:00
Stefan Niedermann
ef67a889ec #27 use black background for widgets 2015-10-23 12:09:49 +02:00
Stefan Niedermann
ba5b309d8f Fix Unit Tests 2015-10-23 11:48:15 +02:00
Stefan Niedermann
9a1ed65f24 Fix Compliation Errors and added some Tests 2015-10-23 11:39:52 +02:00
Stefan Niedermann
9e95aab890 Fix #23 2015-10-23 10:54:07 +02:00
Stefan Niedermann
8c23698546 #21 Check for status.php 2015-10-23 10:04:03 +02:00
Stefan Niedermann
97ad2a2fc6 #27 Reduce font-size in Single Note Widget 2015-10-23 09:30:42 +02:00
Stefan Niedermann
5283b7682f #21 hitting the back arrow on the top left causes a strange animation and all the fields to be deleted –> highly annoying 2015-10-23 00:43:40 +02:00
Stefan Niedermann
990d8f682c #21 not sure if I need to type in http/https – it should work without any protocol prepended, and try with https by default 2015-10-23 00:05:32 +02:00
Stefan Niedermann
581e301635 #21 »URL« should be called »Server address« (less technical), the OK button should be called »Connect« and have a spinner after clicked, and say »Connecting«. Also the input fields should be disabled to give better feedback that the process is running 2015-10-23 00:00:35 +02:00
Stefan Niedermann
a22051cdda Enhanced SettingsActivity: Blue Button and Red Warning for HTTP. 2015-10-22 22:26:20 +02:00
Stefan Niedermann
896121bb62 Improved Settings Activity UX 2015-10-22 22:01:58 +02:00
Stefan Niedermann
b92810a1f3 Update README and bump version in AboutActivity to 0.3.0 2015-10-22 19:26:16 +02:00
Niedermann IT-Dienstleistungen
7eb2b14117 Merge pull request #20 from pejakm/srtr
Add Serbian translation
2015-10-22 19:19:08 +02:00
Stefan Niedermann
3f11bdd181 Show relative modified Date on NoteActivity, Fixed editing note. 2015-10-22 19:11:52 +02:00
Stefan Niedermann
848ccfd316 Show relative modified Date on ListView 2015-10-22 19:01:44 +02:00
Stefan Niedermann
5ba881c783 Order by Modified DESC in ListView 2015-10-22 18:46:03 +02:00
Stefan Niedermann
5f01c10616 Fix Bug: Modified / ID 2015-10-22 18:35:38 +02:00
Mladen Pejaković
d639e9d935 Add Serbian translation 2015-10-22 18:34:03 +02:00
Stefan Niedermann
e36e69de2e Reduced Warnings 2015-10-22 17:40:23 +02:00
Stefan Niedermann
e113469d77 Removed old Logs 2015-10-22 17:22:24 +02:00
Stefan Niedermann
78f05ad0cd Performance Improvements through using StringBuffer instead of += concatenation 2015-10-22 16:57:14 +02:00
Stefan Niedermann
8f0b4572fb Show Modified Date in ListView 2015-10-21 20:23:40 +02:00
Stefan Niedermann
76c90085fc Version Bump to 0.3.0 2015-10-21 19:12:58 +02:00
Stefan Niedermann
e92f1156c2 create new instance of NoteSQLiteOpenHelper on SettingsChangedEvent 2015-10-21 19:05:20 +02:00
Stefan Niedermann
407407f6cd create new instance of NoteSQLiteOpenHelper on SettingsChangedEvent 2015-10-21 17:49:49 +02:00
Stefan Niedermann
f9a2efc692 Removed AndDown-Dependency and switched to Bypass library 2015-10-21 17:47:07 +02:00
Stefan Niedermann
41f9808f3f Fix ArrayIndexOutOfBoundsException 2015-10-08 15:17:12 +02:00
Stefan Niedermann
723f843f2f Prototype of Single Note Widget 2015-10-08 15:08:59 +02:00
Stefan Niedermann
ef9f703551 version bump to 0.2.0 2015-10-08 11:58:27 +02:00
Stefan Niedermann
04f335d2c6 Code Clean-Up (purged some String literals) 2015-10-06 23:56:02 +02:00
Stefan Niedermann
2f7c66f744 Fix #10 (Mention Material Design Icons on About-Page) 2015-10-06 23:01:11 +02:00
Stefan Niedermann
727c8a93f2 - Fix #6 (Show Excerpt instead of Modified Date in List-View)
- Add some further JUnit Tests
2015-10-06 22:51:56 +02:00
Stefan Niedermann
9097f0050a Add some basic JUnit Tests 2015-10-06 21:10:23 +02:00
Stefan Niedermann
d9e9173362 Fix #4 ownCloud is incorrectly capitalized 2015-10-05 20:20:52 +02:00
Stefan Niedermann
9c4b2699e9 Removed polling while refreshing 2015-10-04 18:46:32 +02:00
Stefan Niedermann
036e4c93d9 Move demo screenshots into Root Directory 2015-10-01 18:09:01 +02:00
Stefan Niedermann
259fbb785c Added demo screenshots 2015-10-01 18:07:59 +02:00
Stefan Niedermann
820540ce48 Initial commit 2015-10-01 17:54:20 +02:00