repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
gnucash-android
gnucash-android-master/app/src/androidTest/java/org/gnucash/android/test/ui/TransactionsActivityTest.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
38,432
41.561462
135
java
gnucash-android
gnucash-android-master/app/src/androidTest/java/org/gnucash/android/test/ui/util/DisableAnimationsRule.java
package org.gnucash.android.test.ui.util; import android.os.IBinder; import org.junit.rules.TestRule; import org.junit.runner.Description; import org.junit.runners.model.Statement; import java.lang.reflect.Method; import java.util.Arrays; /** * Created by Ngewi on 19.04.2016. * Credit: https://product.reverb.com/...
2,333
38.559322
114
java
gnucash-android
gnucash-android-master/app/src/androidTest/java/org/gnucash/android/test/ui/util/GnucashAndroidTestRunner.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
4,669
40.327434
104
java
gnucash-android
gnucash-android-master/app/src/debug/java/org/gnucash/android/app/StethoUtils.java
package org.gnucash.android.app; import android.app.Application; import android.os.Build; import com.facebook.stetho.Stetho; import org.gnucash.android.BuildConfig; /** * Utility class for initializing Stetho in debug builds */ public class StethoUtils { /** * Sets up Stetho to enable remote debugging ...
1,150
27.775
99
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/app/GnuCashApplication.java
/* * Copyright (c) 2013 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
14,353
37.690027
140
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/BookDbHelper.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
8,119
42.42246
107
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/DatabaseCursorLoader.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
4,119
26.651007
95
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/DatabaseHelper.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
21,870
58.594005
194
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/DatabaseSchema.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
12,342
43.399281
112
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/MigrationHelper.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
94,867
57.129902
200
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/AccountsDbAdapter.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
59,837
44.400607
154
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/BooksDbAdapter.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
12,057
36.331269
114
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/BudgetAmountsDbAdapter.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
5,472
37.542254
125
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/BudgetsDbAdapter.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
7,925
40.28125
113
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/CommoditiesDbAdapter.java
package org.gnucash.android.db.adapter; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import android.support.annotation.NonNull; import android.util.Log; import com.crashlytics.android.Crashlytics; import org.gnucash.android.app.GnuCash...
5,591
38.942857
119
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/DatabaseAdapter.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
35,733
43.445274
161
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/PricesDbAdapter.java
package org.gnucash.android.db.adapter; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import android.support.annotation.NonNull; import android.util.Pair; import org.gnucash.android.app.GnuCashApplication; import org.gnucash.android.mode...
5,511
42.0625
153
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/RecurrenceDbAdapter.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
6,771
36.208791
121
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/ScheduledActionDbAdapter.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
12,586
49.959514
134
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/SplitsDbAdapter.java
/* * Copyright (c) 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
21,438
47.069507
182
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/db/adapter/TransactionsDbAdapter.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
31,278
45.754858
153
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/DropboxHelper.java
/* * Copyright (c) 2016 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3,501
36.255319
105
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/ExportAsyncTask.java
/* * Copyright (c) 2013 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
23,863
40.287197
161
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/ExportFormat.java
/* * Copyright (c) 2013 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
1,768
27.079365
89
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/ExportParams.java
/* * Copyright (c) 2013 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
7,639
32.073593
142
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/Exporter.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
10,686
38.876866
135
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/csv/CsvAccountExporter.java
/* * Copyright (c) 2018 Semyannikov Gleb <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
4,123
34.86087
116
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/csv/CsvTransactionsExporter.java
/* * Copyright (c) 2018 Semyannikov Gleb <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
6,634
37.575581
120
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/csv/CsvWriter.java
/* * Copyright (c) 2018 Semyannikov Gleb <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
2,925
29.8
105
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/ofx/OfxExporter.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
8,587
35.858369
142
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/ofx/OfxHelper.java
/* * Copyright (c) 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
4,828
43.302752
190
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/qif/QifExporter.java
/* * Copyright (c) 2013 - 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
16,071
48.913043
156
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/qif/QifHelper.java
/* * Copyright (c) 2013 - 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
3,050
34.068966
96
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/xml/GncXmlExporter.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
51,153
55.089912
218
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/export/xml/GncXmlHelper.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
12,211
50.527426
136
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/importer/CommoditiesXmlHandler.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3,725
41.340909
122
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/importer/GncXmlHandler.java
/* * Copyright (c) 2013 - 2015 Ngewi Fet <[email protected]> * Copyright (c) 2014 - 2015 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:...
49,457
42.4223
164
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/importer/GncXmlImporter.java
/* * Copyright (c) 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
3,177
37.756098
126
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/importer/ImportAsyncTask.java
/* * Copyright (c) 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
5,336
35.554795
122
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Account.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
17,315
31.548872
117
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/AccountType.java
package org.gnucash.android.model; /** * The type of account * This are the different types specified by the OFX format and * they are currently not used except for exporting */ public enum AccountType { CASH(TransactionType.DEBIT), BANK(TransactionType.DEBIT), CREDIT, ASSET(TransactionType.DEBIT), LIABILITY, ...
1,392
33.825
114
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/BaseModel.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
4,238
30.634328
149
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Book.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
4,507
26.487805
97
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Budget.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
15,100
35.040573
144
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/BudgetAmount.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
4,280
27.350993
136
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Commodity.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
7,433
32.1875
157
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Money.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
17,846
33.520309
109
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/PeriodType.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
2,307
31.971429
99
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Price.java
package org.gnucash.android.model; import org.gnucash.android.util.TimestampHelper; import java.math.BigDecimal; import java.math.MathContext; import java.sql.Timestamp; import java.text.DecimalFormat; import java.text.NumberFormat; /** * Model for commodity prices */ public class Price extends BaseModel { pr...
4,332
25.746914
93
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Recurrence.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
17,429
34.571429
124
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/ScheduledAction.java
/* * Copyright (c) 2014 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
21,133
34.223333
137
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Split.java
package org.gnucash.android.model; import android.os.Parcel; import android.os.Parcelable; import android.support.annotation.NonNull; import org.gnucash.android.db.adapter.AccountsDbAdapter; import java.sql.Timestamp; /** * A split amount in a transaction. * * <p>Every transaction is made up of at least two spl...
20,868
33.324013
223
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/Transaction.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
21,430
36.206597
139
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/model/TransactionType.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
1,245
26.688889
97
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/receivers/AccountCreator.java
/* * Copyright (c) 2012 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
2,917
40.685714
123
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/receivers/BootReceiver.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
1,270
31.589744
75
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/receivers/PeriodicJobReceiver.java
/* Copyright (c) 2018 Àlex Magaz Graça <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,848
33.886792
105
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/receivers/TransactionAppWidgetProvider.java
/* * Copyright (c) 2012 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
2,187
34.868852
112
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/receivers/TransactionRecorder.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
4,843
42.25
154
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/service/ScheduledActionService.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
12,542
46.692015
144
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/account/AccountFormFragment.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
33,696
38.457845
170
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/account/AccountsActivity.java
/* * Copyright (c) 2012 - 2014 Ngewi Fet <[email protected]> * Copyright (c) 2014 Yongxin Wang <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
20,503
37.111524
173
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/account/AccountsListFragment.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
24,012
37.793215
147
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/account/DeleteAccountDialogFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
11,693
46.92623
150
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/account/OnAccountClickedListener.java
/* * Copyright (c) 2012 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
1,129
31.285714
77
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/budget/BudgetAmountEditorFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
10,756
37.833935
117
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/budget/BudgetDetailFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
12,470
39.099678
140
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/budget/BudgetFormFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
14,867
39.958678
168
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/budget/BudgetListFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
12,404
36.820122
126
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/budget/BudgetsActivity.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
2,841
34.08642
114
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/ColorPickerDialog.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
6,532
31.341584
100
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/ColorPickerPalette.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
6,680
34.919355
99
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/ColorPickerSwatch.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,754
32.192771
90
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/ColorSquare.java
package org.gnucash.android.ui.colorpicker; /* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
1,499
31.608696
86
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/ColorStateDrawable.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,211
29.30137
97
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/colorpicker/HsvColorComparator.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
1,737
27.491803
75
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/common/BaseDrawerActivity.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
13,868
37.740223
119
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/common/FormActivity.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
8,230
34.175214
99
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/common/Refreshable.java
/* * Copyright (c) 2013 - 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
1,056
29.2
75
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/common/UxArgument.java
/* * Copyright (c) 2014 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3,718
29.735537
109
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/export/ExportFormFragment.java
/* * Copyright (c) 2012-2013 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
24,222
35.370871
132
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/homescreen/WidgetConfigurationActivity.java
/* * Copyright (c) 2012 - 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
14,542
39.851124
143
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/passcode/KeyboardFragment.java
/* * Copyright (c) 2014 Oleksandr Tyshkovets <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Un...
6,241
31.680628
103
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/passcode/PasscodeLockActivity.java
/* * Copyright (c) 2014-2015 Oleksandr Tyshkovets <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
3,475
38.05618
105
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/passcode/PasscodeLockScreenActivity.java
/* * Copyright (c) 2014 - 2015 Oleksandr Tyshkovets <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
3,203
36.255814
127
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/passcode/PasscodePreferenceActivity.java
/* * Copyright (c) 2014 - 2015 Oleksandr Tyshkovets <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
2,934
32.735632
109
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/BaseReportFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
11,708
32.743516
142
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/ReportOptionsListener.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
1,455
32.090909
89
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/ReportType.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3,464
32.970588
120
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/ReportsActivity.java
/* * Copyright (c) 2015 Oleksandr Tyshkovets <[email protected]> * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
16,111
36.55711
133
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/ReportsOverviewFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
10,667
38.657993
145
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/barchart/StackedBarChartFragment.java
/* * Copyright (c) 2015 Oleksandr Tyshkovets <[email protected]> * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
15,938
39.764706
153
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/linechart/CashFlowLineChartFragment.java
/* * Copyright (c) 2015 Oleksandr Tyshkovets <[email protected]> * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
16,303
40.06801
154
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/piechart/PieChartFragment.java
/* * Copyright (c) 2014-2015 Oleksandr Tyshkovets <[email protected]> * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * *...
11,915
37.315113
120
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/report/sheet/BalanceSheetFragment.java
/* * Copyright (c) 2015 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
6,528
38.331325
144
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/settings/AboutPreferenceFragment.java
/* * Copyright (c) 2012 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
2,243
32
86
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/settings/AccountPreferencesFragment.java
/* * Copyright (c) 2013 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
9,435
41.313901
131
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/settings/BackupPreferenceFragment.java
/* * Copyright (c) 2012 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
18,531
37.289256
154
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/settings/BookManagerFragment.java
/* * Copyright (c) 2016 Ngewi Fet <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
12,746
39.855769
141
java
gnucash-android
gnucash-android-master/app/src/main/java/org/gnucash/android/ui/settings/GeneralPreferenceFragment.java
/* * Copyright (c) 2014 - 2015 Oleksandr Tyshkovets <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
6,967
40.47619
115
java