Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
likorn
/
vocabulary_notebook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
c4329ccd37e8053acddd1f3dda25c56e8c56272a
Switch branch/tag
vocabulary_notebook
app
src
main
12 Sep, 2018
15 commits
Refactoring
· c4329ccd
Paktalin
committed
6 years ago
c4329ccd
Browse Directory
Fixed bug with wrong clickListener
· a046a823
Paktalin
committed
6 years ago
a046a823
Browse Directory
All operations on words are moved to Vocabulary class
· d14cc276
Paktalin
committed
6 years ago
d14cc276
Browse Directory
Word addition and deletion is made inside Vocabulary class
· dacdb0e0
Paktalin
committed
6 years ago
dacdb0e0
Browse Directory
Sort is made inside Vocabulary class
· af63849b
Paktalin
committed
6 years ago
af63849b
Browse Directory
Words are stored in Vocabulary class
· 39d2e21a
Paktalin
committed
6 years ago
39d2e21a
Browse Directory
Fixed bug with WordItem's time
· 3134bda9
Paktalin
committed
6 years ago
3134bda9
Browse Directory
Fixed bug with WordItem's time
· 9b814d03
Paktalin
committed
6 years ago
9b814d03
Browse Directory
VocabularyFragment is started from MainActivity after retrieving Firestore data
· 548c2ee9
Paktalin
committed
6 years ago
548c2ee9
Browse Directory
Words can be sorted by time
· 6a28bf07
Paktalin
committed
6 years ago
6a28bf07
Browse Directory
Minor refactoring
· 38b6f6d7
Paktalin
committed
6 years ago
38b6f6d7
Browse Directory
Words are sorted after one was added or edited
· 54c05326
Paktalin
committed
6 years ago
54c05326
Browse Directory
Options sortByWord and sortByTranslation are available
· 51f65fec
Paktalin
committed
6 years ago
51f65fec
Browse Directory
Added sort option to actionBar menu
· a0a60ff8
Paktalin
committed
6 years ago
a0a60ff8
Browse Directory
Added progressBar to AddWordFragment and EditWordFragment
· fccb0efd
Paktalin
committed
6 years ago
fccb0efd
Browse Directory
11 Sep, 2018
8 commits
Minor refactoring
· bb6016cf
Paktalin
committed
6 years ago
bb6016cf
Browse Directory
Words can be edited
· f33592da
Paktalin
committed
6 years ago
f33592da
Browse Directory
Hide previous views inside EditWordFragment
· 685ba537
Paktalin
committed
6 years ago
685ba537
Browse Directory
When edit button is pressed EditWordFragment is started
· 63e5838b
Paktalin
committed
6 years ago
63e5838b
Browse Directory
WordInfo can be closed. WordItem can be deleted from WordInfo
· bf2888fe
Paktalin
committed
6 years ago
bf2888fe
Browse Directory
Package name refactoring
· 93464da6
Paktalin
committed
6 years ago
93464da6
Browse Directory
WordInfoFragment is opened when a list item is clicked
· c8b88113
Paktalin
committed
6 years ago
c8b88113
Browse Directory
Changed fonts and text color
· c53a7d01
Paktalin
committed
6 years ago
c53a7d01
Browse Directory
10 Sep, 2018
8 commits
Fixed margins in ScrollView
· 5c782835
Paktalin
committed
6 years ago
5c782835
Browse Directory
Background is now in vectors
· 2749c05a
Paktalin
committed
6 years ago
2749c05a
Browse Directory
Finally fixed background issue
· 0be9c01d
Paktalin
committed
6 years ago
0be9c01d
Browse Directory
RecyclerView layout is now scrollable
· 1ca4ace2
Paktalin
committed
6 years ago
1ca4ace2
Browse Directory
Fixed columns
· cf0341cf
Paktalin
committed
6 years ago
cf0341cf
Browse Directory
Fonts are added
· fa2d779e
Paktalin
committed
6 years ago
fa2d779e
Browse Directory
Layout matches background
· b244f6d6
Paktalin
committed
6 years ago
b244f6d6
Browse Directory
Changed background
· 620fd6c4
Paktalin
committed
6 years ago
620fd6c4
Browse Directory
09 Sep, 2018
9 commits
Keyboard is hidden after adding a new word
· 86480fca
Paktalin
committed
6 years ago
86480fca
Browse Directory
Keyboard is hidden in MainActivity
· 70e56d3c
Paktalin
committed
6 years ago
70e56d3c
Browse Directory
Removed redundant clickListeners from recyclerView
· 52cb61c2
Paktalin
committed
6 years ago
52cb61c2
Browse Directory
Minor refactoring
· 8c089b2f
Paktalin
committed
6 years ago
8c089b2f
Browse Directory
RecyclerView is updated when a new word is added
· 57728fc2
Paktalin
committed
6 years ago
57728fc2
Browse Directory
Words are added to the database from NewWordFragment
· 24371d24
Paktalin
committed
6 years ago
24371d24
Browse Directory
VocabularyId is retrieved inside MainActivity
· 9e553faa
Paktalin
committed
6 years ago
9e553faa
Browse Directory
Button addWord appears and disappears as expected
· 8eee40c0
Paktalin
committed
6 years ago
8eee40c0
Browse Directory
Button clear works as it should
· 56cd1959
Paktalin
committed
6 years ago
56cd1959
Browse Directory